Update init.lua

This commit is contained in:
thunderdog1138 2019-12-17 19:52:13 -05:00 committed by GitHub
parent 21d9fb75e0
commit 7c0902c0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

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