diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-08 11:01:10 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-08 11:01:10 +0100 |
commit | 7d0ee5177293aee199d8ba537726c765b16431fa (patch) | |
tree | dd1cc8e8f53c3e70c8de3a6bc5f1a6f534febaa7 /bonemeal.lua | |
parent | aeb71b08b9e0d452bda4ecbbc614ff857e4902d3 (diff) |
Added farming redo's hemp on mapgen
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 fae717b..c67ce3a 100644 --- a/bonemeal.lua +++ b/bonemeal.lua @@ -82,6 +82,7 @@ local crops = { {"ethereal:strawberry_", 8},
{"ethereal:onion_", 5},
{"farming:barley_", 7},
+ {"farming:hemp_", 8},
}
-- check if sapling has enough height room to grow
|