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:
+10
-3
@@ -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,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",
|
||||||
|
|||||||
Reference in New Issue
Block a user