1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-27 17:30:17 +02:00

Update piano textures and recipe

This commit is contained in:
kilbith
2015-03-26 13:46:38 +01:00
parent 1f040f131a
commit 6385013037
4 changed files with 1 additions and 1 deletions

View File

@ -2745,7 +2745,7 @@ minetest.register_craft({
recipe = {
{ "", "homedecor:steel_wire", "building_blocks:hardwood" },
{ "homedecor:plastic_strips", "homedecor:steel_wire", "building_blocks:hardwood" },
{ "building_blocks:hardwood", "default:steelblock", "building_blocks:hardwood" }
{ "technic:brass_ingot", "default:steelblock", "building_blocks:hardwood" }
},
})