36 lines
894 B
JSON
36 lines
894 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "org.betterx.betterend.mixin.common",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"BlockBehaviourMixin",
|
|
"ChorusFlowerBlockMixin",
|
|
"ChorusPlantBlockMixin",
|
|
"ChorusPlantFeatureMixin",
|
|
"CraftingMenuMixin",
|
|
"EndCityFeatureMixin",
|
|
"EndDragonFightMixin",
|
|
"EnderManMixin",
|
|
"EndPodiumFeatureMixin",
|
|
"EndSpikeMixin",
|
|
"LevelMixin",
|
|
"LivingEntityMixin",
|
|
"NoiseBasedChunkGeneratorAccessor",
|
|
"NoiseChunkAccessor",
|
|
"NoiseChunkMixin",
|
|
"NoiseGeneratorSettingsMixin",
|
|
"NoiseInterpolatorAccessor",
|
|
"PlayerAdvancementsMixin",
|
|
"PlayerMixin",
|
|
"ServerLevelMixin",
|
|
"ServerPlayerMixin",
|
|
"SlimeMixin",
|
|
"SpikeFeatureMixin",
|
|
"WorldGenRegionMixin",
|
|
"portal.EntityMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|