mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 20:50:22 +02:00
switch existing to xcompat textures
This commit is contained in:
@ -11,8 +11,8 @@ local S = minetest.get_translator("homedecor_misc")
|
||||
|
||||
homedecor_misc = {}
|
||||
|
||||
local wool_black, wool_grey = homedecor.textures.wool_black, homedecor.textures.wool_grey
|
||||
local wood_tex = homedecor.textures.default_wood
|
||||
local wool_black, wool_grey = homedecor.textures.wool.black, homedecor.textures.wool.grey
|
||||
local wood_tex = homedecor.textures.wood.apple.planks
|
||||
|
||||
homedecor.register("ceiling_paint", {
|
||||
description = S("Textured Ceiling Paint"),
|
||||
|
Reference in New Issue
Block a user