diff options
-rw-r--r-- | bonemeal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bonemeal.lua b/bonemeal.lua index d80fdac..f15a4b5 100644 --- a/bonemeal.lua +++ b/bonemeal.lua @@ -88,6 +88,7 @@ local crops = { {"farming:onion_", 5},
{"farming:pepper_", 5},
{"farming:pineapple_", 8},
+ {"farming:pea_", 5},
}
-- check if sapling has enough height room to grow
|