Make ancient debris smeltable in a blast furnace

This commit is contained in:
SmokeyDope 2023-01-30 05:03:50 +00:00
parent 1f09c0a128
commit 1a495dd63a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ minetest.register_node("mcl_nether:ancient_debris", {
stack_max = 64,
tiles = {"mcl_nether_ancient_debris_top.png", "mcl_nether_ancient_debris_side.png"},
is_ground_content = true,
groups = {pickaxey=4, building_block=1, material_stone=1, xp=0},
groups = {pickaxey=4, building_block=1, material_stone=1, xp=0, blast_furnace_smeltable = 1},
drop = "mcl_nether:ancient_debris",
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 1200,