[walking_light] Update to Git patch 57d2550:

https://github.com/AntumDeluge/mtmod-walking_light/tree/57d2550
master
AntumDeluge 2017-05-20 17:20:45 -07:00
parent 2d1c434ba8
commit ba60724dba
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 = {