From f5d3d399d5d00ae04f93a439c32180fd645e8c54 Mon Sep 17 00:00:00 2001 From: Niklp Date: Wed, 1 Oct 2025 20:07:31 +0200 Subject: [PATCH] Remove nonexistent `waving` paramtype2 from saplings --- node_defs.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/node_defs.lua b/node_defs.lua index be6e934..381ea01 100644 --- a/node_defs.lua +++ b/node_defs.lua @@ -435,7 +435,6 @@ for i in ipairs(moretrees.treelist) do tiles = {split_tn[2] and split_tn[2]=="small" and "moretrees_" .. treename .. "_sapling.png" or saptex}, inventory_image = split_tn[2] and split_tn[2]=="small" and "moretrees_" .. treename .. "_sapling.png" or saptex, paramtype = "light", - paramtype2 = "waving", walkable = false, is_ground_content = true, selection_box = { @@ -494,7 +493,6 @@ for i in ipairs(moretrees.treelist) do tiles = {split_tn[2] and split_tn[2]=="small" and "moretrees_" .. treename .. "_sapling.png" or saptex,}, inventory_image = split_tn[2] and split_tn[2]=="small" and "moretrees_" .. treename .. "_sapling.png" or saptex, paramtype = "light", - paramtype2 = "waving", walkable = false, is_ground_content = true, selection_box = {