Switching to lib data util
This commit is contained in:
parent
f89a4f5e2c
commit
09f5cd60fa
5 changed files with 11 additions and 69 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue