From 41d9f551c48b734fe16c45cdf1cb35914996b381 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Fri, 5 May 2017 10:53:43 -0700 Subject: [PATCH] [walking_light] Update to Git commit b9de302 & patch 00ebab8 --- README.md | 5 +++-- mods/lighting/walking_light/init.lua | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61660f9e..98615648 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [signs_lib][] ([BSD/WTFPL](mods/lib/signs_lib/copyright.txt)) * lighting/ * [ilights][] ([CC BY-SA][lic.ilights]) -- version [d5f6900 Git][ver.ilights] *2016-03-27* ***UPDT*** - * walking_light ([petermalone fork][walking_light]) ([WTFPL / CC-BY-SA][lic.walking_light]) -- version: [93de9b7 Git][ver.walking_light] *2015-09-14* ***UPDT*** + * walking_light ([petermalone fork][walking_light]) ([WTFPL / CC-BY-SA][lic.walking_light]) -- version: [b9de302 Git][ver.walking_light] *2016-09-09* ([patched][patch.walking_light]) * materials/ * [moreores][] ([zlib/CC-BY-SA](mods/materials/moreores/README.md)) * [quartz][] ([MIT](mods/materials/quartz/LICENSE.txt)) @@ -385,7 +385,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.trampoline]: https://github.com/AntumDeluge/mtmod-trampoline/tree/0c9c9c8 [ver.unifieddyes]: https://github.com/minetest-mods/unifieddyes/tree/df177c2 [ver.vector_extras]: https://github.com/HybridDog/vector_extras/tree/472deb6 -[ver.walking_light]: https://github.com/petermaloney/walking_light/tree/93de9b7 +[ver.walking_light]: https://github.com/petermaloney/walking_light/tree/b9de302 [ver.wardrobe]: https://github.com/prestidigitator/minetest-mod-wardrobe/tree/c48b011 [patch.adv_spawning]: https://github.com/AntumDeluge/mtmod-adv_spawning/commit/572688b @@ -393,3 +393,4 @@ The game includes the mods from the default [minetest_game](https://github.com/m [patch.helicopter]: https://github.com/AntumDeluge/mtmod-helicopter/commit/66a6523 [patch.rainbow_ore]: https://github.com/AntumDeluge/mtmod-rainbow_ore/commit/60dc35e [patch.unifieddyes]: https://github.com/AntumDeluge/mtmod-unifieddyes/commit/df3f1b1 +[patch.walking_light]: https://github.com/AntumDeluge/mtmod-walking_light/tree/antum/commit/00ebab8 diff --git a/mods/lighting/walking_light/init.lua b/mods/lighting/walking_light/init.lua index ae8b3fb7..fc2cdfae 100644 --- a/mods/lighting/walking_light/init.lua +++ b/mods/lighting/walking_light/init.lua @@ -487,9 +487,10 @@ minetest.register_node("walking_light:clear", { tiles = {"walking_light.png"}, -- tiles = {"walking_light_debug.png"}, --inventory_image = minetest.inventorycube("walking_light.png"), - paramtype = "light", + --paramtype = "light", walkable = false, --is_ground_content = true, + light_propagates = true, sunlight_propagates = true, --light_source = 13, selection_box = { @@ -506,6 +507,7 @@ minetest.register_node("walking_light:light", { paramtype = "light", walkable = false, is_ground_content = true, + light_propagates = true, sunlight_propagates = true, light_source = 13, selection_box = {