forked from thunderdog1138/star_wars
Update init.lua
This commit is contained in:
parent
3ab583ac37
commit
7477d8dd3a
|
@ -341,13 +341,14 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "group:fence", ""},
|
{"", "group:fence", ""},
|
||||||
{"", "group:fence", ""},
|
{"", "group:fence", ""},
|
||||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
{"default:durasteel_ingot", "default:durasteel_ingot", "default:durasteel_ingot"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
output = "3d_armor_stand:locked_armor_stand",
|
output = "3d_armor_stand:locked_armor_stand",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"3d_armor_stand:armor_stand", "default:steel_ingot"},
|
{"3d_armor_stand:armor_stand", "default:durasteel_ingot"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue