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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user