Skip to content

Commit

Permalink
Fix Mixin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
CorgiTaco committed Aug 27, 2021
1 parent 97f3102 commit 79bd025
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions src/main/resources/cubicchunks.mixins.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 79bd025

Please sign in to comment.