1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 14:20:22 +02:00

replace the rest of the hard coded texture conversions to use homedecor.textures

This commit is contained in:
wsor4035
2024-03-03 14:48:55 -05:00
parent f432c53117
commit 13e562986a
6 changed files with 12 additions and 24 deletions

View File

@ -1,12 +1,6 @@
local S = minetest.get_translator("homedecor_clocks")
local wood
if minetest.get_modpath("default") then
wood = "default_wood.png"
else
wood = "[combine:16x16^[noalpha^[colorize:#563d2d"
end
local wood = homedecor.textures.wood.apple.planks
local plastic_craft = {
output = "homedecor:analog_clock_plastic 2",