Code that allows to dump registries to json

This commit is contained in:
Frank 2022-06-03 10:12:12 +02:00
parent 49edee32a8
commit 3a61c4cb86
2 changed files with 184 additions and 0 deletions

View file

@ -14,4 +14,5 @@ public class BCLibServer implements DedicatedServerModInitializer {
PostInitAPI.postInit(false);
}
}