This commit is contained in:
2026-06-12 13:49:34 +02:00
parent 30df4c7ed9
commit 1681075dc7

View File

@@ -19,8 +19,8 @@ minetest.register_tool("icarus:wings", {
minetest.register_craft({
output = "icarus:wings",
recipe = {
{"mcl_mobitems:feather", "mcl_honey:honeycomb", "mcl_mobitems:feather"},
{"mcl_mobitems:feather", "", "mcl_mobitems:feather"},
{"mcl_mobitems:feather", "", "mcl_mobitems:feather"}
{ "mcl_mobitems:feather", "mcl_core:iron_ingot", "mcl_mobitems:feather" },
{ "mcl_mobitems:feather", "mcl_honey:honeycomb", "mcl_mobitems:feather" },
{ "mcl_mobitems:feather", "", "mcl_mobitems:feather" }
}
})