1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-26 00:40:19 +02:00

switch existing to xcompat textures

This commit is contained in:
wsor4035
2024-03-03 14:43:40 -05:00
parent 080551e647
commit f432c53117
18 changed files with 28 additions and 56 deletions

View File

@ -40,9 +40,9 @@ homedecor.register("armchair", {
description = S("Armchair"),
mesh = "forniture_armchair.obj",
tiles = {
homedecor.textures.wool_white,
{ name = homedecor.textures.wool_dark_grey, color = 0xffffffff },
{ name = homedecor.textures.default_wood, color = 0xffffffff }
homedecor.textures.wool.white,
{ name = homedecor.textures.wool.dark_grey, color = 0xffffffff },
{ name = homedecor.textures.wood.apple.planks, color = 0xffffffff }
},
inventory_image = "homedecor_armchair_inv.png",
paramtype2 = "colorwallmounted",