From ba60724dbaf883bedda9bd2871a3ff05cdbe0bbf Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Sat, 20 May 2017 17:20:45 -0700 Subject: [PATCH] [walking_light] Update to Git patch 57d2550: https://github.com/AntumDeluge/mtmod-walking_light/tree/57d2550 --- README.md | 2 +- mods/lighting/walking_light/init.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6650246a..9737a7eb 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [patch.torches]: https://github.com/AntumDeluge/mtmod-torches/tree/fb2b692 [patch.trash_can]: https://github.com/AntumDeluge/mtmod-trash_can/tree/5a92bf4 [patch.unifieddyes]: https://github.com/AntumDeluge/mtmod-unifieddyes/tree/0e575d9 -[patch.walking_light]: https://github.com/AntumDeluge/mtmod-walking_light/tree/00ebab8 +[patch.walking_light]: https://github.com/AntumDeluge/mtmod-walking_light/tree/57d2550 [patch.windmill]: https://github.com/AntumDeluge/mtmod-windmill/tree/7756ab4 [patch.workbench]: https://github.com/AntumDeluge/mtmod-workbench/tree/b964323 [patch.worldedge]: https://github.com/AntumDeluge/mtmod-worldedge/tree/4f14aab diff --git a/mods/lighting/walking_light/init.lua b/mods/lighting/walking_light/init.lua index fc2cdfae..a2cf0e3b 100644 --- a/mods/lighting/walking_light/init.lua +++ b/mods/lighting/walking_light/init.lua @@ -487,10 +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, + --light_propagates = true, sunlight_propagates = true, --light_source = 13, selection_box = { @@ -507,7 +507,7 @@ minetest.register_node("walking_light:light", { paramtype = "light", walkable = false, is_ground_content = true, - light_propagates = true, + --light_propagates = true, sunlight_propagates = true, light_source = 13, selection_box = {