Updated packed_ice groups to be like MTG

This commit is contained in:
Wuzzy 2023-07-03 16:32:50 +02:00
parent 9ba677caab
commit adc630b730

View File

@ -737,7 +737,7 @@ register_hard_node("stone_tile", S("Polished Stone Block"))
register_hard_node("stone_rune", S("Runestone"))
register_hard_node("packed_ice", S("Packed Ice"), {
groups = {cracky = 1, puts_out_fire = 1, slippery = 3},
groups = {cracky = 1, cools_lava = 1, slippery = 3},
sounds = default.node_sound_glass_defaults()
})