Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

[Feature] Autosalt samplers

astrsh opened this issue ยท 0 comments

commented

Feature Description

Salt could be added to samplers in features based on the specified generation order - such that stacked features with identical samplers would be salted differently.

What Problem Does This Solve?

When configuring multiple features that use identical samplers in distributors, they are required to be uniquely salted such that they don't clash in generation. This is quite apparent when trying to create ores.

Alternative Solutions

Manually salting every identical sampler, which is cumbersome and not ideal