Skip to content

Commit

Permalink
Fix for 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed Mar 23, 2020
1 parent 1db0d48 commit 277df6b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file added graphics/entity/green-coral-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/entity/green-coral-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/rocket-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "RibbonMaze",
"version": "0.7.6",
"version": "0.8.0",
"title": "Ribbon Maze",
"author": "H8UL",
"contact": "[email protected]",
"homepage": "https://mods.factorio.com/user/h8ul",
"factorio_version": "0.17",
"factorio_version": "0.18",
"dependencies": ["base >= 0.17.38"],
"description": "The maze itself is destined to be automated."
}
2 changes: 1 addition & 1 deletion prototypes/item/geocomposite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:extend{{
icon_size = 32,
},
{
icon = "__base__/graphics/icons/rocket-structure.png",
icon = "__RibbonMaze__/graphics/icons/rocket-structure.png",
icon_size = 32,
tint = {r=0, g=0, b=0, a=1},
}
Expand Down
4 changes: 2 additions & 2 deletions prototypes/resource/mangrove.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:extend {{
stage_counts = {0},
stages = {
sheet = {
filename = "__base__/graphics/entity/tree/green-coral/green-coral-01.png",
filename = "__RibbonMaze__/graphics/entity/green-coral-01.png",
priority = "extra-high",
width = 58,
height = 69,
Expand Down Expand Up @@ -92,7 +92,7 @@ data:extend {{
stage_counts = {0},
stages = {
sheet = {
filename = "__base__/graphics/entity/tree/green-coral/green-coral-06.png",
filename = "__RibbonMaze__/graphics/entity/green-coral-06.png",
priority = "extra-high",
width = 67,
height = 71,
Expand Down
Binary file modified thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 277df6b

Please sign in to comment.