Snow brick now crafts only 1 snow block

master
Wuzzy 2022-04-25 18:08:05 +02:00
parent d10ec7cfde
commit 3c8ba2bf64
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "default:snowblock 4",
output = "default:snowblock",
recipe = { { "mtg_plus:snow_brick" } },
})