forked from minetest-mods/moreblocks
Max light source is 14. (#56)
This commit is contained in:
parent
15033a3514
commit
ab2c63270f
@ -284,7 +284,7 @@ local nodes = {
|
|||||||
tiles = {"moreblocks_super_glow_glass.png"},
|
tiles = {"moreblocks_super_glow_glass.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 15,
|
light_source = 14,
|
||||||
groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
sounds = sound_glass,
|
sounds = sound_glass,
|
||||||
},
|
},
|
||||||
@ -295,7 +295,7 @@ local nodes = {
|
|||||||
tiles = {"moreblocks_trap_super_glow_glass.png"},
|
tiles = {"moreblocks_trap_super_glow_glass.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 15,
|
light_source = 14,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
sounds = sound_glass,
|
sounds = sound_glass,
|
||||||
|
Loading…
Reference in New Issue
Block a user