mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-04 17:30:38 +02:00
More luacheck tidying
This commit is contained in:
@ -142,7 +142,6 @@ minetest.register_node("bubblesponge:stem", {
|
||||
|
||||
local tries = 0
|
||||
while tries < 3 do
|
||||
local this_node = minetest.get_node(pos).name
|
||||
if minetest.get_node(pos).name == water_node then
|
||||
minetest.set_node(pos, {name = "bubblesponge:frond"})
|
||||
return
|
||||
|
Reference in New Issue
Block a user