mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -13,10 +13,6 @@ if not mods['space-age'] then
|
||||
return
|
||||
end
|
||||
|
||||
if mods['space-age'] then
|
||||
return
|
||||
end
|
||||
|
||||
data.raw['utility-constants'].default.default_pipeline_extent = math.max(settings.startup['PHI-MI-PIPE-EXTENT'].value, 960)
|
||||
local bss = (data.raw['inserter']['stack-inserter'] and data.raw['inserter']['stack-inserter'].max_belt_stack_size) or 1
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local main = require 'main'
|
||||
local items = require 'mbe-c'
|
||||
local main = require('main')
|
||||
local items = require('mbe-c')
|
||||
|
||||
local mod_tint = {
|
||||
[2] = {r=140, g=142, b=200},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local main = require 'main'
|
||||
local items = require 'mbm-c'
|
||||
local main = require('main')
|
||||
local items = require('mbm-c')
|
||||
|
||||
-- MBE A 24 BASE ENTITY,RECIPE,RESEARCH_EFFECT
|
||||
-- MBE A 24 SPACE_AGE ENTITY,RECIPE,RESEARCH_EFFECT
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
local main = require 'main'
|
||||
local items = require 'mbq-c'
|
||||
local main = require('main')
|
||||
local items = require('mbq-c')
|
||||
|
||||
local mod_tint = {
|
||||
[2] = {r=140, g=142, b=200},
|
||||
[3] = {r=242, g=161, b=26},
|
||||
|
||||
Reference in New Issue
Block a user