Skip to content

Commit

Permalink
set for new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Nov 9, 2020
1 parent 91dca52 commit 6058bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,5 @@

[Added]

- Ability to unlock Rocket Schematics via Configs

- Dimensional-Comets Spawn Rate can be modified per dimension via Configs

- Custom Spawn Dimension can be set via Configs

- New Version checking system


[Changed]

- Overworld-Comets merged into Dimensional-Comets
- Added toggle option for thermal armor
- Added option to set spawn coords in configs
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mcp=snapshot_20171003

## Mod Versioning
versionMajor=1
versionMinor=3
versionMinor=4
versionRev=0

## Cureforge Upload Configs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class SpawnDimension extends Feature {

private static boolean enableSpawnDimension, firstJoinOnly, everyDeath, useCoord;
private static int spawnDimId;
private static int[] sPos;
private static String spawnPos;

@Override
Expand Down

0 comments on commit 6058bf4

Please sign in to comment.