diff --git a/src/main/resources/cubicchunks.mixins.core.json b/src/main/resources/cubicchunks.mixins.core.json index 6bae69ef9..adbf00e85 100644 --- a/src/main/resources/cubicchunks.mixins.core.json +++ b/src/main/resources/cubicchunks.mixins.core.json @@ -23,6 +23,7 @@ "common.chunk.MixinChunkSerializer", "common.chunk.MixinChunkStatus", "common.chunk.MixinDepthBasedReplacingBaseStoneSource", + "common.chunk.MixinImposterProtoChunk", "common.chunk.MixinISelectiveWorker", "common.chunk.MixinNoiseBasedChunkGenerator", "common.chunk.MixinNoiseSampler", @@ -48,6 +49,7 @@ "common.tileentity.MixinConduitTileEntity", "common.world.biome.MixinBiome", "common.world.biome.MixinBiomeDefaultFeatures", + "common.world.biome.MixinMultiNoiseBiomeSource", "common.world.feature.MixinBlockBlobFeature", "common.world.feature.MixinCocoaDecorator", "common.world.feature.MixinDecoratedFeature", @@ -58,21 +60,31 @@ "common.world.feature.MixinIceSpikeFeature", "common.world.feature.MixinLakeFeature", "common.world.feature.MixinSpringFeature", + "common.world.feature.nether.MixinBasaltPillarFeature", + "common.world.feature.nether.MixinHugeFungusFeature", + "common.world.feature.nether.MixinReplaceBlobsFeature", + "common.world.feature.nether.MixinTwistyVinesFeature", "common.world.feature.range.MixinRandomPatchFeature", "common.world.lighting.MixinBlockLightEngine", - "common.world.lighting.MixinLightEngine", - "common.world.lighting.MixinSectionLightStorage", - "common.world.lighting.MixinWorldLightManager", + "common.world.lighting.MixinDynamicGraphMinFixedPoint", + "common.world.lighting.MixinLayerLightEngine", + "common.world.lighting.MixinLayerLightSectionStorage", + "common.world.lighting.MixinLevelLightEngine", + "common.world.lighting.MixinSkyLightEngine", + "common.world.lighting.MixinSkyLightSectionStorage", + "common.world.lighting.MixinThreadedLevelLightEngine", "common.world.MixinAbstractChunkProvider", "common.world.MixinFuzzyOffsetConstantColumnBiomeZoomer", "common.world.MixinLevelHeightAccessor", "common.world.MixinNaturalSpawner", + "common.world.MixinPortalForcer", "common.world.MixinServerTickList", "common.world.MixinServerWorld", "common.world.MixinSpawnLocationHelper", "common.world.MixinWorld", "common.world.MixinWorldGenRegion", "common.world.placement.MixinBiasedToBottomHeight", + "common.world.placement.MixinCountMultiLayerDecorator", "common.world.placement.MixinDarkOakTreePlacementDecorator", "common.world.placement.MixinDecorationContext", "common.world.placement.MixinHeightMapDecorator", @@ -84,20 +96,23 @@ "common.world.placement.MixinVerticalDecorator", "common.world.placement.verticalanchor.MixinVerticalAnchorAboveBottom", "common.world.placement.verticalanchor.MixinVerticalAnchorBelowTop", - "common.world.server.MixinServerWorldLightManager", "common.world.structure.MixinConfiguredStructureFeature", "common.world.structure.MixinLocateCommand", "common.world.structure.MixinStructureFeature", "common.world.structure.MixinStructureFeatureConfiguration", "common.world.structure.MixinStructureFeatureManager", "common.world.structure.MixinStructurePiece", - "common.world.structure.MixinStructureStart" + "common.world.structure.MixinStructureStart", + "common.world.surfacebuilder.MixinNetherCappedSurfaceBuilder", + "common.world.surfacebuilder.MixinNetherForestSurfaceBuilder", + "common.world.surfacebuilder.MixinNetherSurfaceBuilder" ], "client": [ "client.chunk.MixinChunk", "client.chunk.MixinRenderChunkRegion", "client.debug.MixinChunkBorderRenderer", "client.debug.MixinClientWorld", + "client.debug.MixinDebugScreenOverlay", "client.debug.MixinGameRenderer", "client.debug.MixinMinecraft", "client.debug.MixinMinecraftServer",