Fix bronze toolset craft in MCL
This commit is contained in:
parent
5bae710a69
commit
362b318cb2
|
@ -374,7 +374,7 @@ if industrialtest.mclAvailable then
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_pickaxe",
|
output="industrialtest:"..material.."_pickaxe",
|
||||||
recipe={
|
recipe={
|
||||||
{"industrialtest:"..material,"industrialtest:"..material,"industrialtest:"..material},
|
{"industrialtest:"..materialItem,"industrialtest:"..materialItem,"industrialtest:"..materialItem},
|
||||||
{"","mcl_core:stick",""},
|
{"","mcl_core:stick",""},
|
||||||
{"","mcl_core:stick",""}
|
{"","mcl_core:stick",""}
|
||||||
}
|
}
|
||||||
|
@ -383,126 +383,54 @@ if industrialtest.mclAvailable then
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_shovel",
|
output="industrialtest:"..material.."_shovel",
|
||||||
recipe={
|
recipe={
|
||||||
{"","industrialtest:"..material,""},
|
{"industrialtest:"..materialItem},
|
||||||
{"","mcl_core:stick",""},
|
{"mcl_core:stick"},
|
||||||
{"","mcl_core:stick",""}
|
{"mcl_core:stick"}
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_shovel",
|
|
||||||
recipe={
|
|
||||||
{"industrialtest:"..material,"",""},
|
|
||||||
{"mcl_core:stick","",""},
|
|
||||||
{"mcl_core:stick","",""}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_shovel",
|
|
||||||
recipe={
|
|
||||||
{"","","industrialtest:"..material},
|
|
||||||
{"","","mcl_core:stick"},
|
|
||||||
{"","","mcl_core:stick"}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_axe",
|
output="industrialtest:"..material.."_axe",
|
||||||
recipe={
|
recipe={
|
||||||
{"industrialtest:"..material,"industrialtest:"..material,""},
|
{"industrialtest:"..materialItem,"industrialtest:"..materialItem},
|
||||||
{"industrialtest:"..material,"mcl_core:stick",""},
|
{"industrialtest:"..materialItem,"mcl_core:stick"},
|
||||||
{"","mcl_core:stick",""}
|
{"","mcl_core:stick"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_axe",
|
output="industrialtest:"..material.."_axe",
|
||||||
recipe={
|
recipe={
|
||||||
{"","industrialtest:"..material,"industrialtest:"..material},
|
{"industrialtest:"..materialItem,"industrialtest:"..materialItem},
|
||||||
{"","mcl_core:stick","industrialtest:"..material},
|
{"mcl_core:stick","industrialtest:"..materialItem},
|
||||||
{"","mcl_core:stick",""}
|
{"mcl_core:stick",""}
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_axe",
|
|
||||||
recipe={
|
|
||||||
{"industrialtest:"..material,"industrialtest:"..material,""},
|
|
||||||
{"mcl_core:stick","industrialtest:"..material,""},
|
|
||||||
{"mcl_core:stick","",""}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_axe",
|
|
||||||
recipe={
|
|
||||||
{"","industrialtest:"..material,"industrialtest:"..material},
|
|
||||||
{"","mcl_core:stick","industrialtest:"..material},
|
|
||||||
{"","","mcl_core:stick"}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_sword",
|
output="industrialtest:"..material.."_sword",
|
||||||
recipe={
|
recipe={
|
||||||
{"industrialtest:"..material,"",""},
|
{"industrialtest:"..materialItem},
|
||||||
{"industrialtest:"..material,"",""},
|
{"industrialtest:"..materialItem},
|
||||||
{"mcl_core:stick","",""}
|
{"mcl_core:stick"}
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_sword",
|
|
||||||
recipe={
|
|
||||||
{"","industrialtest:"..material,""},
|
|
||||||
{"","industrialtest:"..material,""},
|
|
||||||
{"","mcl_core:stick",""}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_sword",
|
|
||||||
recipe={
|
|
||||||
{"","","industrialtest:"..material},
|
|
||||||
{"","","industrialtest:"..material},
|
|
||||||
{"","","mcl_core:stick"}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_hoe",
|
output="industrialtest:"..material.."_hoe",
|
||||||
recipe={
|
recipe={
|
||||||
{"industrialtest:"..material,"industrialtest:"..material,""},
|
{"industrialtest:"..materialItem,"industrialtest:"..materialItem},
|
||||||
{"","mcl_core:stick",""},
|
{"","mcl_core:stick"},
|
||||||
{"","mcl_core:stick",""}
|
{"","mcl_core:stick"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:"..material.."_hoe",
|
output="industrialtest:"..material.."_hoe",
|
||||||
recipe={
|
recipe={
|
||||||
{"","industrialtest:"..material,"industrialtest:"..material},
|
{"industrialtest:"..materialItem,"industrialtest:"..materialItem},
|
||||||
{"","","mcl_core:stick"},
|
{"mcl_core:stick",""},
|
||||||
{"","","mcl_core:stick"}
|
{"mcl_core:stick",""}
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_hoe",
|
|
||||||
recipe={
|
|
||||||
{"","industrialtest:"..material,"industrialtest:"..material},
|
|
||||||
{"","mcl_core:stick",""},
|
|
||||||
{"","mcl_core:stick",""}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
minetest.register_craft({
|
|
||||||
type="shaped",
|
|
||||||
output="industrialtest:"..material.."_hoe",
|
|
||||||
recipe={
|
|
||||||
{"industrialtest:"..material,"industrialtest:"..material,""},
|
|
||||||
{"mcl_core:stick","",""},
|
|
||||||
{"mcl_core:stick","",""}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue