diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2018-02-08 11:12:00 +0000 | 
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-02-08 11:12:00 +0000 | 
| commit | 85499b1c096701cd5a0881ab04ddebda42747fb4 (patch) | |
| tree | 348427764a1e1df923c27c4f966460a28d45bdf5 | |
| parent | 98c5964fa1135a353b3daf4cf75c3ef9c21cc7f4 (diff) | |
added farming redo's new pineapple
| -rw-r--r-- | mods.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,4 @@ -  -- craft bones from animalmaterials into bonemeal  if minetest.get_modpath("animalmaterials") then @@ -34,6 +33,7 @@ if farming and farming.mod and farming.mod == "redo" then  		{"farming:garlic_", 5},  		{"farming:onion_", 5},  		{"farming:pepper_", 5}, +		{"farming:pineapple_", 8},  	})  end | 
