Fixed warnings

Warnings because a var which not exist
This commit is contained in:
debiankaios 2021-07-17 06:14:10 +00:00 committed by cora
parent 324aa159a7
commit 6755675021
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ minetest.register_node("mcl_mushroom:warped_wart_block", {
minetest.register_node("mcl_mushroom:shroomlight", {
description = S("Shroomlight"),
tiles = {"shroomlight.png"},
groups = {handy=1,hoe=7,swordy=1, leafdecay=leafdecay_distance, leaves=1, deco_block=1, },
groups = {handy=1,hoe=7,swordy=1, leafdecay=1, leafdecay_distance=1, leaves=1, deco_block=1, },
stack_max = 64,
_mcl_hardness = 2,
-- this is 15 in Minecraft