forked from nalc/homedecor_modpack
fix minor quantity bug in crafting terracotta shingles back into pieces
This commit is contained in:
parent
1ab5263a55
commit
1a18413a37
@ -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" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user