File Details
FineCraft-Accessories-0.1.3.jar
- R
- Apr 11, 2026
- 392.65 KB
- 196
- Early Access
File Name
FineCraft-Accessories-0.1.3.jar
Supported Versions
- Early Access
[0.1.3] - 2026-04-11
Added
AccessoryAssetExporter: exports public interaction assets (RootInteractionsandInteractions) from the plugin JAR tosaves/<save>/mods/at startup (setup()). This places them in the global asset namespace, allowing third-party add-on ZIPs to referenceRoot_CA_Equip_Accessory_*interactions without bundling copies.- Export is skipped on subsequent launches if the version sentinel
.fc-accessories-versionalready matches the current plugin version. - Re-exports automatically on plugin version upgrade.
- Export is skipped on subsequent launches if the version sentinel
Notes
- Third-party add-on ZIPs must declare
"Adkyn:FineCraft-Accessories"as a dependency. Due to the export mechanism, the add-on's accessory items will only be fully functional from the second server launch after initial installation (first launch triggers the export).