Search found 1 match
- Sun Aug 30, 2015 8:41 am
- Forum: Mods
- Topic: [0.11.6]Filtered Splitters - Huge stability boost!
- Replies: 88
- Views: 93997
Re: [0.11.6]Filtered Splitters - Huge stability boost!
So i have figured how to get this mod to be somewhat ported over to 0.12 and i only had to change these things control.lua: line number 4: remote.addinterface("sspl", to remote.add_interface("sspl", line number 14: game.oninit(function() OnInit() end) to game.on_init(function() ...