From: Someone Date: Mon, 21 Oct 2024 12:23:23 +0000 (+0200) Subject: RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 X-Git-Url: https://git.somenet.org/factorio/some-spidertron.git/commitdiff_plain?ds=sidebyside RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 --- 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"] }