From cc934ff6d2fc0f077c6f4ac89bd5b91358f8d8e8 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 27 Feb 2019 19:47:47 +0100 Subject: [PATCH] Update to factorio 0.17.x (Tested with 0.17.2) --- info.json | 6 +++--- prototypes/items.lua | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/info.json b/info.json index 2b57d6c..b0a1861 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "Waterbomb", - "version": "0.16.7", + "version": "0.17.1", "title": "Waterbomb", "author": "someone1337", "homepage": "https://git.somenet.org/pub/jan/factorio_Waterbomb.git", - "dependencies": ["base"], "description": "Use explosions/bombs to create water. (Originally 'Landfill' by Rseding91)", - "factorio_version": "0.16" + "dependencies": ["base"], + "factorio_version": "0.17" } diff --git a/prototypes/items.lua b/prototypes/items.lua index 2a38107..2b0bc7e 100644 --- a/prototypes/items.lua +++ b/prototypes/items.lua @@ -4,7 +4,6 @@ data:extend({ name = "waterbomb", icon = "__Waterbomb__/graphics/icons/waterbomb.png", icon_size = 32, - flags = {"goes-to-quickbar"}, subgroup = "equipment", order = "a[waterbomb]", place_result = "waterbomb", -- 2.43.0