]> git.somenet.org - factorio/Waterbomb.git/commitdiff
RELEASE 2.1.1 - Initial compatibility with Factorio 2.1 master
authorSomeone <someone@somenet.org>
Fri, 26 Jun 2026 19:28:48 +0000 (21:28 +0200)
committerSomeone <someone@somenet.org>
Fri, 26 Jun 2026 19:28:48 +0000 (21:28 +0200)
changelog.txt
info.json
prototypes/recipes.lua

index ea530c138bbe61678be37c20f1872ec76fd8f900..22d057aa4a204c95e269eb3afef6be9406bf6733 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 2.1.1
+Date: 2026-06-26
+
+  Changed:
+    - Initial compatibility with Factorio 2.1
+
 ---------------------------------------------------------------------------------------------------
 Version: 2.0.1
 Date: 2026-01-16
index 988ae857a40a0c171f9b1d473fc5f860d604240d..0f9f7cdccb0e3ca951089c5b52dd59d8e66477b9 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,12 +1,12 @@
 {
     "name": "Waterbomb",
-    "version": "2.0.1",
+    "version": "2.1.1",
     "title": "Dihydrogen Monoxide Bomb (Waterbomb)",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/Waterbomb.git",
     "description": "Use explosions/bombs to create water. (Originally 'Landfill' by Rseding91)",
-    "factorio_version": "2.0",
+    "factorio_version": "2.1",
     "dependencies": [
-        "base>=2.0.0"
+        "base>=2.1.0"
     ]
 }
index 32119bf37e4dea4e007e561d8eb38631ce9a1967..4b86fc9c48ff9986ef9306c67dd5ab41f276cad6 100644 (file)
@@ -4,7 +4,7 @@ data:extend({
         name = "waterbomb",
         energy_required = 5,
         enabled = false,
-        category = "crafting-with-fluid",
+        categories = {"crafting-with-fluid"},
         ingredients =
         {
             {type="item", name="steel-plate", amount=32},