Skip to content

Commit

Permalink
Bump version to RNY-build-8-20231123
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyaphthyl committed Nov 23, 2023
1 parent 347db03 commit aa08a26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Carpet 1.12 with [RNY](https://github.com/Rainyaphthyl)'s Addition

[version](src/carpet/CarpetSettings.java): `RNY-build-7-20230712`
[version](src/carpet/CarpetSettings.java): `RNY-build-8-20231123`

# TO-DO List

Expand All @@ -13,12 +13,6 @@ Carpet 1.12 with [RNY](https://github.com/Rainyaphthyl)'s Addition

# Feature Modifications

1. Fixed the bug that `updateSuppressionCrashFix` fails at the moment `instantScheduling` turns on. ([issue#25](https://github.com/Rainyaphthyl/carpet12RNY/issues/25#issue-1759841478))
2. Rule `updateSuppressionCrashFix` is enabled to deal with `ClassCastException` (the magic box).
3. Display the causes, game phases, positions, and more details of potential server crashes under `updateSuppressionCrashFix`.
1. Ported rule `blockStateTextureSync`.

# Code Details

1. Remove method `validateInstantScheduling` and `validateInstantFallingFlag` in `CarpetSettings`.
2. Rewrite the usages of `instantScheduling` and `instantFallingFlag`.
3. Add more methods of `ThrowableSuppression`.
4 changes: 2 additions & 2 deletions carpetmodSrc/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class CarpetSettings
{
public static boolean locked = false;

// Previous build ordinal: 6 (RNY-build-6-20230708)
// Previous build ordinal: 7 (RNY-build-7-20230712)
// TODO: replace these constants at build time
/**
* format of version in Carpet-Addition-Naftalluvia(RNY):
Expand All @@ -58,7 +58,7 @@ public class CarpetSettings
* version name starts with "RNY"
* </p>
*/
public static final String carpetVersion = "RNY-build-7-20230712";
public static final String carpetVersion = "RNY-build-8-20231123";
public static final String minecraftVersion = "1.12.2";
public static final String mcpMappings = "39-1.12";

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rootProject.name = 'carpetmod'

// The version of the mod
//gradle.ext.modVersion = 'dev' //new java.text.SimpleDateFormat('yy_MM_dd').format(new Date())
gradle.ext.modVersion = 'RNY-dev-' + (new SimpleDateFormat('yyyyMMdd-HHmm')).format(new Date())
//gradle.ext.modVersion = 'RNY-build-7-20230712'
//gradle.ext.modVersion = 'RNY-dev-' + (new SimpleDateFormat('yyyyMMdd-HHmm')).format(new Date())
gradle.ext.modVersion = 'RNY-build-8-20231123'

// Set to 'client' to make a client-only jar mod, 'server' to make it server-only and 'both' to make it both
// Only 'server' is fully supported currently
Expand Down

0 comments on commit aa08a26

Please sign in to comment.