Alpha-v0.0.2a #1

Closed
thunderdog1138 wants to merge 321 commits from Alpha-v0.0.2a into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 7477d8dd3a - Show all commits

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"},
}
})