Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

OTG + RC - Use IMC to register/unregister dimensions

PG85 opened this issue ยท 6 comments

commented

@Ivorforce I've made OTG call registerDimension and unregisterDimension as per your example, I'm not sure what I should pass in the types parameter though (null atm)?

commented

It's basically tags for your dimension - exactly the same as for the Biome Dictionary.

https://github.com/Ivorforce/RecurrentComplex/blob/master/src/main/java/ivorius/reccomplex/dimensions/DimensionDictionary.java

Here are some examples of what I'm thinking of. It's basically information about the dimension itself (Has a floor? Has a sky? Atmosphere toxic gas? Has Gravity? etc.). The more specific you are, the easier it is for people to react based on your categorization :)

commented

Ohh that's cool. I'll have to do some more work to make a proper system so users can provide some sensical tags for their worlds. If for the first version I just send null, will that be enough to test the basic functionality already (different RC config for each world/dim)?

commented

You can probably at least attach a generic OPEN_TERRAIN_GENERATOR tag to everything, as well as possibly one or two of the default tags :)

commented

Have added the "OPEN_TERRAIN_GENERATOR" for the next release (1.12.2 v6 1.11.2 v10).