diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:16:04 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-31 12:16:04 +0100 |
commit | 3d38880825355fdb5a84bdcec4156fe0b9e3052f (patch) | |
tree | b1b12a1d0c9d741e8b8eec2d9c09afc70924dbcb /bonemeal.lua | |
parent | 18492be2c9af146cf0e08fbe7897dc5ed0575a75 (diff) |
added support for farming redo's chili peppers
Diffstat (limited to 'bonemeal.lua')
-rw-r--r-- | bonemeal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bonemeal.lua b/bonemeal.lua index ce8be4c..1de4cbc 100644 --- a/bonemeal.lua +++ b/bonemeal.lua @@ -83,6 +83,7 @@ local crops = { {"ethereal:onion_", 5},
{"farming:barley_", 7},
{"farming:hemp_", 8},
+ {"farming:chili_", 8},
}
-- check if sapling has enough height room to grow
|