Skip to content

Commit

Permalink
Require util manually since klonan is a naughty boy for overriding it…
Browse files Browse the repository at this point in the history
… with his teleporter mod
  • Loading branch information
Quezler committed Jan 13, 2025
1 parent d775eb7 commit c9bc40d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mods_2.0/010_upcycler/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions mods_2.0/010_upcycler/data.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion mods_2.0/010_upcycler/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand All @@ -26,6 +26,7 @@

"(?) mini-machines",
"(?) micro-machines",
"(?) Teleporters",

"! awesome-sink"
]
Expand Down

0 comments on commit c9bc40d

Please sign in to comment.