mirror of
https://github.com/random-geek/morelights.git
synced 2024-12-03 12:33:54 +01:00
formatting attempt #2
This commit is contained in:
parent
8e75f3e927
commit
a7f40b1042
@ -11,7 +11,8 @@ minetest.register_node("morelights_extras:dirt_with_grass", {
|
|||||||
description = "Grass Light",
|
description = "Grass Light",
|
||||||
tiles = {
|
tiles = {
|
||||||
"default_grass.png^morelights_extras_blocklight.png",
|
"default_grass.png^morelights_extras_blocklight.png",
|
||||||
"default_dirt.png", "default_dirt.png^default_grass_side.png"
|
"default_dirt.png",
|
||||||
|
"default_dirt.png^default_grass_side.png"
|
||||||
},
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
light_source = 12,
|
light_source = 12,
|
||||||
|
@ -224,7 +224,8 @@ morelights.register_variants({
|
|||||||
description = "Modern Table Lamp (dark)",
|
description = "Modern Table Lamp (dark)",
|
||||||
tiles = {
|
tiles = {
|
||||||
"morelights_metal_light_32.png^morelights_modern_tablelamp_o.png",
|
"morelights_metal_light_32.png^morelights_modern_tablelamp_o.png",
|
||||||
"morelights_modern_tablelamp_d.png"}
|
"morelights_modern_tablelamp_d.png"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "morelights_modern:tablelamp_l",
|
name = "morelights_modern:tablelamp_l",
|
||||||
@ -272,9 +273,11 @@ morelights.register_variants({
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {{-1/32, -8/16, -1/32, 1/32, 1/8, 1/32},
|
fixed = {
|
||||||
|
{-1/32, -8/16, -1/32, 1/32, 1/8, 1/32},
|
||||||
{-1/16, 1/8, -1/16, 1/16, 5/16, 1/16},
|
{-1/16, 1/8, -1/16, 1/16, 5/16, 1/16},
|
||||||
{-1/8, 5/16, -1/8, 1/8, 3/8, 1/8}}
|
{-1/8, 5/16, -1/8, 1/8, 3/8, 1/8}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Loading…
Reference in New Issue
Block a user