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

This commit is contained in:
Milan 2018-10-12 09:15:38 +02:00
parent 77626c2f75
commit 14126fbdaa

View File

@ -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(),