Skip to content

Commit

Permalink
1.3.6 Update
Browse files Browse the repository at this point in the history
Fixed crash with the newest LogisticsPipes version
  • Loading branch information
tom5454 committed Jun 17, 2020
1 parent 3f61794 commit 24d977b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/tom/logisticsbridge/LogisticsBridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
public class LogisticsBridge {
public static final String ID = "logisticsbridge";
public static final String NAME = "Logistics Bridge";
public static final String VERSION = "1.3.5";
public static final String DEPS = "after:appliedenergistics2;after:refinedstorage@[1.6.15,);required-after:logisticspipes@[0.10.3.31,)";
public static final String VERSION = "1.3.6";
public static final String DEPS = "after:appliedenergistics2;after:refinedstorage@[1.6.15,);required-after:logisticspipes@[0.10.3.39,)";
public static final String UPDATE = "https://github.com/tom5454/LogisticsBridge/blob/master/version-check.json";
public static final Logger log = LogManager.getLogger(NAME);
public static Method registerTexture, registerPipe;
Expand Down
5 changes: 3 additions & 2 deletions version-check.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/logistics-bridge",
"promos": {
"1.12.2-latest": "1.3.5",
"1.12.2-recommended": "1.3.5"
"1.12.2-latest": "1.3.6",
"1.12.2-recommended": "1.3.6"
},
"1.12.2": {
"1.3.6": "Fixed crash with the newest LogisticsPipes version",
"1.3.5": "Fixed recipes couldn't be modified with CraftTweaker",
"1.3.4": "Fixed crash with the newest LogisticsPipes version\nCode cleanup",
"1.3.3": "Fixed crash on world start",
Expand Down

0 comments on commit 24d977b

Please sign in to comment.