添加夕雾花描述
This commit is contained in:
parent
a01e81c52e
commit
1940ee7f10
3 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,7 @@ import net.minecraft.client.model.HumanoidModel;
|
|||
import net.minecraft.client.player.LocalPlayer;
|
||||
import net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer;
|
||||
import net.minecraft.network.chat.Component;
|
||||
import net.minecraft.network.chat.Style;
|
||||
import net.minecraft.world.InteractionHand;
|
||||
import net.minecraft.world.entity.Entity;
|
||||
import net.minecraft.world.entity.EquipmentSlot;
|
||||
|
@ -161,6 +162,10 @@ public class Trachelium extends GunItem implements GeoItem, AnimatedItem {
|
|||
list.add(Component.translatable("des.target.trachelium_1").withStyle(ChatFormatting.GRAY).withStyle(ChatFormatting.ITALIC));
|
||||
list.add(Component.translatable("des.target.trachelium_2").withStyle(ChatFormatting.GRAY));
|
||||
|
||||
TooltipTool.addHideText(list, Component.literal(""));
|
||||
TooltipTool.addHideText(list, Component.translatable("des.target.trachelium_3").withStyle(ChatFormatting.WHITE));
|
||||
TooltipTool.addHideText(list, Component.translatable("des.target.trachelium_4").withStyle(Style.EMPTY.withColor(0xF4F0FF)));
|
||||
|
||||
TooltipTool.addGunTips(list, stack);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
"item.target.trachelium": "\"Trachelium-Caeruleum\"",
|
||||
"des.target.trachelium_1": "Calm Spirit and Gentle Love",
|
||||
"des.target.trachelium_2": "\"May the flowers in my hand convey my feelings to you\"",
|
||||
"des.target.trachelium_3": "From: ",
|
||||
"des.target.trachelium_4": "Madoka",
|
||||
"item.target.marlin": "M1895",
|
||||
"item.target.devotion": "DEVOTION",
|
||||
"item.target.minigun": "M134 MINIGUN",
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
"item.target.trachelium": "“夕雾花”",
|
||||
"des.target.trachelium_1": "热烈想念,一往情深",
|
||||
"des.target.trachelium_2": "“愿手中的这束花,能够传达我的深情”",
|
||||
"des.target.trachelium_3": "所属Liver:",
|
||||
"des.target.trachelium_4": "柊真华",
|
||||
"item.target.marlin": "M1895杠杆步枪",
|
||||
"item.target.devotion": "专注轻机枪",
|
||||
"item.target.minigun": "M134加特林机枪",
|
||||
|
|
Loading…
Add table
Reference in a new issue