New files on WorldDataAPI
did not get an initial version tag
This commit is contained in:
parent
81801b3df9
commit
cd2b4e481e
1 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,7 @@ public class WorldDataAPI {
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
BCLib.LOGGER.error("World data loading failed", e);
|
BCLib.LOGGER.error("World data loading failed", e);
|
||||||
}
|
}
|
||||||
|
TAGS.put(modID, root);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Optional<ModContainer> optional = FabricLoader.getInstance()
|
Optional<ModContainer> optional = FabricLoader.getInstance()
|
||||||
|
@ -58,11 +59,10 @@ public class WorldDataAPI {
|
||||||
.getVersion()
|
.getVersion()
|
||||||
.toString());
|
.toString());
|
||||||
}
|
}
|
||||||
|
TAGS.put(modID, root);
|
||||||
saveFile(modID);
|
saveFile(modID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TAGS.put(modID, root);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue