diff --git a/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/en_us.json b/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/en_us.json new file mode 100644 index 000000000000..1731300dbab7 --- /dev/null +++ b/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/en_us.json @@ -0,0 +1,39 @@ +{ + "item.alexsmobsinteraction.ami_book": "AMI Book Icon", + + "ami_book.description":"Welcome to a new interactive universe!", + "ami_book.title":"Alexs Mobs Interaction", + + "item.minecraft.splash_potion.effect.health_boost": "Splash Potion of Health Boost", + "item.minecraft.tipped_arrow.effect.health_boost": "Arrow of Health Boost", + "item.minecraft.lingering_potion.effect.health_boost": "Lingering Potion of Health Boost", + "item.minecraft.potion.effect.health_boost": "Potion of Health Boost", + + "alexsmobsinteraction.potion.skreeching": "Skreech Your Last.", + "effect.alexsmobsinteraction.skreeching.description": "Causes a Warden to spawn when the effect wares off", + "item.minecraft.splash_potion.effect.skreeching": "Splash Potion of Skreeching", + "item.minecraft.tipped_arrow.effect.skreeching": "Arrow of Skreeching", + "item.minecraft.lingering_potion.effect.skreeching": "Lingering Potion of Skreeching", + "item.minecraft.potion.effect.skreeching": "Potion of Skreeching", + + "alexsmobsinteraction.potion.gusting": "Gusting", + "effect.alexsmobsinteraction.gusting.description": "Immune to affection with gusts and spawns gusts simultaniously around the player", + "item.minecraft.splash_potion.effect.gusting": "Splash Potion of Gusting", + "item.minecraft.tipped_arrow.effect.gusting": "Arrow of Gusting", + "item.minecraft.lingering_potion.effect.gusting": "Lingering Potion of Gusting", + "item.minecraft.potion.effect.gusting": "Potion of Gusting", + + "alexsmobsinteraction.potion.long_gusting": "Gusting", + "effect.alexsmobsinteraction.long_gusting.description": "Immune to affection with gusts and spawns gusts simultaniously around the player", + "item.minecraft.splash_potion.effect.long_gusting": "Splash Potion of Gusting", + "item.minecraft.tipped_arrow.effect.long_gusting": "Arrow of Gusting", + "item.minecraft.lingering_potion.effect.long_gusting": "Lingering Potion of Gusting", + "item.minecraft.potion.effect.long_gusting": "Potion of Gusting", + + "alexsmobsinteraction.potion.disabled": "Disabled", + "effect.alexsmobsinteraction.disabled.description": "Stuns the affected (this applies to mobs that implement this effect)", + + "alexsmobsinteraction.potion.blooded": "Blooded", + "effect.alexsmobsinteraction.blooded.description": "Reduces Speed,Armor and Strength" +} + diff --git a/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/zh_cn.json b/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/zh_cn.json new file mode 100644 index 000000000000..39c20eaa94a3 --- /dev/null +++ b/projects/1.20/assets/alexs-mobs-interaction/alexsmobsinteraction/lang/zh_cn.json @@ -0,0 +1,39 @@ +{ + "item.alexsmobsinteraction.ami_book": "AMI图鉴", + + "ami_book.description":"欢迎来到全新的交互世界!", + "ami_book.title":"Alex 的生物:交互", + + "item.minecraft.splash_potion.effect.health_boost": "喷溅型生命提升药水", + "item.minecraft.tipped_arrow.effect.health_boost": "生命提升之箭", + "item.minecraft.lingering_potion.effect.health_boost": "滞留型生命提升药水", + "item.minecraft.potion.effect.health_boost": "生命提升药水", + + "alexsmobsinteraction.potion.skreeching": "最后的贱叫", + "effect.alexsmobsinteraction.skreeching.description": "效果结束时生成一只监守者", + "item.minecraft.splash_potion.effect.skreeching": "喷溅型贱叫药水", + "item.minecraft.tipped_arrow.effect.skreeching": "贱叫之箭", + "item.minecraft.lingering_potion.effect.skreeching": "滞留型贱叫药水", + "item.minecraft.potion.effect.skreeching": "贱叫药水", + + "alexsmobsinteraction.potion.gusting": "沙风", + "effect.alexsmobsinteraction.gusting.description": "免疫沙风的影响,同时在玩家周围生成沙风", + "item.minecraft.splash_potion.effect.gusting": "喷溅型沙风药水", + "item.minecraft.tipped_arrow.effect.gusting": "沙风之箭", + "item.minecraft.lingering_potion.effect.gusting": "滞留型沙风药水", + "item.minecraft.potion.effect.gusting": "沙风药水", + + "alexsmobsinteraction.potion.long_gusting": "沙风", + "effect.alexsmobsinteraction.long_gusting.description": "免疫沙风的影响,同时在玩家周围生成沙风", + "item.minecraft.splash_potion.effect.long_gusting": "喷溅型沙风药水", + "item.minecraft.tipped_arrow.effect.long_gusting": "沙风之箭", + "item.minecraft.lingering_potion.effect.long_gusting": "滞留型沙风药水", + "item.minecraft.potion.effect.long_gusting": "沙风药水", + + "alexsmobsinteraction.potion.disabled": "失能", + "effect.alexsmobsinteraction.disabled.description": "眩晕被影响者 (适用于施加此效果的生物)", + + "alexsmobsinteraction.potion.blooded": "流血", + "effect.alexsmobsinteraction.blooded.description": "降低移速、护甲和攻击力" +} +