Commit 14126fbd authored by Milan's avatar Milan
Browse files

fix hotstone groups so it's possible to dig it again

parent 77626c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ minetest.register_node("illuna:hotstone", {
    description = "Hot Stone",
    paramtype2 = "facedir",
    tiles = {"illuna_hotstone.png"},
    groups = {choppy=2, igniter = 1},
    groups = {cracky = 2, igniter = 1, stone = 1},
    light_source = 4,
    damage_per_second = 6,
    sounds = default.node_sound_stone_defaults(),