Fix off by one error in the following IDhApiTerrainDataRepo methods when getting blocks in negative X and/or Z positions:
getSingleDataPointAtBlockPos()
getColumnDataAtBlockPos()
getAllTerrainDataAtChunkPos()
getAllTerrainDataAtRegionPos()
getAllTerrainDataAtDetailLevelAndPos()
Removals:
IDhApiDimensionTypeWrapper
getDimensionName()
IDhApiWorldGenerator
getMinGenerationGranularity()
getMaxGenerationGranularity()
isBusy()
generateChunks() and generateApiChunks() byte granularity parameter
int generationRequestChunkWidthCount is it's replacement and represents a different thing. Having the number of chunks wide is much easier to understand than the granularity.
IDhApiMultiplayerConfig
multiverseSimilarityRequirement()
This config is no longer supported or needed
Deprecations:
IDhApiFogConfig
drawMode()
Use enableDhFog() instead
The old method is kept but deprecated to prevent breaking support with Iris 1.7.5
disableVanillaFog()
Use enableVanillaFog() instead
The old method is kept but deprecated to prevent breaking support with Iris 1.7.5