Files
NitoriMC/src/main/resources/mixins.core.json
2024-07-09 04:51:11 +03:00

70 lines
2.8 KiB
JSON
Executable File

{
"required": true,
"minVersion": "0.8.5",
"package": "net.gensokyoreimagined.nitori.mixin",
"plugin": "net.gensokyoreimagined.nitori.plugins.CorePlugin",
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_17",
"server": [
"ChunkMapMixin",
"ChunkMapMixin$TrackedEntity",
"math.fast_util.MixinAABB",
"MixinBlock",
"MixinBlockPos",
"MixinChunkEntitySlices",
"MixinCraftPlayer",
"MixinEntity",
"MixinEntitySectionStorage",
"MixinGameRules",
"MixinIteratorSafeOrderedReferenceSet",
"MixinLevel",
"MixinLevelStorageAccess",
"MixinMob",
"math.sine_lut.MixinMth",
"MixinNoiseBasedChunkGenerator",
"MixinPlayer",
"MixinPlayerList",
"MixinReobfServer",
"MixinServerBossEvent",
"MixinServerEntity",
"MixinSpongeSIMD",
"MixinWorldGenRegion",
"alloc.chunk_ticking.ServerChunkManagerMixin",
"alloc.blockstate.StateMixin",
"alloc.composter.ComposterMixin$ComposterBlockFullComposterInventoryMixin",
"alloc.composter.ComposterMixin$ComposterBlockDummyInventoryMixin",
"alloc.composter.ComposterMixin$ComposterBlockComposterInventoryMixin",
"util.MixinLevelBlockEntityRetrieval",
"cached_hashcode.BlockNeighborGroupMixin",
"shapes.blockstate_cache.BlockMixin",
"shapes.lazy_shape_context.EntityShapeContextMixin",
"entity.fast_retrieval.SectionedEntityCacheMixin",
"entity.fast_hand_swing.LivingEntityMixin",
"math.fast_blockops.DirectionMixin",
"math.fast_blockops.BlockPosMixin",
"math.fast_util.AxisCycleDirectionMixin$ForwardMixin",
"math.fast_util.AxisCycleDirectionMixin$BackwardMixin",
"math.fast_util.DirectionMixin",
"math.vec.FastMathVec3DMixin",
"math.general.GenericFastMathMixin",
"math.intrinsic.MathHelperIntrinsicMixin",
"collections.entity_filtering.TypeFilterableListMixin",
"collections.entity_by_type.TypeFilterableListMixin",
"collections.chunk_tickets.SortedArraySetMixin",
"collections.block_entity_tickers.WorldChunkMixin",
"collections.goals.GoalSelectorMixin",
"world.block_entity_ticking.sleeping.WrappedBlockEntityTickInvokerAccessor",
"world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin",
"world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin",
"world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin",
"world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin",
"util.accessors.ClientEntityManagerAccessor",
"util.accessors.EntityTrackingSectionAccessor",
"util.accessors.ServerEntityManagerAccessor",
"util.block_tracking.AbstractBlockStateMixin",
"playerwatching.MixinChunkFilter",
"playerwatching.MixinServerPlayerEntity",
"playerwatching.optimize_nearby_player_lookups.MixinMobEntity"
]
}