Small library that allows custom dimensions to omit the "seed" parameter from both the generator and the biome source to use the world seed.
Add the following to your top-level repositories
block:
maven { url "https://hephaestus.dev/release" }
And under dependencies
:
modImplementation "dev.hephaestus:seedy-behavior:${project.seedy_version}"
include "dev.hephaestus:seedy-behavior:${project.seedy_version}"
Then, simply omit the "seed" parameter from your dimension json file!