mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-09 02:16:14 +01:00
Remove unnecessary double reading 1.18.2 codec
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user