diff options
author | rubenwardy <rubenwardy@gmail.com> | 2014-11-16 12:38:20 +0000 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2014-11-16 12:38:20 +0000 |
commit | e2d20a6a2cd41dd156b821c6bc4807e4855e5c37 (patch) | |
tree | 96acbf220ebdceeac995e44a8895e3e68672586d /support.lua | |
parent | fee1ca867079ba05484a89a82a8e101cecd50bb9 (diff) |
Add orange juice
Diffstat (limited to 'support.lua')
-rw-r--r-- | support.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support.lua b/support.lua index d9ebca6..39ef1d6 100644 --- a/support.lua +++ b/support.lua @@ -14,6 +14,9 @@ -- Add support for other mods food.support("cocoa", "farming_plus:cocoa_bean") food.support("cup", "vessels:drinking_glass") +food.support("cactus", "default:cactus") +food.support("apple", "default:apple") +food.support("orange", "farming_plus:orange_item") food.support("potato", { "docfarming:potato", "veggies:potato", |