fluid/item handler
This commit is contained in:
parent
bb10790579
commit
66c0bed896
6 changed files with 99 additions and 26 deletions
11
data.lua
11
data.lua
|
@ -91,9 +91,6 @@ if mods["space-exploration"] then
|
|||
require('scripts/SE/data')
|
||||
end
|
||||
|
||||
require('scripts/gravitation/gr_make_white_hole_recipes')
|
||||
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "sprite",
|
||||
|
@ -113,4 +110,10 @@ end
|
|||
--overhaul
|
||||
if settings.startup['overhaul_mode'].value == true then
|
||||
require('scripts/overhaul')
|
||||
end
|
||||
end
|
||||
|
||||
--white hole
|
||||
require('scripts/gravitation/gr_make_white_hole_recipes')
|
||||
|
||||
--make item vent recipes
|
||||
require('scripts/electronic/el_burner')
|
Loading…
Add table
Add a link
Reference in a new issue