Fix drop of Nether Quartz Ore

This commit is contained in:
Wuzzy 2017-02-08 19:01:58 +01:00
parent 8f500c587c
commit 0033b87309
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
})