Change packed ice recipe to end Ethereal collision
This commit is contained in:
parent
1c01e09199
commit
499ebd86e5
@ -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", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user