forked from thunderdog1138/star_wars
Update init.lua
This commit is contained in:
parent
21d9fb75e0
commit
7c0902c0f9
|
@ -344,11 +344,3 @@ minetest.register_craft({
|
|||
{"default:durasteel_ingot", "default:durasteel_ingot", "default:durasteel_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "3d_armor_stand:locked_armor_stand",
|
||||
recipe = {
|
||||
{"3d_armor_stand:armor_stand", "default:durasteel_ingot"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue