forked from VoxeLibre/VoxeLibre
Change drop rate of glowstone
This commit is contained in:
parent
14eadfa805
commit
01a57090a0
|
@ -1448,7 +1448,7 @@ minetest.register_node("mcl_core:glowstone", {
|
||||||
tiles = {"default_glowstone.png"},
|
tiles = {"default_glowstone.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {cracky=3,building_block=1},
|
groups = {oddly_breakable_by_hand=3,building_block=1},
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
items = {
|
items = {
|
||||||
|
|
Loading…
Reference in New Issue