Update init.lua

This commit is contained in:
thunderdog1138 2019-12-15 19:23:38 -05:00 committed by GitHub
parent 3ab583ac37
commit 7477d8dd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -341,13 +341,14 @@ minetest.register_craft({
recipe = {
{"", "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({
type = "shapeless",
output = "3d_armor_stand:locked_armor_stand",
recipe = {
{"3d_armor_stand:armor_stand", "default:steel_ingot"},
{"3d_armor_stand:armor_stand", "default:durasteel_ingot"},
}
})