mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-27 09:20:17 +02:00
switch existing to xcompat textures
This commit is contained in:
@ -2,8 +2,8 @@ local S = minetest.get_translator("homedecor_bathroom")
|
||||
|
||||
local sc_disallow = minetest.get_modpath("screwdriver") and screwdriver.disallow or nil
|
||||
|
||||
local wood_tex = homedecor.textures.default_wood
|
||||
local water_tex = homedecor.textures.water
|
||||
local wood_tex = homedecor.textures.wood.apple.planks
|
||||
local water_tex = homedecor.textures.water.tile
|
||||
|
||||
homedecor.register("bathroom_tiles_dark", {
|
||||
description = S("Bathroom/kitchen tiles (dark)"),
|
||||
|
Reference in New Issue
Block a user