1
0
Fork 0

Make Copper Ore Blastable

This commit is contained in:
PrairieAstronomer 2022-05-16 20:59:19 -06:00
parent 3558541648
commit f1a80876de
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ minetest.register_node("mcl_copper:stone_with_copper", {
_doc_items_longdesc = S("Some copper contained in stone, it is pretty common and can be found below sea level."),
tiles = {"default_stone.png^mcl_copper_ore.png"},
is_ground_content = true,
groups = {pickaxey = 3, building_block = 1, material_stone = 1},
groups = {pickaxey = 3, building_block = 1, material_stone = 1, blastFurnace_cookable = 1},
drop = "mcl_copper:raw_copper",
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 3,