mirror of
https://github.com/Wyrrrd/ModuleRequester_RecipeOverride.git
synced 2026-03-25 16:09:51 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44d1154984 |
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.18.1
|
||||||
|
Date: 20. 2. 2020
|
||||||
|
Bug:
|
||||||
|
- Fixed wrong type check (item/recipe)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.0
|
Version: 0.18.0
|
||||||
Date: 20. 2. 2020
|
Date: 20. 2. 2020
|
||||||
Changes:
|
Changes:
|
||||||
|
|||||||
8
data.lua
8
data.lua
@@ -1,12 +1,12 @@
|
|||||||
if data.raw.item["speed-module-requestor"] then
|
if data.raw.recipe["speed-module-requestor"] then
|
||||||
data.raw.recipe["speed-module-requestor"].ingredients = {}
|
data.raw.recipe["speed-module-requestor"].ingredients = {}
|
||||||
end
|
end
|
||||||
if data.raw.item["efficiency-module-requestor"] then
|
if data.raw.recipe["efficiency-module-requestor"] then
|
||||||
data.raw.recipe["efficiency-module-requestor"].ingredients = {}
|
data.raw.recipe["efficiency-module-requestor"].ingredients = {}
|
||||||
end
|
end
|
||||||
if data.raw.item["productivity-module-requestor"] then
|
if data.raw.recipe["productivity-module-requestor"] then
|
||||||
data.raw.recipe["productivity-module-requestor"].ingredients = {}
|
data.raw.recipe["productivity-module-requestor"].ingredients = {}
|
||||||
end
|
end
|
||||||
if data.raw.item["custom-module-requestor"] then
|
if data.raw.recipe["custom-module-requestor"] then
|
||||||
data.raw.recipe["custom-module-requestor"].ingredients = {}
|
data.raw.recipe["custom-module-requestor"].ingredients = {}
|
||||||
end
|
end
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ModuleRequester_RecipeOverride",
|
"name": "ModuleRequester_RecipeOverride",
|
||||||
"version": "0.18.0",
|
"version": "0.18.1",
|
||||||
"title": "Module Requester Recipe Override",
|
"title": "Module Requester Recipe Override",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user