I have created a datapack that makes the overworld into floating islands. We were going to test it out on my server, but in testing, we can't start the forge server up with the datapack.
Also, I can't create a single player world with the datapack when my client is running forge.
The datapack I'm working on is a terrain generation pack and it needs to be loaded when the world is being created.
I found this (https://forge.gemwire.uk/wiki/Datapack_Registries) that seems to related, but I'm not sure.
Any thoughts?
(oh the error in the logs says this `java.util.concurrent.CompletionException: java.lang.IllegalStateException: Not a JSON Object: 0.0`. So I went through and changed all the `0.0` values to `0`, but that didn't fix it.)