Skip to content

Commit

Permalink
Warn about Ghast Cow (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxchr authored Jan 7, 2025
1 parent 5deeb43 commit 895c3e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/minecraft/scripts/tooltips.zs
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,9 @@ import crafttweaker.api.text.Component;
// Mystical Agriculture
var inferium_essence = Component.literal("Dropped from Lime Leaves").setStyle(<constant:formatting:yellow>);
<item:mysticalagriculture:inferium_essence>.addTooltip(inferium_essence);

// Gateways

var ghast_cow_gateway = Component.literal("Summons bosslike mob. Explodes like a Wither at the start").setStyle(<constant:formatting:red>);
<item:gateways:gate_pearl>.withTag({gateway: "gateways:normal/ghast_cow"}).addTooltip(ghast_cow_gateway);
<item:gateways:gate_pearl>.withTag({gateway: "gateways:titan/ghast_cow"}).addTooltip(ghast_cow_gateway);

0 comments on commit 895c3e3

Please sign in to comment.