mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Changed world data file name, might break stuff though
This commit is contained in:
parent
b826c83c50
commit
068f367fa5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import javax.annotation.Nonnull;
|
||||||
|
|
||||||
public class WorldData extends WorldSavedData{
|
public class WorldData extends WorldSavedData{
|
||||||
|
|
||||||
public static final String DATA_TAG = ModUtil.MOD_ID+"WorldData";
|
public static final String DATA_TAG = ModUtil.MOD_ID+"worlddata";
|
||||||
private static WorldData instance;
|
private static WorldData instance;
|
||||||
|
|
||||||
public WorldData(String tag){
|
public WorldData(String tag){
|
||||||
|
|
Loading…
Reference in a new issue