Skip to content

Commit

Permalink
Solve loading crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdev2 committed Aug 23, 2018
1 parent 737ba21 commit 25f257f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/rdvdev2/TimeTravelMod/ModBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public class ModBlocks {

public static void init() {
timeCrystalOre = new BlockTimeCrystalOre();
timeMachineBasicBlock = new BlockTimeMachineBasicBlock();
timeMachineCore = new BlockTimeMachineCore();
timeMachineControlPanel = new BlockTimeMachineControlPanel();
if (ModConfigs.unimplementedBlocks) {
timeMachineBasicBlock = new BlockTimeMachineBasicBlock();
timeMachineCore = new BlockTimeMachineCore();
timeMachineControlPanel = new BlockTimeMachineControlPanel();
heavyBlock = new BlockHeavyBlock();
reinforcedHeavyBlock = new BlockReinforcedHeavyBlock();
}
Expand Down
6 changes: 3 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"1.12.2": {
"1.12.2-0.0.0.96": "First public alpha relase!",
"1.12.2-0.0.1.0": "The time machine is now available by default. Old west is a big desert.",
"1.12.2-0.0.1.28": "Mod is now server compatible. No more first travel crashes."
"1.12.2-0.0.1.29": "Mod is now server compatible. No more first travel crashes."
},
"promos": {
"1.12.2-latest": "1.12.2-0.0.1.28",
"1.12.2-recommended": "1.12.2-0.0.1.28"
"1.12.2-latest": "1.12.2-0.0.1.29",
"1.12.2-recommended": "1.12.2-0.0.1.29"
}
}
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Thu Aug 23 17:11:47 CEST 2018
#Thu Aug 23 20:18:46 CEST 2018
MAJORMOD=0
MAJORAPI=0
MINOR=1
PATCH=28
PATCH=29

0 comments on commit 25f257f

Please sign in to comment.