Change packed ice recipe to end Ethereal collision

This commit is contained in:
Wuzzy 2023-06-29 23:43:42 +02:00
parent 1c01e09199
commit 499ebd86e5

View File

@ -168,8 +168,9 @@ minetest.register_craft({
minetest.register_craft({
output = "xdecor:packed_ice",
recipe = {
{"default:ice", "default:ice"},
{"default:ice", "default:ice"}
{"", "default:ice", ""},
{"default:ice", "", "default:ice"},
{"", "default:ice", ""},
}
})