35 lines
772 B
JSON
35 lines
772 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "ru.betterend.mixin.common",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"mixins": [
|
|
"ChorusPlantFeatureMixin",
|
|
"PlayerAdvancementsMixin",
|
|
"ChorusFlowerBlockMixin",
|
|
"StructureFeaturesMixin",
|
|
"NoiseInterpolatorMixin",
|
|
"ChorusPlantBlockMixin",
|
|
"EndPodiumFeatureMixin",
|
|
"EndDragonFightMixin",
|
|
"WorldGenRegionMixin",
|
|
"BlockBehaviourMixin",
|
|
"NoiseChunkAccessor",
|
|
"DimensionTypeMixin",
|
|
"CraftingMenuMixin",
|
|
"LivingEntityMixin",
|
|
"ServerPlayerMixin",
|
|
"SpikeFeatureMixin",
|
|
"ServerLevelMixin",
|
|
"NoiseChunkMixin",
|
|
"EnderManMixin",
|
|
"EndSpikeMixin",
|
|
"MonsterMixin",
|
|
"EntityMixin",
|
|
"PlayerMixin",
|
|
"SlimeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|