Update tooltips for various items and blocks: refine descriptions and add missing entries

This commit is contained in:
Chipperfluff 2025-12-21 12:35:26 +01:00
parent 0d8a24c7dc
commit e30e42ff51
2 changed files with 27 additions and 25 deletions

View File

@ -31,9 +31,6 @@ public final class ModTooltips {
lines.add(Text.translatable("tooltip.chipi.chipper_alloy_block"));
// ===== ITEMS =====
if (stack.isOf(ModItems.NUT))
lines.add(Text.translatable("tooltip.chipi.nut"));
if (stack.isOf(ModItems.RAW_CHIPPER_ORE))
lines.add(Text.translatable("tooltip.chipi.raw_chipper_ore"));
@ -46,6 +43,13 @@ public final class ModTooltips {
if (stack.isOf(ModItems.MEP_SPAWN_EGG))
lines.add(Text.translatable("tooltip.chipi.mep_spawn_egg"));
// ===== FOOD =====
if (stack.isOf(ModItems.NUT))
lines.add(Text.translatable("tooltip.chipi.nut"));
if (stack.isOf(ModItems.MEP_MILK))
lines.add(Text.translatable("tooltip.chipi.mep_milk"));
// ===== ARMOR =====
if (stack.isOf(ModItems.CHIPPER_HELMET))
lines.add(Text.translatable("tooltip.chipi.chipper_helmet"));

View File

@ -38,30 +38,28 @@
"item.chipi.chipper_shovel": "Chipper Shovel",
"item.chipi.chipper_hoe": "Chipper Hoe",
"tooltip.chipi.void_block": "§8It hums quietly.§r §7Do not listen.",
"tooltip.chipi.chipper_frame": "§7Built to hold a mistake in place.",
"tooltip.chipi.chipper_portal": "§5Something on the other side is already aware of you.",
"tooltip.chipi.chipper_ore": "§7Common.§r §8Uncomfortably so.",
"tooltip.chipi.chipper_alloy_block": "§7Pressed together until it stopped screaming.",
"tooltip.chipi.void_block": "§8It hums quietly.§r §7You are not supposed to notice that.",
"tooltip.chipi.chipper_frame": "§7Built to hold a mistake.§r §8It is doing its best.",
"tooltip.chipi.chipper_portal": "§5Something on the other side noticed you.§r §8It did not look away.",
"tooltip.chipi.chipper_ore": "§7Common.§r §8Suspiciously so.",
"tooltip.chipi.chipper_alloy_block": "§7Pressed together until it stopped complaining.§r §8Mostly.",
"tooltip.chipi.nut": "§7Probably edible.§r §8Probably.",
"tooltip.chipi.raw_chipper_ore": "§7Still warm to the touch.",
"tooltip.chipi.chipper_ingot": "§7Dense.§r §8Too dense.",
"tooltip.chipi.chipper_alloy": "§7Stronger than it looks.§r §8Worse than it feels.",
"tooltip.chipi.nut": "§7Probably edible.§r §8Confidence not included.",
"tooltip.chipi.raw_chipper_ore": "§7Still warm to the touch.§r §8That seems unnecessary.",
"tooltip.chipi.chipper_ingot": "§7Dense and stubborn.§r §8Refuses to fail politely.",
"tooltip.chipi.chipper_alloy": "§7Stronger than it looks.§r §8Judges you silently.",
"tooltip.chipi.mep_spawn_egg": "§8It knows where you are.§r §7It always did.",
"tooltip.chipi.mep_spawn_egg": "§8It already knows where you are.§r §7Spawning is a courtesy.",
"tooltip.chipi.mep_milk": "§7Temporary comfort in liquid form.§r §8The bucket survives.",
"tooltip.chipi.chipper_helmet": "§7Soaks the hit.§r §8Cracks immediately.",
"tooltip.chipi.chipper_chestplate": "§7Lets you stand your ground.§r §8Once.",
"tooltip.chipi.chipper_leggings": "§7Heavy steps.§r §8Short lifespan.",
"tooltip.chipi.chipper_boots": "§7You wont be moved.§r §8You will be broken.",
"tooltip.chipi.chipper_sword": "§7Cuts clean.§r §8Leaves regret.",
"tooltip.chipi.chipper_pickaxe": "§7Breaks stone.§r §8Breaks trust.",
"tooltip.chipi.chipper_axe": "§7Heavy swing.§r §8Heavier consequence.",
"tooltip.chipi.chipper_shovel": "§7Digs fast.§r §8Finds nothing good.",
"tooltip.chipi.chipper_hoe": "§7Makes things grow.§r §8They shouldnt.",
"tooltip.chipi.mep_milk": "§7Warm.§r §8You probably shouldn't drink this."
"tooltip.chipi.chipper_helmet": "§7Heavy and awkward.§r §8Feels incomplete alone.",
"tooltip.chipi.chipper_chestplate": "§7Looks like armor.§r §8Does nothing by itself.",
"tooltip.chipi.chipper_leggings": "§7Built to last.§r §8Waiting for the rest.",
"tooltip.chipi.chipper_boots": "§7Sturdy soles.§r §8Missing something important.",
"tooltip.chipi.chipper_sword": "§7Sharp and eager.§r §8Five swings of confidence.",
"tooltip.chipi.chipper_pickaxe": "§7Fast bite on stone.§r §8Gives up immediately after.",
"tooltip.chipi.chipper_axe": "§7Clean chop.§r §8Handle resents you.",
"tooltip.chipi.chipper_shovel": "§7Quick dig.§r §8Gravel smells weakness.",
"tooltip.chipi.chipper_hoe": "§7Turns soil fast.§r §8Blunts before the sprouts."
}