mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-21 07:49:27 +00:00
The rename: Optional is now Integrated (#70)
This commit is contained in:
14
src/main/java/org/geysermc/integratedpack/Constants.java
Normal file
14
src/main/java/org/geysermc/integratedpack/Constants.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package org.geysermc.integratedpack;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.GsonBuilder;
|
||||
|
||||
public class Constants {
|
||||
public static final String JAVA_TARGET_VERSION = "1.21.8";
|
||||
public static final String BEDROCK_TARGET_VERSION = "1.21.100.6";
|
||||
|
||||
public static final Gson GSON = new GsonBuilder()
|
||||
.setPrettyPrinting()
|
||||
.disableHtmlEscaping()
|
||||
.create();
|
||||
}
|
||||
Reference in New Issue
Block a user