1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-18 05:30:20 +02:00

add texture table

This commit is contained in:
unknown
2022-05-01 15:24:10 -04:00
parent 78a5c5747c
commit 6370ebe1c8
13 changed files with 48 additions and 50 deletions

View File

@ -172,10 +172,7 @@ local sbox = {
fixed = { -8/16, -8/16, -8/16, 8/16, -6/16, 8/16},
}
local wtex = "default_junglewood.png"
if not minetest.get_modpath("default") then
wtex = "[combine:16x16^[noalpha^[colorize:#563d2d"
end
local wtex = homedecor.textures.default_junglewood
minetest.register_node("fake_fire:fancy_fire", {
inventory_image = "fancy_fire_inv.png",