From 01a57090a01297ee74283bba8284d2620b76da4f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 8 Feb 2017 17:19:24 +0100 Subject: [PATCH] Change drop rate of glowstone --- mods/mcl_core/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index 3f8e89df..76a54373 100644 --- a/mods/mcl_core/nodes.lua +++ b/mods/mcl_core/nodes.lua @@ -1448,7 +1448,7 @@ minetest.register_node("mcl_core:glowstone", { tiles = {"default_glowstone.png"}, is_ground_content = true, stack_max = 64, - groups = {cracky=3,building_block=1}, + groups = {oddly_breakable_by_hand=3,building_block=1}, drop = { max_items = 1, items = {