From 535f3e8a157da2385a2b7dd03522a08450bb7822 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 21:28:48 +0200 Subject: [PATCH] RELEASE 2.1.1 - Initial compatibility with Factorio 2.1 --- changelog.txt | 7 +++++++ info.json | 6 +++--- prototypes/recipes.lua | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index ea530c1..22d057a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/info.json b/info.json index 988ae85..0f9f7cd 100644 --- 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" ] } diff --git a/prototypes/recipes.lua b/prototypes/recipes.lua index 32119bf..4b86fc9 100644 --- a/prototypes/recipes.lua +++ b/prototypes/recipes.lua @@ -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}, -- 2.47.3