Files
NitoriMC/src/main/resources/mixins.core.json
2024-07-07 03:41:07 +03:00

44 lines
1.2 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",
"MixinAABB",
"MixinBlock",
"MixinBlockPos",
"MixinChunkEntitySlices",
"MixinCraftPlayer",
"MixinDirection",
"MixinEntity",
"MixinEntitySectionStorage",
"MixinGameRules",
"MixinIteratorSafeOrderedReferenceSet",
"MixinLevel",
"MixinLevelStorageAccess",
"MixinMob",
"MixinMth",
"MixinNoiseBasedChunkGenerator",
"MixinPlayer",
"MixinPlayerList",
"MixinReobfServer",
"MixinServerBossEvent",
"MixinServerEntity",
"MixinSpongeSIMD",
"MixinWorldGenRegion",
"alloc.blockstate.StateMixin",
"util.MixinLevelBlockEntityRetrieval",
"cached_hashcode.BlockNeighborGroupMixin",
"shapes.blockstate_cache.BlockMixin",
"math.fast_blockops.DirectionMixin",
"math.fast_blockops.BlockPosMixin",
"math.fast_util.AxisCycleDirectionMixin.BackwardMixin",
"math.fast_util.AxisCycleDirectionMixin.ForwardMixin",
"math.fast_util.BoxMixin"
]
}