promotional bannermobile promotional banner

Arcadia Lib

Arcadia Lib is the shared foundation required by all Arcadia Pets, Prestige and AH. It provides the database layer, player data management and debug mode.
Back to Files

arcadia-lib-1.21.1-1.3.0

File namearcadia-lib-1.3.0.jar
Uploader
AminoquizAminoquiz
Uploaded
Aug 23, 2026
Downloads
156
Size
2.6 MB
Mod Loaders
NeoForge
File ID
8713651
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:arcadia-lib-1493170:8713651"

Learn more about Curse Maven

What's new

Fixed

  • The mixin config was never loadedneoforge.mods.toml declared it as mixinConfigs="arcadia_lib.mixins.json" inside the [[mods]] table, which is the old Forge key. NeoForge 1.21 reads a top-level [[mixins]] array and ignores the legacy one without emitting any warning, so CreativeTabLagFixMixin had never been applied. Declared correctly now.

  • A typo in the currency item id threw instead of falling backgetCurrencyItem already defaulted to emeralds for an unusable id, but the id was read with ResourceLocation.parse, which throws on a malformed value before that fallback can run. A single bad character in the config surfaced as an exception out of every balance check and payment rather than the intended default.

Added

  • Four staff pet entitiesstaff_royalf (Royal_F_, Editor), staff_healeuras (HealeurAs2, Guide), staff_darkdiamons (Darkdiamons, Guide) and staff_loldragman (Loldragman45, Helper), with EN + FR display names. Skins resolve from the Mojang username like every other staff pet, so no texture work is required.

Correctifs

  • La configuration de mixins n'était jamais chargéeneoforge.mods.toml la déclarait via mixinConfigs="arcadia_lib.mixins.json" à l'intérieur du bloc [[mods]], qui est la clé de l'ancien Forge. NeoForge 1.21 lit un tableau [[mixins]] de premier niveau et ignore l'ancienne sans le moindre avertissement : CreativeTabLagFixMixin n'avait donc jamais été appliqué. Déclarée correctement désormais.

  • Une faute de frappe dans l'identifiant de la monnaie levait une exception au lieu de retomber sur le défautgetCurrencyItem prévoyait déjà l'émeraude pour un identifiant inutilisable, mais celui-ci était lu avec ResourceLocation.parse, qui lève une exception sur une valeur malformée avant que ce repli puisse s'appliquer. Un seul caractère erroné dans la config ressortait donc en exception à chaque vérification de solde et chaque paiement.

Ajouts

  • Quatre entités de familiers staffstaff_royalf (Royal_F_, Rédacteur), staff_healeuras (HealeurAs2, Guide), staff_darkdiamons (Darkdiamons, Guide) et staff_loldragman (Loldragman45, Helper), avec noms d'affichage EN + FR. Les skins se résolvent depuis le pseudo Mojang comme pour tous les autres familiers staff, aucun travail de texture n'est nécessaire.

This mod has no additional files