1
0
mirror of https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git synced 2026-04-23 06:03:18 +02:00

Complementary file(s) format improvements

This commit is contained in:
Wyrrrd
2020-02-22 12:12:28 +01:00
parent 89af2022cc
commit 54cd8d7a04
2 changed files with 11 additions and 5 deletions
+10 -3
View File
@@ -1,14 +1,21 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.18.2
Date: 22. 2. 2020
Changes:
- Matched changelog file format to what Factorio expects
---------------------------------------------------------------------------------------------------
Version: 0.18.1 Version: 0.18.1
Date: 20. 2. 2020 Date: 20. 2. 2020
Bug: Bugfixes:
- Fixed wrong type check (item/recipe) - Fixed wrong type check (item/recipe)
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.18.0 Version: 0.18.0
Date: 20. 2. 2020 Date: 20. 2. 2020
Changes: Changes:
- Ported to 0.18 - Ported to 0.18
- Shortened code - Renamed mod for upload in mod portal
- Renamed mod
- Matched versioning to Factorio versions - Matched versioning to Factorio versions
Optimisations:
- Shortened code from setting the whole recipe to just setting the ingredients
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
+1 -2
View File
@@ -1,9 +1,8 @@
{ {
"name": "ModuleRequester_RecipeOverride", "name": "ModuleRequester_RecipeOverride",
"version": "0.18.1", "version": "0.18.2",
"title": "Module Requester Recipe Override", "title": "Module Requester Recipe Override",
"author": "Wyrrrd", "author": "Wyrrrd",
"homepage": "",
"factorio_version": "0.18", "factorio_version": "0.18",
"dependencies": [ "dependencies": [
"base >= 0.18", "base >= 0.18",