mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 19:45:21 +01:00
Make 1.16 default registry public
This commit is contained in:
parent
3ef1912267
commit
42167394e0
@ -25,7 +25,7 @@ public class MappingData {
|
|||||||
try {
|
try {
|
||||||
dimensionRegistry = BinaryTagIO.readCompressedInputStream(MappingDataLoader.getResource("dimension-registry-1.16.2.nbt"));
|
dimensionRegistry = BinaryTagIO.readCompressedInputStream(MappingDataLoader.getResource("dimension-registry-1.16.2.nbt"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Via.getPlatform().getLogger().severe("Error loading dimenstion registry:");
|
Via.getPlatform().getLogger().severe("Error loading dimension registry:");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ public class EntityPackets {
|
|||||||
wrapper.write(Type.STRING, dimensionName); // dimension type
|
wrapper.write(Type.STRING, dimensionName); // dimension type
|
||||||
wrapper.write(Type.STRING, dimensionName); // dimension
|
wrapper.write(Type.STRING, dimensionName); // dimension
|
||||||
};
|
};
|
||||||
private static final CompoundTag DIMENSIONS_TAG = new CompoundTag("");
|
public static final CompoundTag DIMENSIONS_TAG = new CompoundTag("");
|
||||||
private static final String[] WORLD_NAMES = {"minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"};
|
private static final String[] WORLD_NAMES = {"minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"};
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Loading…
Reference in New Issue
Block a user