fix: Jarvis keybinding crash

This commit is contained in:
Linnea Gräf
2024-11-17 01:28:35 +01:00
parent f0848ab60c
commit 92034c8501
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ hotswap_agent = "1.4.2-SNAPSHOT"
# Update from https://github.com/LlamaLad7/MixinExtras/tags # Update from https://github.com/LlamaLad7/MixinExtras/tags
mixinextras = "0.4.1" mixinextras = "0.4.1"
jarvis = "1.1.3" jarvis = "1.1.4"
nealisp = "1.1.0" nealisp = "1.1.0"
# Update from https://github.com/NotEnoughUpdates/MoulConfig/tags # Update from https://github.com/NotEnoughUpdates/MoulConfig/tags

View File

@@ -27,7 +27,7 @@ import moe.nea.firmament.util.collections.WeakCache
import moe.nea.firmament.util.json.DashlessUUIDSerializer import moe.nea.firmament.util.json.DashlessUUIDSerializer
/** /**
* A skyblock item id, as used by the NEU repo. * A SkyBlock item id, as used by the NEU repo.
* This is not exactly the format used by HyPixel, but is mostly the same. * This is not exactly the format used by HyPixel, but is mostly the same.
* Usually this id splits an id used by HyPixel into more sub items. For example `PET` becomes `$PET_ID;$PET_RARITY`, * Usually this id splits an id used by HyPixel into more sub items. For example `PET` becomes `$PET_ID;$PET_RARITY`,
* with those values extracted from other metadata. * with those values extracted from other metadata.