1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2025-10-17 16:55:22 +02:00

Remove nonexistent waving paramtype2 from saplings (#56)

This commit is contained in:
Niklp
2025-10-02 00:07:22 +02:00
committed by GitHub
parent ac3e30ae86
commit 7c690ed901

View File

@@ -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 = {