mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-28 21:42:30 +09:00
.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
local items = require('ct-c')
|
||||
|
||||
if not settings.startup['PHI-CT'].value then
|
||||
return
|
||||
end
|
||||
|
||||
if items['hide'] and (data.raw['infinity-container']['super-infinity-chest'] or data.raw['infinity-cargo-wagon']['super-infinity-cargo-wagon']) then
|
||||
local sc = 1
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
local items = require('mi-c')
|
||||
|
||||
if not settings.startup['PHI-MI'].value then
|
||||
return
|
||||
end
|
||||
|
||||
function status_number_position(entity)
|
||||
local box = entity.selection_box or entity.collision_box
|
||||
|
||||
|
||||
Reference in New Issue
Block a user