forked from nalc/homedecor_modpack
minor tweak to slab and quarter-slab glowlights - better top/bottom textures
This commit is contained in:
parent
2efa203185
commit
03f441ae0c
16
lighting.lua
16
lighting.lua
|
@ -121,8 +121,8 @@ minetest.register_node('homedecor:glowlight_half_yellow', {
|
||||||
description = S("Yellow Glowlight (thick)"),
|
description = S("Yellow Glowlight (thick)"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
'homedecor_glowlight_yellow_tb.png',
|
'homedecor_glowlight_yellow_top.png',
|
||||||
'homedecor_glowlight_yellow_tb.png',
|
'homedecor_glowlight_yellow_bottom.png',
|
||||||
'homedecor_glowlight_thick_yellow_sides.png',
|
'homedecor_glowlight_thick_yellow_sides.png',
|
||||||
'homedecor_glowlight_thick_yellow_sides.png',
|
'homedecor_glowlight_thick_yellow_sides.png',
|
||||||
'homedecor_glowlight_thick_yellow_sides.png',
|
'homedecor_glowlight_thick_yellow_sides.png',
|
||||||
|
@ -155,8 +155,8 @@ minetest.register_node('homedecor:glowlight_quarter_yellow', {
|
||||||
description = S("Yellow Glowlight (thin)"),
|
description = S("Yellow Glowlight (thin)"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
'homedecor_glowlight_yellow_tb.png',
|
'homedecor_glowlight_yellow_top.png',
|
||||||
'homedecor_glowlight_yellow_tb.png',
|
'homedecor_glowlight_yellow_bottom.png',
|
||||||
'homedecor_glowlight_thin_yellow_sides.png',
|
'homedecor_glowlight_thin_yellow_sides.png',
|
||||||
'homedecor_glowlight_thin_yellow_sides.png',
|
'homedecor_glowlight_thin_yellow_sides.png',
|
||||||
'homedecor_glowlight_thin_yellow_sides.png',
|
'homedecor_glowlight_thin_yellow_sides.png',
|
||||||
|
@ -192,8 +192,8 @@ minetest.register_node('homedecor:glowlight_half_white', {
|
||||||
description = S("White Glowlight (thick)"),
|
description = S("White Glowlight (thick)"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
'homedecor_glowlight_white_tb.png',
|
'homedecor_glowlight_white_top.png',
|
||||||
'homedecor_glowlight_white_tb.png',
|
'homedecor_glowlight_white_bottom.png',
|
||||||
'homedecor_glowlight_thick_white_sides.png',
|
'homedecor_glowlight_thick_white_sides.png',
|
||||||
'homedecor_glowlight_thick_white_sides.png',
|
'homedecor_glowlight_thick_white_sides.png',
|
||||||
'homedecor_glowlight_thick_white_sides.png',
|
'homedecor_glowlight_thick_white_sides.png',
|
||||||
|
@ -225,8 +225,8 @@ minetest.register_node('homedecor:glowlight_quarter_white', {
|
||||||
description = S("White Glowlight (thin)"),
|
description = S("White Glowlight (thin)"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
'homedecor_glowlight_white_tb.png',
|
'homedecor_glowlight_white_top.png',
|
||||||
'homedecor_glowlight_white_tb.png',
|
'homedecor_glowlight_white_bottom.png',
|
||||||
'homedecor_glowlight_thin_white_sides.png',
|
'homedecor_glowlight_thin_white_sides.png',
|
||||||
'homedecor_glowlight_thin_white_sides.png',
|
'homedecor_glowlight_thin_white_sides.png',
|
||||||
'homedecor_glowlight_thin_white_sides.png',
|
'homedecor_glowlight_thin_white_sides.png',
|
||||||
|
|
BIN
textures/homedecor_glowlight_white_bottom.png
Normal file
BIN
textures/homedecor_glowlight_white_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 B |
Binary file not shown.
Before Width: | Height: | Size: 330 B |
BIN
textures/homedecor_glowlight_white_top.png
Normal file
BIN
textures/homedecor_glowlight_white_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 B |
BIN
textures/homedecor_glowlight_yellow_bottom.png
Normal file
BIN
textures/homedecor_glowlight_yellow_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 455 B |
Binary file not shown.
Before Width: | Height: | Size: 633 B |
BIN
textures/homedecor_glowlight_yellow_top.png
Normal file
BIN
textures/homedecor_glowlight_yellow_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 617 B |
Loading…
Reference in New Issue
Block a user