forked from VoxeLibre/VoxeLibre
Fix drop of Nether Quartz Ore
This commit is contained in:
parent
8f500c587c
commit
0033b87309
|
@ -23,7 +23,7 @@ minetest.register_node("mcl_nether:quartz_ore", {
|
||||||
tiles = {"mcl_nether_quartz_ore.png"},
|
tiles = {"mcl_nether_quartz_ore.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=2,building_block=1},
|
groups = {cracky=2,building_block=1},
|
||||||
drop = 'mcl_nether:quartz_crystal',
|
drop = 'mcl_nether:quartz',
|
||||||
sounds = mcl_core.node_sound_stone_defaults(),
|
sounds = mcl_core.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue