dfsek
dfsek
If a server doesn't have any Terra worlds, warning-level log a message containing a link to the [quick start guide](https://github.com/PolyhedralDev/Terra/wiki/Quick-Start-Guide). People don't like to read things, so they don't read...
Move TerraScript to a separate repository, and shade it into the TerraScript addon.
Currently, TerraScript contains a `randomInt` function which fetches the next random integer within a range from a mutable Random object. This Random is supplied by the `Structure#generate` method. The `randomInt`...
In 6.2, a new Context API using `PropertyKey` was introduced, this API allows for extremely fast Context lookups. The old API was kept around for compatibility, it should be removed...
Using [Protolith](https://github.com/PolyhedralDev/Protolith), require all registered objects to be Protolith compatible (provide a Protolith codec), and integrate with Tectonic to allow for simple "Updates" to be applied to configs. Automatic updates...
This would require simultaneous changes to Tectonic, rather than having an `id` key within configs, use the path of the file sans extension from the config pack root as the...
Adds a Minestom server as a platform implementation. Currently waiting on Minestom/Minestom#218
Redo `noise-equation` to support: * Multiple noise samplers with: * Distinct resolutions * Distinct sampling ranges * Distinct interpolation type/step * Distinct X/Y/Z ranges * Interpolation configuration: * Configure type...
Add a `repeat` option to structure configs, which would have `min-duration`, `max-duration`, and `script` sub-keys. The specified script would then be repeated in an interval from `min-duration` to `max-duration`. Example...
Add a `dimensions` option to the master `config.yml` on Forge and Fabric of type `List`, where `DimensionConfig` is a POJO containing information about the dimension to be created, such as...