forked from VoxeLibre/VoxeLibre
Remove chain armor recipes, because villagers spawn now
This commit is contained in:
parent
27e4bd6d09
commit
c6003398b5
|
@ -35,40 +35,6 @@ minetest.register_craft({
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_armor:helmet_chain",
|
||||
recipe = {
|
||||
{ "xpanes:bar_flat", "mcl_core:iron_ingot", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_armor:leggings_chain",
|
||||
recipe = {
|
||||
{ "xpanes:bar_flat", "mcl_core:iron_ingot", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_armor:boots_chain",
|
||||
recipe = {
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_armor:chestplate_chain",
|
||||
recipe = {
|
||||
{ "xpanes:bar_flat", "", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "mcl_core:iron_ingot", "xpanes:bar_flat" },
|
||||
{ "xpanes:bar_flat", "xpanes:bar_flat", "xpanes:bar_flat" },
|
||||
}
|
||||
})
|
||||
|
||||
-- Make red sand, red sandstone and more craftable in v6
|
||||
-- NOTE: When you change these, also update mcl_craftguide for the "v6" icon in
|
||||
-- the craft guide!
|
||||
|
|
Loading…
Reference in New Issue