Recreate textures using the original trunk tops
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
2025-12-16 19:04:34 +01:00
parent 0b5e21a74e
commit 787a40378a
63 changed files with 3 additions and 3 deletions

View File

@@ -51,9 +51,9 @@ function stripped_tree.register_strippable_trunk(trunk_name, plank_name, strippe
stripped_def.groups = table.copy(trunk_def.groups)
stripped_def.groups.not_in_creative_inventory = 1
stripped_def.tiles = stripped_tiles or {
"stripped_" .. mod_name .. "_" .. trunk_node .. "_top.png",
"stripped_" .. mod_name .. "_" .. trunk_node .. "_top.png",
"stripped_" .. mod_name .. "_" .. trunk_node .. ".png",
mod_name .. "_" .. trunk_node .. "_top.png^stripped_trees_new_" .. mod_name .. "_" .. trunk_node .. "_top.png",
mod_name .. "_" .. trunk_node .. "_top.png^stripped_trees_new_" .. mod_name .. "_" .. trunk_node .. "_top.png",
"stripped_trees_new_" .. mod_name .. "_" .. trunk_node .. ".png",
}
core.register_node(stripped_name, stripped_def)