1
0
mirror of https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git synced 2026-02-27 04:30:23 +01:00

0.18 port

- Ported to 0.18
- Shortened code
- Renamed mod
- Matched versioning to Factorio versions
This commit is contained in:
Wyrrrd
2020-02-20 12:13:22 +01:00
parent 2c6038a0ba
commit c623133e7c
5 changed files with 44 additions and 1 deletions

View File

@@ -1,2 +1,11 @@
# ModuleRequester_RecipeOverride
[Factorio Mod] Makes module requesters cost nothing to crft, 0.18 style.
![mod thumbnail](https://raw.githubusercontent.com/Wyrrrd/ModuleRequester_RecipeOverride/master/thumbnail.png)
(Please note: This is a quick and dirty port to 0.18. As soon as the original is ported to 0.18, this will be removed.)
Description:
- Overrides the recipes from Module Requestor so they are free. Still has to be researched.
Credit:
- Thanks to [Trylobot](https://mods.factorio.com/user/trylobot) for the [original mod](https://mods.factorio.com/mod/module-requestor-recipe-override).
- Thanks to [shanemadden](https://mods.factorio.com/user/shanemadden) for [Module Requesters](https://mods.factorio.com/mod/module-requestor).

9
changelog.txt Normal file
View File

@@ -0,0 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.18.0
Date: 20. 2. 2020
Changes:
- Ported to 0.18
- Shortened code
- Renamed mod
- Matched versioning to Factorio versions
---------------------------------------------------------------------------------------------------

12
data.lua Normal file
View File

@@ -0,0 +1,12 @@
if data.raw.item["speed-module-requestor"] then
data.raw.recipe["speed-module-requestor"].ingredients = {}
end
if data.raw.item["efficiency-module-requestor"] then
data.raw.recipe["efficiency-module-requestor"].ingredients = {}
end
if data.raw.item["productivity-module-requestor"] then
data.raw.recipe["productivity-module-requestor"].ingredients = {}
end
if data.raw.item["custom-module-requestor"] then
data.raw.recipe["custom-module-requestor"].ingredients = {}
end

13
info.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "ModuleRequester_RecipeOverride",
"version": "0.18.0",
"title": "Module Requester Recipe Override",
"author": "Wyrrrd",
"homepage": "",
"factorio_version": "0.18",
"dependencies": [
"base >= 0.18",
"module-requestor >= 0.18.0"
],
"description": "Removes cost for crafting Module Requesters"
}

BIN
thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB