diff options
author | Xanthin <Xanthin@users.noreply.github.com> | 2014-04-08 04:52:33 +0200 |
---|---|---|
committer | Xanthin <Xanthin@users.noreply.github.com> | 2014-04-08 04:52:33 +0200 |
commit | 8588430622700faa4c414c2f17d86528c8286779 (patch) | |
tree | b2eb1488b36c68e5486f4e9e366208def6d0e6e6 | |
parent | 66b7b211c12623abce5591405e671dd5b5ac0930 (diff) | |
download | moreblocks-8588430622700faa4c414c2f17d86528c8286779.tar.gz moreblocks-8588430622700faa4c414c2f17d86528c8286779.tar.bz2 moreblocks-8588430622700faa4c414c2f17d86528c8286779.zip |
update from calinou
-rw-r--r-- | nodes.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - local S = moreblocks.gettext local sound_wood = default.node_sound_wood_defaults() @@ -256,7 +255,7 @@ local nodes = { tiles = {"moreblocks_super_glow_glass.png"}, paramtype = "light", sunlight_propagates = true, - light_source = 11, + light_source = 15, walkable = false, groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3}, sounds = sound_glass, |