Import optimisation, carver adding fix

This commit is contained in:
paulevsGitch 2021-11-01 14:16:17 +03:00
parent 2518759f7b
commit 8eba063b40
22 changed files with 49 additions and 94 deletions

View file

@ -5,31 +5,31 @@
"compatibilityLevel": "JAVA_16",
"mixins": [
"SimpleReloadableResourceManagerMixin",
"InternalBiomeDataMixin",
"shears.DiggingEnchantmentMixin",
"shears.TripWireBlockMixin",
"shears.BeehiveBlockMixin",
"shears.PumpkinBlockMixin",
"shears.MushroomCowMixin",
"shears.SnowGolemMixin",
"ComposterBlockAccessor",
"InternalBiomeDataMixin",
"PotionBrewingAccessor",
"RecipeManagerAccessor",
"EnchantmentMenuMixin",
"MinecraftServerMixin",
"PistonBaseBlockMixin",
"WorldGenRegionMixin",
"DimensionTypeMixin",
"RecipeManagerMixin",
"BoneMealItemMixin",
"shears.SheepMixin",
"PortalShapeMixin",
"ServerLevelMixin",
"AnvilBlockMixin",
"AnvilMenuMixin",
"TagLoaderMixin",
"BiomeMixin",
"MainMixin",
"shears.BeehiveBlockMixin",
"shears.DiggingEnchantmentMixin",
"shears.MushroomCowMixin",
"shears.PumpkinBlockMixin",
"shears.SheepMixin",
"shears.SnowGolemMixin",
"shears.TripWireBlockMixin",
"PortalShapeMixin",
"PistonBaseBlockMixin"
"MainMixin"
],
"injectors": {
"defaultRequire": 1