MineClone 2 support

This commit is contained in:
texmex 2017-12-08 16:51:08 +01:00 committed by GitHub
parent 79763ec7b5
commit 35a6532484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,15 @@ if mobs ~= nil and mobs.mod == "redo" then
{"farming:cotton", "mobs:leather", "farming:cotton"}
}
})
elseif minetest.get_modpath("mcl_core") ~= nil then
minetest.register_craft({
output = "sling:sling",
recipe = {
{"mcl_mobitems:string", "", "mcl_mobitems:string"},
{"mcl_mobitems:string", "", "mcl_mobitems:string"},
{"mcl_mobitems:string", "mcl_mobitems:leather", "mcl_mobitems:string"}
}
})
else
minetest.register_craft({
output = "sling:sling",