numismatics: add conversion-crib tooltip to each coin, 0.22.0 -> 0.22.1

Numismatics' x8 uniform chain isn't intuitive. Mod values are
hardcoded so we cant fix the ratios, but we can put the conversion
table directly on each coins tooltip via KubeJS ItemEvents.tooltip.
Players hover any coin -> see how it relates to the others + a hint
to use Bank Teller for on-the-fly conversion.

~25 lines, ItemEvents.tooltip hot path is cached per item-id so no
performance concern.
This commit is contained in:
2026-05-23 17:36:02 +00:00
parent f3134d23c4
commit f19e7b187e
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing",
"name": "Brass and Sigil",
"version": "0.22.0",
"version": "0.22.1",
"minecraft": "1.21.1",
"loader": {
"type": "neoforge",