Recreate textures using the original trunk tops
Some checks are pending
build / build (push) Waiting to run
Some checks are pending
build / build (push) Waiting to run
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user