__Wind_Turbine__/control.lua:6: attempt to index global 'game' (a nil value)
When start new game, or load save.
Just rename game.on_event to script.on_event- Lua API calls on_load, on_init, on_configuration_changed, on_event and generate_event_name
have been moved to a new namespace called script (so from now use script.on_load(...)). This will break many mods!
at 6 25 39 lines in control.lua
works!