diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-15 20:54:28 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-15 20:54:28 +0000 |
commit | cce0337b1c238ae307e2119b4fa98e857cfce552 (patch) | |
tree | 0b2d888fabd9ee18be1d9ba54e5fe8400b495263 /mods.lua | |
parent | bd092c080bcc6b297a8841b76fa77427484f875d (diff) |
Code tweak and tidy
Diffstat (limited to 'mods.lua')
-rw-r--r-- | mods.lua | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ + +-- craft bones from animalmaterials into bonemeal +if minetest.get_modpath("animalmaterials") then + + minetest.register_craft({ + type = "shapeless", + output = "bonemeal:bonemeal 2", + recipe = {"animalmaterials:bone"}, + }) +end + + if farming and farming.mod and farming.mod == "redo" then bonemeal:add_crop({ |