mirror of
https://github.com/random-geek/morelights.git
synced 2024-11-30 11:03: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",
|
||||
tiles = {
|
||||
"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",
|
||||
light_source = 12,
|
||||
|
@ -224,8 +224,9 @@ morelights.register_variants({
|
||||
description = "Modern Table Lamp (dark)",
|
||||
tiles = {
|
||||
"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",
|
||||
description = "Modern Table Lamp (light)",
|
||||
@ -272,9 +273,11 @@ morelights.register_variants({
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
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/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 = {
|
||||
type = "fixed",
|
||||
|
Loading…
Reference in New Issue
Block a user