Add lightning, fix cloud size

This commit is contained in:
Till Affeldt
2020-04-09 20:25:02 +02:00
parent 3581ad71cb
commit dd73a0df17
7 changed files with 60 additions and 28 deletions

View File

@ -43,7 +43,6 @@ weather_mod.state = {
dofile(weather_mod.modpath.."/lib/player.lua")
dofile(weather_mod.modpath.."/lib/environment.lua")
dofile(weather_mod.modpath.."/lib/wind.lua")
dofile(weather_mod.modpath.."/lib/lightning.lua")
dofile(weather_mod.modpath.."/lib/main.lua")
dofile(weather_mod.modpath.."/lib/commands.lua")