Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
general
games
Factorio Tools
infinity-factory
Commits
b579951a
Commit
b579951a
authored
2 years ago
by
KeyJ148
Browse files
Options
Download
Email Patches
Plain Diff
Import new entites
parent
f141ae0e
main
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
consts.lua
+1
-0
consts.lua
import.lua
+15
-2
import.lua
with
16 additions
and
2 deletions
+16
-2
consts.lua
+
1
-
0
View file @
b579951a
...
...
@@ -8,6 +8,7 @@ Consts.MAX_HP = Consts.INT32_MAX + 1
Consts
.
MAX_MODULE_SLOTS
=
Consts
.
UINT16_MAX
Consts
.
MAX_COST_ITEM_COUNT
=
Consts
.
UINT16_MAX
Consts
.
MAX_UNDERGROUND_BELT_DISTANCE
=
Consts
.
UINT8_MAX
Consts
.
MAX_UNDERGROUND_PIPE_DISTANCE
=
Consts
.
UINT8_MAX
Consts
.
MAX_CHARGING_OFFSET_COUNT
=
Consts
.
UINT8_MAX
Consts
.
BELT_MAX_SPEED
=
math
.
pow
(
10
,
9
)
Consts
.
MAX_WIRE_DISTANCE
=
64
...
...
This diff is collapsed.
Click to expand it.
import.lua
+
15
-
2
View file @
b579951a
...
...
@@ -37,5 +37,18 @@ require "prototypes.entity.entities.rocket-silo"
require
"prototypes.entity.entities.roboport"
require
"prototypes.entity.entities.storage-tank"
require
"prototypes.entity.entities.pump"
require
"prototypes.entity.entities.accumulator"
require
"prototypes.entity.entities.accumulator"
require
"prototypes.entity.entities.beacon"
require
"prototypes.entity.entities.pipe"
require
"prototypes.entity.entities.pipe-to-ground"
require
"prototypes.entity.entities.pipe"
require
"prototypes.entity.entities.chemical-plant"
require
"prototypes.entity.entities.oil-refinery"
require
"prototypes.entity.entities.centrifuge"
--TODO spider!
-- require "prototypes.entity.entities.reactor"
-- require "prototypes.entity.entities.heat-exchanger"
-- require "prototypes.entity.entities.steam-turbine"
-- require "prototypes.entity.entities.heat-pipe"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets