Strata

Strata

2.9k Downloads

Suggestions

KryptonCaptain opened this issue ยท 0 comments

commented

Dunno if you're ever going to come back to this mod, but I don't really have the skill to add these functions

  • compatibility with dense ores [partly fixed in my env, but it's really hacky]
    • much easier to add config entires in this for single blocks, rather than trying in DO config, and adding an entry for the normal block and the 2 strata variants
    • generation needs to happen after dense ores does its thing, so dense ores generate in strata layers (currently doesn't)
    • only solution I could think of would be to create your own version of dense ores that's structured similar to this (the modular configs are much better than dense ores single long list)
  • config to define the strata layer starting heights (for custom terrain gen things)
  • option to regen/retro gen chunks if config adds support for new blocks after generation has already occured (not sure if it already does this)