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