WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6058bf4

Browse files
committed
set for new release version
1 parent 91dca52 commit 6058bf4

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,5 @@
22

33
[Added]
44

5-
- Ability to unlock Rocket Schematics via Configs
6-
7-
- Dimensional-Comets Spawn Rate can be modified per dimension via Configs
8-
9-
- Custom Spawn Dimension can be set via Configs
10-
11-
- New Version checking system
12-
13-
14-
[Changed]
15-
16-
- Overworld-Comets merged into Dimensional-Comets
5+
- Added toggle option for thermal armor
6+
- Added option to set spawn coords in configs

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mcp=snapshot_20171003
1515

1616
## Mod Versioning
1717
versionMajor=1
18-
versionMinor=3
18+
versionMinor=4
1919
versionRev=0
2020

2121
## Cureforge Upload Configs

src/main/java/net/romvoid95/gctweaks/gc/features/SpawnDimension.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class SpawnDimension extends Feature {
1919

2020
private static boolean enableSpawnDimension, firstJoinOnly, everyDeath, useCoord;
2121
private static int spawnDimId;
22-
private static int[] sPos;
2322
private static String spawnPos;
2423

2524
@Override

0 commit comments

Comments
 (0)