[mods/default/blocks.lua] Ice block fixed.

master
Quentin Bazin 2020-07-26 20:14:05 +02:00
parent f99729d827
commit 51f4496c74
1 changed files with 2 additions and 0 deletions

View File

@ -528,6 +528,8 @@ mod:block {
id = "ice",
name = "Ice",
tiles = "ice.png",
draw_type = "glass",
is_opaque = false
}
mod:block {