MMD OreSpawn

MMD OreSpawn

11M Downloads

Collection Issue

D3nnis3n opened this issue · 5 comments

commented
  • Exclude and Include for Dimension
  • Variance for "attempts" (Like length min max, attempts min max)
  • Flat Bedrock with configurable Level of bedrock
  • Better Logging - give warnings and success notices for every ore
  • Skip wrong ore Generation entries (Checkin Gold - valid - spawned, checking iron - invalid - skipped)
  • Move presets to a file in syconfig for deduplication
  • Check if retrogen works
  • Make exact block Count for each ore in multi-ore spawns possible
  • Give Clusters the ability to define a exact block Count like in normal-Cloud and veins.
  • Variable Consistency: #86
  • Make Clusters / Veins to have maximum flexibility. : #86
commented

Not sure #86 is a good idea personally, we've already had a ton of flux on the names, continuously changing them is just going to put people off, so if we are going to do it, then the old names should be aliased to the new ones.

commented
commented

tentatively flagging the include/exclude as done - needs testing but it has been coded. 10-NOV-2017 will see an attempt made at the other two items.

commented
"attempts": {
  "minimum": 4,
  "maximum": 8
}

Is now supported in place of the old version for all feature-generators that supported "attempts" as a parameter. That means "clusters", "normal-cloud" and "vein". The Default Generator only ever made a single attempt (if that) and "precision" is designed with trying to reach as close to the +/- 15% of configured goal as possible - using a variable number of attempts to spawn per node would break this design.

Should be "build 94" (3.2.0.94) when it hits the maven here in a bit.

commented

Closed as of everything but a seperate issue done.