mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -1248,7 +1248,7 @@ if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP'
|
||||
|
||||
local entity = table.deepcopy(data.raw['cargo-landing-pad']['cargo-landing-pad'])
|
||||
entity.name = item.name
|
||||
entity.minable.result = item.name
|
||||
entity.minable.result = 'cargo-landing-pad'
|
||||
entity.type = 'proxy-container'
|
||||
entity.trash_inventory_size = 0
|
||||
entity.flags = {'placeable-player', 'player-creation', 'no-automated-item-insertion', 'hide-alt-info'}
|
||||
|
||||
Reference in New Issue
Block a user