mirror of
https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git
synced 2026-03-26 00:19:49 +01:00
0.18 port
- Ported to 0.18 - Shortened code - Renamed mod - Matched versioning to Factorio versions
This commit is contained in:
11
README.md
11
README.md
@@ -1,2 +1,11 @@
|
|||||||
# ModuleRequester_RecipeOverride
|
# ModuleRequester_RecipeOverride
|
||||||
[Factorio Mod] Makes module requesters cost nothing to crft, 0.18 style.
|

|
||||||
|
|
||||||
|
(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
9
changelog.txt
Normal 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
12
data.lua
Normal 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
13
info.json
Normal 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
BIN
thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user