From 2bc89a9413225458a43ad4ce5c122c7c1dae4554 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 12 Nov 2020 21:40:58 +0100 Subject: [PATCH] Replace wrong along_shore node identifier --- mods/plantlife/flowers_plus/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/plantlife/flowers_plus/init.lua b/mods/plantlife/flowers_plus/init.lua index 20ab1ab..d323b02 100644 --- a/mods/plantlife/flowers_plus/init.lua +++ b/mods/plantlife/flowers_plus/init.lua @@ -292,7 +292,7 @@ plantslib:register_generate_plant({ flowers_plus.grow_seaweed = function(pos) local right_here = {x=pos.x, y=pos.y+1, z=pos.z} - minetest.add_node(right_here, {name="along_shore:seaweed_"..math.random(1,4), param2=math.random(1,3)}) + minetest.add_node(right_here, {name="flowers:seaweed_"..math.random(1,4), param2=math.random(1,3)}) end -- 2.11.4.GIT