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
1 changed files with 1 additions and 1 deletions

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