mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-28 01:40:18 +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:
@ -5,7 +5,7 @@ local ob_cbox = {
|
||||
fixed = { -0.5, -0.5, 0, 0.5, 0.5, 0.5 }
|
||||
}
|
||||
|
||||
local wood_tex = homedecor.textures.default_wood
|
||||
local wood_tex = homedecor.textures.wood.apple.planks
|
||||
|
||||
homedecor.register("openframe_bookshelf", {
|
||||
description = S("Bookshelf (open-frame)"),
|
||||
|
Reference in New Issue
Block a user