Fixes, compression

This commit is contained in:
paulevsGitch 2020-10-15 01:33:57 +03:00
parent d4f56b152e
commit 77457bf976
28 changed files with 108 additions and 53 deletions

View file

@ -1,27 +1,30 @@
{
"required": true,
"minVersion": "0.8",
"package": "ru.betterend.mixin.common",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ServerPlayNetworkHandlerMixin",
"CraftingScreenHandlerMixin",
"DefaultBiomeCreatorMixin",
"GenerationSettingsMixin",
"AnvilScreenHandlerMixin",
"TagGroupLoaderMixin",
"EndermanEntityMixin",
"LocateCommandMixin",
"DimensionTypeMixin",
"RecipeManagerMixin",
"AbstractBlockMixin",
"LivingEntityMixin",
"BoneMealItemMixin",
"SlimeEntityMixin",
"BrewingAccessor",
"BiomeMixin"
],
"injectors": {
"defaultRequire": 1
}
}
{
"required": true,
"minVersion": "0.8",
"package": "ru.betterend.mixin.common",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ServerPlayNetworkHandlerMixin",
"CraftingScreenHandlerMixin",
"DefaultBiomeCreatorMixin",
"GenerationSettingsMixin",
"AnvilScreenHandlerMixin",
"ChorusPlantFeatureMixin",
"ChorusFlowerBlockMixin",
"ChorusPlantBlockMixin",
"TagGroupLoaderMixin",
"EndermanEntityMixin",
"LocateCommandMixin",
"DimensionTypeMixin",
"RecipeManagerMixin",
"AbstractBlockMixin",
"LivingEntityMixin",
"BoneMealItemMixin",
"SlimeEntityMixin",
"BrewingAccessor",
"BiomeMixin"
],
"injectors": {
"defaultRequire": 1
}
}