Register BCLib in the WorldDataAPI
This commit is contained in:
parent
fa1c58b832
commit
f595cdbbed
2 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class WorldDataAPI {
|
|||
if (optional.isPresent()) {
|
||||
ModContainer modContainer = optional.get();
|
||||
if (BCLib.isDevEnvironment()) {
|
||||
root.putString("version", "63.63.63");
|
||||
root.putString("version", "255.255.9999");
|
||||
}
|
||||
else {
|
||||
root.putString("version", modContainer.getMetadata().getVersion().toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue