1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-22 16:10:18 +01:00

fix minor quantity bug in crafting terracotta shingles back into pieces

This commit is contained in:
Vanessa Ezekowitz 2013-10-16 10:24:45 -04:00
parent 1ab5263a55
commit 1a18413a37

View File

@ -53,7 +53,7 @@ minetest.register_craft( {
})
minetest.register_craft( {
output = "homedecor:roof_tile_terracotta 4",
output = "homedecor:roof_tile_terracotta 8",
recipe = {
{ "homedecor:shingles_terracotta", "homedecor:shingles_terracotta" }
}