mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Make Copper Ore Blastable
This commit is contained in:
parent
3558541648
commit
f1a80876de
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue