mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 18:50:22 +01:00
Fix trap super glow glass light level, from 11 to 15.
This commit is contained in:
parent
dc1a78f1e4
commit
22975e76ef
@ -256,7 +256,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 = 11,
|
light_source = 15,
|
||||||
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