forked from year6b7a/item-network-factorio-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d2be48
commit efeb1ab
Showing
17 changed files
with
2,038 additions
and
1,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
if script.active_mods["gvv"] then require("__gvv__.gvv")() end | ||
|
||
-- need to register for on_tick() first | ||
require "src.GlobalState" | ||
|
||
require "src.NetworkChest" | ||
require "src.NetworkSensor" | ||
require "src.NetworkViewUi" | ||
require "src.NetworkViewUi_test" | ||
require "src.NetworkTankGui" | ||
|
||
require "src.service_players" | ||
require "src.service_alerts" | ||
require "src.service_queue" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.