Enchantment and potions
This commit is contained in:
parent
64f4285fbb
commit
b79339e5bc
13 changed files with 169 additions and 6 deletions
|
@ -50,6 +50,17 @@
|
|||
"item.betterend.diamond_hammer": "Diamond Smith Hammer",
|
||||
"item.betterend.netherite_hammer": "Netherite Smith Hammer",
|
||||
|
||||
"effect.betterend.end_veil": "End Veil",
|
||||
"enchantment.betterend.end_veil": "End Veil",
|
||||
"item.minecraft.potion.effect.end_veil": "Potion of End Veil",
|
||||
"item.minecraft.potion.effect.long_end_veil": "Long potion of End Veil",
|
||||
"item.minecraft.splash_potion.effect.end_veil": "Splash potion of End Veil",
|
||||
"item.minecraft.splash_potion.effect.long_end_veil": "Splash potion of End Veil",
|
||||
"item.minecraft.lingering_potion.effect.end_veil": "Lingering potion of End Veil",
|
||||
"item.minecraft.lingering_potion.effect.long_end_veil": "Lingering potion of End Veil",
|
||||
"item.minecraft.tipped_arrow.effect.end_veil": "Arrow of End Veil",
|
||||
"item.minecraft.tipped_arrow.effect.long_end_veil": "Arrow of End Veil",
|
||||
|
||||
"block.betterend.mossy_glowshroom_sapling": "Mossy Glowshroom Sapling",
|
||||
"block.betterend.mossy_glowshroom_cap": "Mossy Glowshroom Cap",
|
||||
"block.betterend.mossy_glowshroom_fur": "Mossy Glowshroom Fur",
|
||||
|
|
|
@ -50,6 +50,17 @@
|
|||
"item.betterend.diamond_hammer": "Алмазный Кузнечный Молот",
|
||||
"item.betterend.netherite_hammer": "Кузнечный Молот из Незерита",
|
||||
|
||||
"effect.betterend.end_veil": "Вуаль Края",
|
||||
"enchantment.betterend.end_veil": "Вуаль Края",
|
||||
"item.minecraft.potion.effect.end_veil": "Зелье Вуали Края",
|
||||
"item.minecraft.potion.effect.long_end_veil": "Долгое зелье Вуали Края",
|
||||
"item.minecraft.splash_potion.effect.end_veil": "Взрывное зелье Вуали Края",
|
||||
"item.minecraft.splash_potion.effect.long_end_veil": "Взрывное зелье Вуали Края",
|
||||
"item.minecraft.lingering_potion.effect.end_veil": "Оседающее зелье Вуали Края",
|
||||
"item.minecraft.lingering_potion.effect.long_end_veil": "Оседающее зелье Вуали Края",
|
||||
"item.minecraft.tipped_arrow.effect.end_veil": "Стрела Вуали Края",
|
||||
"item.minecraft.tipped_arrow.effect.long_end_veil": "Стрела Вуали Края",
|
||||
|
||||
"block.betterend.mossy_glowshroom_sapling": "Саженец мшистого светогриба",
|
||||
"block.betterend.mossy_glowshroom_cap": "Шляпка мшистого светогриба",
|
||||
"block.betterend.mossy_glowshroom_fur": "Волоски мшистого светогриба",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 841 B |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue