summaryrefslogtreecommitdiff
path: root/mods.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-15 20:54:28 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-15 20:54:28 +0000
commitcce0337b1c238ae307e2119b4fa98e857cfce552 (patch)
tree0b2d888fabd9ee18be1d9ba54e5fe8400b495263 /mods.lua
parentbd092c080bcc6b297a8841b76fa77427484f875d (diff)
Code tweak and tidy
Diffstat (limited to 'mods.lua')
-rw-r--r--mods.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/mods.lua b/mods.lua
index 14dac4c..c95e34f 100644
--- a/mods.lua
+++ b/mods.lua
@@ -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({