]> git.somenet.org - factorio/some-spidertron.git/commitdiff
RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 master
authorSomeone <someone@somenet.org>
Mon, 21 Oct 2024 12:23:23 +0000 (14:23 +0200)
committerSomeone <someone@somenet.org>
Mon, 21 Oct 2024 12:23:23 +0000 (14:23 +0200)
changelog.txt
data-final-fixes.lua
info.json

index e3732983e25d25a350f8b88dc01908f47c0d6aa9..732f67adc48d2c3ff88db808b2cc81d0a4011120 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 2.0.0
+Date: 2024-10-21
+
+  Changed:
+    - Initial compatibility with Factorio 2.0
+
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.3
 Date: 2024-01-02
index 5beac7cd90434f3fdce13c22c026ec173310e69d..3dfac666df40266238dd6622b3ef32c6b81c3b7c 100644 (file)
@@ -3,4 +3,4 @@ data.raw["equipment-grid"]['spidertron-equipment-grid'].width = 24
 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
index 39a12158c479bbe724eec358e2f0b40c9e9088f1..7fe292185aafd2a13e592c70bcbf0addd5fa33ee 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,10 +1,10 @@
 {
     "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"]
 }