mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -293,6 +293,15 @@ function main.EEQ(source, tier)
|
||||
|
||||
item.localised_name = {'phi-cl.combine-gen', {'name.' .. source.ref_name}, tostring(tier)}
|
||||
|
||||
if settings.startup['PHI-EQ-SIZE'].value then
|
||||
item.shape = {
|
||||
width = 1,
|
||||
height = 1,
|
||||
type = 'full',
|
||||
points = {{0, 0}}
|
||||
}
|
||||
end
|
||||
|
||||
data:extend({item})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user