mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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"},
|
||||
is_ground_content = true,
|
||||
groups = {cracky=2,building_block=1},
|
||||
drop = 'mcl_nether:quartz_crystal',
|
||||
drop = 'mcl_nether:quartz',
|
||||
sounds = mcl_core.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user