Enchantment and potions

This commit is contained in:
Aleksey 2020-10-07 17:56:28 +03:00
parent 64f4285fbb
commit b79339e5bc
13 changed files with 169 additions and 6 deletions

View file

@ -4,19 +4,21 @@
"package": "ru.betterend.mixin.common",
"compatibilityLevel": "JAVA_8",
"mixins": [
"DimensionTypeMixin",
"RecipeManagerMixin",
"ServerPlayNetworkHandlerMixin",
"TagGroupLoaderMixin",
"CraftingScreenHandlerMixin",
"DefaultBiomeCreatorMixin",
"GenerationSettingsMixin",
"AnvilScreenHandlerMixin",
"TagGroupLoaderMixin",
"EndermanEntityMixin",
"LocateCommandMixin",
"DimensionTypeMixin",
"RecipeManagerMixin",
"AbstractBlockMixin",
"LivingEntityMixin",
"BiomeMixin",
"SlimeEntityMixin",
"LocateCommandMixin",
"DefaultBiomeCreatorMixin"
"BrewingAccessor",
"BiomeMixin"
],
"injectors": {
"defaultRequire": 1