57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "org.betterx.bclib.mixin.common",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"AnvilBlockMixin",
|
|
"AnvilMenuMixin",
|
|
"BiomeGenerationSettingsAccessor",
|
|
"BiomeMixin",
|
|
"BiomeSourceMixin",
|
|
"BoneMealItemMixin",
|
|
"BuiltinRegistriesMixin",
|
|
"ChunkGeneratorAccessor",
|
|
"ChunkGeneratorMixin",
|
|
"ChunkGeneratorsMixin",
|
|
"ComposterBlockAccessor",
|
|
"CraftingMenuMixin",
|
|
"DiggerItemMixin",
|
|
"EnchantingTableBlockMixin",
|
|
"ItemStackMixin",
|
|
"LayerLightSectionStorageMixin",
|
|
"LootPoolMixin",
|
|
"MinecraftServerMixin",
|
|
"MobSpawnSettingsAccessor",
|
|
"NoiseBasedChunkGeneratorMixin",
|
|
"PistonBaseBlockMixin",
|
|
"PoiTypeMixin",
|
|
"PortalShapeMixin",
|
|
"PotionBrewingAccessor",
|
|
"RecipeManagerAccessor",
|
|
"RecipeManagerMixin",
|
|
"RecipeMixin",
|
|
"RegistryDataLoaderMixin",
|
|
"ServerAdvancementManagerMixin",
|
|
"ServerLevelMixin",
|
|
"ShovelItemAccessor",
|
|
"SurfaceRulesContextAccessor",
|
|
"TheEndBiomesMixin",
|
|
"WorldGenRegionMixin",
|
|
"boat.BoatItemMixin",
|
|
"boat.BoatMixin",
|
|
"boat.ChestBoatMixin",
|
|
"elytra.LivingEntityMixin",
|
|
"shears.BeehiveBlockMixin",
|
|
"shears.DiggingEnchantmentMixin",
|
|
"shears.ItemPredicateBuilderMixin",
|
|
"shears.MushroomCowMixin",
|
|
"shears.PumpkinBlockMixin",
|
|
"shears.SheepMixin",
|
|
"shears.SnowGolemMixin",
|
|
"shears.TripWireBlockMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|