Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 538 Bytes

seedy-behavior

Small library that allows custom dimensions to omit the "seed" parameter from both the generator and the biome source to use the world seed.

Usage

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!