From c9bc40db7beccbb630e0a07bdf6651cccd7cb01c Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Mon, 13 Jan 2025 16:51:29 +0100 Subject: [PATCH] Require util manually since klonan is a naughty boy for overriding it with his teleporter mod --- mods_2.0/010_upcycler/changelog.txt | 5 +++++ mods_2.0/010_upcycler/data.lua | 2 ++ mods_2.0/010_upcycler/info.json | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mods_2.0/010_upcycler/changelog.txt b/mods_2.0/010_upcycler/changelog.txt index 4b3fd141..7be74c6c 100644 --- a/mods_2.0/010_upcycler/changelog.txt +++ b/mods_2.0/010_upcycler/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.1.7 +Date: 2025. 01. 13 + Info: + - Require util manually since klonan is a naughty boy for overriding it with his teleporter mod +--------------------------------------------------------------------------------------------------- Version: 1.1.6 Date: 2025. 01. 07 Info: diff --git a/mods_2.0/010_upcycler/data.lua b/mods_2.0/010_upcycler/data.lua index 4fda0e52..f03c8c51 100644 --- a/mods_2.0/010_upcycler/data.lua +++ b/mods_2.0/010_upcycler/data.lua @@ -1,3 +1,5 @@ +require("util") + local function replace_recipe_ingredient(recipe, from_name, to_name) for _, ingredient in ipairs(recipe.ingredients) do if ingredient.name == from_name then diff --git a/mods_2.0/010_upcycler/info.json b/mods_2.0/010_upcycler/info.json index f356d53f..60289771 100644 --- a/mods_2.0/010_upcycler/info.json +++ b/mods_2.0/010_upcycler/info.json @@ -3,7 +3,7 @@ "title": "Upcycler", "description": "No quality modules, sacrifice x (configurable) items to get the next tier.", - "version": "1.1.6", + "version": "1.1.7", "author": "Quezler", "factorio_version": "2.0", @@ -26,6 +26,7 @@ "(?) mini-machines", "(?) micro-machines", + "(?) Teleporters", "! awesome-sink" ]