Retexture vintage block

This commit is contained in:
random-geek 2021-10-07 18:21:37 -07:00
parent a95219159f
commit a4f793497f
5 changed files with 4 additions and 4 deletions

@ -77,7 +77,7 @@ minetest.register_node("morelights_vintage:chain_ceiling_b", {
minetest.register_node("morelights_vintage:block", { minetest.register_node("morelights_vintage:block", {
description = S("Vintage Light Block"), description = S("Vintage Light Block"),
tiles = {"morelights_vintage_material.png^morelights_vintage_block.png"}, tiles = {"morelights_vintage_block_bg.png^morelights_vintage_block_fg.png"},
paramtype = "light", paramtype = "light",
light_source = minetest.LIGHT_MAX, light_source = minetest.LIGHT_MAX,
groups = {cracky = 2, oddly_breakable_by_hand = 3, handy = 1}, groups = {cracky = 2, oddly_breakable_by_hand = 3, handy = 1},
@ -93,9 +93,9 @@ minetest.register_node("morelights_vintage:smallblock", {
fixed = {-1/4, -1/2, -1/4, 1/4, 0, 1/4} fixed = {-1/4, -1/2, -1/4, 1/4, 0, 1/4}
}, },
tiles = { tiles = {
"morelights_vintage_material.png^morelights_vintage_block.png", "morelights_vintage_block_bg.png^morelights_vintage_block_fg.png",
"morelights_vintage_material.png^morelights_vintage_block.png", "morelights_vintage_block_bg.png^morelights_vintage_block_fg.png",
"[combine:16x16:0,4=(morelights_vintage_material.png\\^morelights_vintage_block.png)" "[combine:16x16:0,4=(morelights_vintage_block_bg.png\\^morelights_vintage_block_fg.png)"
}, },
use_texture_alpha = "opaque", use_texture_alpha = "opaque",
paramtype = "light", paramtype = "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B