OTG + RC - Use IMC to register/unregister dimensions
PG85 opened this issue ยท 6 comments
With this implemented RC can use a different config for each dimension.
@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)?
It's basically tags for your dimension - exactly the same as for the Biome Dictionary.
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 :)
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)?
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 :)