mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-27 09:20:17 +02:00
replace hardcoded game agnostic texture support and homedecor.textures to xcompat (#66)
* switch existing to xcompat textures * replace the rest of the hard coded texture conversions to use homedecor.textures
This commit is contained in:
@ -80,8 +80,7 @@ local ib_cbox = {
|
||||
fixed = { -6/16, -8/16, -4/16, 17/16, 4/16, 4/16 }
|
||||
}
|
||||
|
||||
local wool_tex = "wool_grey.png"
|
||||
if not minetest.get_modpath("wool") then wool_tex = "[combine:16x16^[noalpha^[colorize:#3A3B3C" end
|
||||
local wool_tex = homedecor.textures.wool.grey
|
||||
|
||||
homedecor.register("ironing_board", {
|
||||
description = S("Ironing board"),
|
||||
|
Reference in New Issue
Block a user