Skip to content

Commit 9206ae7

Browse files
committed
Fix for factorio 1.1
1 parent 126e4dc commit 9206ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YAFC/Data/Sandbox.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ data["Entity types"] = {"accumulator", "artillery-turret", "beacon", "boiler", "
5353
"mining-drill", "offshore-pump", "pipe", "infinity-pipe", "pipe-to-ground", "player-port", "power-switch", "programmable-speaker", "pump", "radar", "curved-rail",
5454
"straight-rail", "rail-chain-signal", "rail-signal", "reactor", "roboport", "simple-entity", "simple-entity-with-owner", "simple-entity-with-force", "solar-panel",
5555
"storage-tank", "train-stop", "loader", "loader-1x1", "splitter", "transport-belt", "underground-belt", "tree", "turret", "ammo-turret", "electric-turret", "fluid-turret", "unit",
56-
"car", "artillery-wagon", "cargo-wagon", "fluid-wagon", "locomotive", "wall", "resource", "spider-vehicle", "burner-generator"};
56+
"car", "artillery-wagon", "cargo-wagon", "fluid-wagon", "locomotive", "wall", "resource", "spider-vehicle", "burner-generator", "linked-container"};
5757

5858
size=32;
5959

0 commit comments

Comments
 (0)