Switching to lib data util

This commit is contained in:
paulevsGitch 2021-06-07 10:32:21 +03:00
parent f89a4f5e2c
commit 09f5cd60fa
5 changed files with 11 additions and 69 deletions

View file

@ -1,14 +1,7 @@
package ru.betterend.util;
import java.io.File;
import java.io.IOException;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.NbtIo;
import ru.betterend.BetterEnd;
public class WorldDataUtil {
private static CompoundTag root;
/*private static CompoundTag root;
private static File saveFile;
public static void load(File file) {
@ -53,5 +46,5 @@ public class WorldDataUtil {
catch (IOException e) {
BetterEnd.LOGGER.error("World data saving failed", e);
}
}
}*/
}