Skip to content

Commit

Permalink
Base Hazard concrete migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 6, 2017
1 parent 5dbae90 commit 31b00f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The latest stable release is available at <https://github.com/jpanther/Dectorio/

### Bugfixes
* Correctly disables base stone wall recipe in existing saves
* Added migration script to convert existing base stone wall to new stone wall
* Migrates existing base stone wall to new stone wall
* Migrates existing hazard concrete to painted hazard concrete

## v0.4.0 - 2017-05-04

Expand Down
6 changes: 6 additions & 0 deletions migrations/0.4.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"item":
[
["stone-wall", "stone-brick-wall"],
["hazard-concrete", "paint-hazard"]
],
"tile":
[
["hazard-concrete-left","paint-hazard-left"],
["hazard-concrete-right","paint-hazard-right"]
]
}

0 comments on commit 31b00f6

Please sign in to comment.