+---------------------------------------------------------------------------------------------------
+Version: 2.0.0
+Date: 2024-10-21
+
+ Changed:
+ - Initial compatibility with Factorio 2.0
+
---------------------------------------------------------------------------------------------------
Version: 1.1.3
Date: 2024-01-02
data.raw["equipment-grid"]['spidertron-equipment-grid'].height = 22
data.raw["spider-vehicle"]['spidertron'].inventory_size = 160
-data.raw["spider-vehicle"]['spidertron'].max_health = 30000
+data.raw["spider-vehicle"]['spidertron'].max_health = 50000
{
"name": "some-spidertron",
- "version": "1.1.3",
+ "version": "2.0.0",
"title": "Spidertron - huge grid (24x22)",
"author": "someone1337",
"homepage": "https://git.somenet.org/factorio/some-spidertron.git",
"description": "The spidertron is just a minor addition or so they said ... boy, were they wrong. Nearly unkillable, fast as hell and at least twice as deadly ... all hail mega-spidertron! (spidertron-on-ground-zero is just for the epic effect, it will get killed by a nuke)",
- "dependencies": ["base>=1.1.0"],
- "factorio_version": "1.1"
+ "factorio_version": "2.0",
+ "dependencies": ["base>=2.0.0"]
}