mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Strip 1.14
This commit is contained in:
@ -53,12 +53,12 @@ public final class Constants {
|
||||
public static final int DATA_VERSION_MC_1_13_2 = 1631;
|
||||
|
||||
/**
|
||||
* The DataVersion for Minecraft 1.16
|
||||
* The DataVersion for Minecraft 1.14
|
||||
*/
|
||||
public static final int DATA_VERSION_MC_1_14 = 1952;
|
||||
|
||||
/**
|
||||
* The DataVersion for Minecraft 1.16
|
||||
* The DataVersion for Minecraft 1.15
|
||||
*/
|
||||
public static final int DATA_VERSION_MC_1_15 = 2225;
|
||||
|
||||
|
@ -100,8 +100,6 @@ public final class BundledBlockData {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "blocks.116.json");
|
||||
} else if (dataVersion >= Constants.DATA_VERSION_MC_1_15) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "blocks.115.json");
|
||||
} else if (dataVersion >= Constants.DATA_VERSION_MC_1_14) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "blocks.114.json");
|
||||
}
|
||||
if (url == null) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "blocks.json");
|
||||
|
@ -87,8 +87,6 @@ public final class BundledItemData {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "items.116.json");
|
||||
} else if (dataVersion >= Constants.DATA_VERSION_MC_1_15) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "items.115.json");
|
||||
} else if (dataVersion >= Constants.DATA_VERSION_MC_1_14) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "items.114.json");
|
||||
}
|
||||
if (url == null) {
|
||||
url = resourceLoader.getResource(BundledBlockData.class, "items.json");
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user