From f7fbe70d0403d1f8aed85471c27f4c6e695973b1 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Mon, 21 Oct 2024 14:23:23 +0200
Subject: [PATCH] RELEASE 2.0.0 - Initial compatibility with Factorio 2.0

---
 changelog.txt        | 7 +++++++
 data-final-fixes.lua | 2 +-
 info.json            | 6 +++---
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index e373298..732f67a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -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
diff --git a/data-final-fixes.lua b/data-final-fixes.lua
index 5beac7c..3dfac66 100644
--- a/data-final-fixes.lua
+++ b/data-final-fixes.lua
@@ -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
diff --git a/info.json b/info.json
index 39a1215..7fe2921 100644
--- 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"]
 }
-- 
2.43.0