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:
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