Small fix, cleanup
This commit is contained in:
parent
211d0fc751
commit
72e29223a1
4 changed files with 47 additions and 38 deletions
|
@ -4,41 +4,40 @@
|
|||
"package": "ru.bclib.mixin.common",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"AnvilBlockMixin",
|
||||
"AnvilMenuMixin",
|
||||
"ChunkGeneratorMixin",
|
||||
"BoneMealItemMixin",
|
||||
"SimpleReloadableResourceManagerMixin",
|
||||
"shears.DiggingEnchantmentMixin",
|
||||
"LayerLightSectionStorageMixin",
|
||||
"shears.TripWireBlockMixin",
|
||||
"shears.BeehiveBlockMixin",
|
||||
"shears.PumpkinBlockMixin",
|
||||
"shears.MushroomCowMixin",
|
||||
"ComposterBlockAccessor",
|
||||
"PotionBrewingAccessor",
|
||||
"RecipeManagerAccessor",
|
||||
"CraftingMenuMixin",
|
||||
"EnchantmentMenuMixin",
|
||||
"LayerLightSectionStorageMixin",
|
||||
"MainMixin",
|
||||
"MinecraftServerMixin",
|
||||
"PistonBaseBlockMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"TheEndBiomeDataMixin",
|
||||
"NetherBiomeDataMixin",
|
||||
"RecipeManagerMixin",
|
||||
"CraftingMenuMixin",
|
||||
"BoneMealItemMixin",
|
||||
"shears.SheepMixin",
|
||||
"PortalShapeMixin",
|
||||
"PotionBrewingAccessor",
|
||||
"RecipeManagerAccessor",
|
||||
"RecipeManagerMixin",
|
||||
"ServerLevelMixin",
|
||||
"SimpleReloadableResourceManagerMixin",
|
||||
"TagLoaderMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"shears.BeehiveBlockMixin",
|
||||
"shears.DiggingEnchantmentMixin",
|
||||
"shears.MushroomCowMixin",
|
||||
"shears.PumpkinBlockMixin",
|
||||
"shears.SheepMixin",
|
||||
"RecipeManagerAccessor",
|
||||
"shears.SnowGolemMixin",
|
||||
"shears.TripWireBlockMixin"
|
||||
"EnchantmentMenuMixin",
|
||||
"MinecraftServerMixin",
|
||||
"NetherBiomeDataMixin",
|
||||
"PistonBaseBlockMixin",
|
||||
"TheEndBiomeDataMixin",
|
||||
"ChunkGeneratorMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"RecipeManagerMixin",
|
||||
"RecipeManagerMixin",
|
||||
"BoneMealItemMixin",
|
||||
"CraftingMenuMixin",
|
||||
"CraftingMenuMixin",
|
||||
"shears.SheepMixin",
|
||||
"shears.SheepMixin",
|
||||
"PortalShapeMixin",
|
||||
"ServerLevelMixin",
|
||||
"AnvilBlockMixin",
|
||||
"AnvilMenuMixin",
|
||||
"TagLoaderMixin",
|
||||
"MainMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue