mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix light_source warning in mcl_mushroom
This commit is contained in:
parent
49cb60f2e5
commit
c1ee0228f0
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ minetest.register_node("mcl_mushroom:shroomlight", {
|
|||
groups = {handy=1,hoe=7,swordy=1, leafdecay=leafdecay_distance, leaves=1, deco_block=1, },
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 2,
|
||||
light_source = 15
|
||||
-- this is 15 in Minecraft
|
||||
light_source = 14,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:warped_hyphae", {
|
||||
|
|
Loading…
Reference in a new issue