mirror of
https://github.com/random-geek/morelights.git
synced 2024-12-12 17:03:21 +01:00
Retexture vintage block
This commit is contained in:
parent
a95219159f
commit
a4f793497f
@ -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 |
BIN
morelights_vintage/textures/morelights_vintage_block_bg.png
Normal file
BIN
morelights_vintage/textures/morelights_vintage_block_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 B |
BIN
morelights_vintage/textures/morelights_vintage_block_fg.png
Normal file
BIN
morelights_vintage/textures/morelights_vintage_block_fg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
BIN
morelights_vintage/textures/morelights_vintage_block_fg.xcf
Normal file
BIN
morelights_vintage/textures/morelights_vintage_block_fg.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user