mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-16 14:10:13 +02:00
Remove unnecessary double reading 1.18.2 codec
This commit is contained in:
parent
a3d4966150
commit
226fd32c6d
@ -70,7 +70,6 @@ public final class DimensionRegistry {
|
||||
public void load(String def) throws IOException {
|
||||
codec_1_16 = readCodecFile("/dimension/codec_1_16.snbt");
|
||||
codec_1_18_2 = readCodecFile("/dimension/codec_1_18_2.snbt");
|
||||
codec_1_18_2 = readCodecFile("/dimension/codec_1_18_2.snbt");
|
||||
codec_1_19 = readCodecFile("/dimension/codec_1_19.snbt");
|
||||
// On 1.16-1.16.1 different codec format
|
||||
oldCodec = readCodecFile("/dimension/codec_old.snbt");
|
||||
|
Loading…
x
Reference in New Issue
Block a user