This is a test version, compatible with TaCZ version 1.1.x, and the implementation principle has been modified. The majority of the API remains unchanged, so most old scripts should work with little to no modification.
Full Changelog: https://github.com/gizmo-ds/taczjs-mod/compare/v1.2.2+mc1.20.1...v1.3.0_beta+mc1.20.1
Added
- TaCZStartupEvents: Added a
getStdJson
method to AbstractLoadEvent, enabling the retrieval of JavaScript-compatible standard JSON. ThegetJson
method remains available for non-standard JSON formats.
Changed
- Build Process: Updated to use a compressed icon for output, reducing file size and optimizing resource usage.
Added
- Added
TaCZJSUtils.openRefitScreen
andTaCZJSUtils.mainHandHoldGun
functions.
Fixed
- Prevented a crash when attempting to retrieve an icon for a non-existent item. #2