Skip to content

Commit 5b84c94

Browse files
committed
Update rubber pointer to new location
1 parent f485157 commit 5b84c94

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 1.0.5
3+
Date: 2020.10.13
4+
Bugfixes:
5+
- Fixed that when used with Bob's Electronics and not Bob's Metals, Chemicals and Intermediares that the icon for rubber was missing.
6+
---------------------------------------------------------------------------------------------------
27
Version: 1.0.4
38
Date: 2020.10.04
49
Features:

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reskins-bobs",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"factorio_version": "1.0",
55
"title": "Artisanal Reskins: Bob's Mods",
66
"author": "Kirazy",

prototypes/item/electronics.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local intermediaries = {
2525
if not mods["bobplates"] then
2626
-- Intermediaries
2727
intermediaries["solder-alloy"] = {mod = "lib", group = "shared", subgroup = "items"}
28-
intermediaries["rubber"] = {group = "plates", subgroup = "items"}
28+
intermediaries["rubber"] = {mod = "lib", group = "shared", subgroup = "items"}
2929
intermediaries["resin"] = {group = "plates", subgroup = "items"}
3030
intermediaries["ferric-chloride-solution"] = {type = "fluid", group = "plates", subgroup = "fluids"}
3131

0 commit comments

Comments
 (0)