Skip to content

Commit

Permalink
fixed ralesia issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarthur91 committed Oct 21, 2024
1 parent de0a3c2 commit 82aaf44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.1
Date: 2024-10-21
Changes:
- updated ralesias is now relesia
---------------------------------------------------------------------------------------------------
Version: 3.0.0
Date: 2024-10-20
Changes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyindustry",
"version": "3.0.0",
"version": "3.0.1",
"factorio_version": "2.0",
"title": "Pyanodons Industry",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/tiles/multicolored-concrete.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local colors = {
{name = "green", player_color = {r = 0.093, g = 0.768, b = 0.172, a = 0.5}, chat_color = {r = 0.173, g = 0.824, b = 0.250}, dye = {type = "item", name = "guar", amount = 1}},
{name = "blue", player_color = {r = 0.155, g = 0.540, b = 0.898, a = 0.5}, chat_color = {r = 0.343, g = 0.683, b = 1.000}, dye = {type = "item", name = "moondrop", amount = 1}},
{name = "orange", player_color = {r = 0.869, g = 0.5, b = 0.130, a = 0.5}, chat_color = {r = 1.000, g = 0.630, b = 0.259}, dye = {type = "item", name = "fawogae-substrate", amount = 1}},
{name = "yellow", player_color = {r = 0.835, g = 0.666, b = 0.077, a = 0.5}, chat_color = {r = 1.000, g = 0.828, b = 0.231}, dye = {type = "item", name = "ralesias", amount = 1}},
{name = "yellow", player_color = {r = 0.835, g = 0.666, b = 0.077, a = 0.5}, chat_color = {r = 1.000, g = 0.828, b = 0.231}, dye = {type = "item", name = "ralesia", amount = 1}},
{name = "pink", player_color = {r = 0.929, g = 0.386, b = 0.514, a = 0.5}, chat_color = {r = 1.000, g = 0.720, b = 0.833}, dye = {type = "item", name = "ti-rejects", amount = 1}},
{name = "purple", player_color = {r = 0.485, g = 0.111, b = 0.659, a = 0.5}, chat_color = {r = 0.821, g = 0.440, b = 0.998}, dye = {type = "fluid", name = "vpulp3", amount = 5}},
{name = "black", player_color = {r = 0.1, g = 0.1, b = 0.1, a = 0.5}, chat_color = {r = 0.5, g = 0.5, b = 0.5}, dye = {type = "item", name = "carbon-black", amount = 1}},
Expand Down

0 comments on commit 82aaf44

Please sign in to comment.