Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-07 | Add check for a JSON element before attempting to match a stringperf/jsonnbttest | nea | |
This has previously caused massive performance issues, especially in packs that frequently match non text elements. (see https://spark.lucko.me/R6fJJ3zXOJ and the massive amounts of the trace that is taken up by JsonSyntaxExceptions and MalformedJsonExceptions that trace back to this line) This patch first does a sanity check on the text element to see if it ever could be a JSON element. | |||
2023-06-22 | Moved launching setup to defaultsHEADmain | SHsuperCM | |
2023-06-21 | Added 1.19.4 port | SHsuperCM | |
2023-06-21 | Buildscript cleanup | SHsuperCM | |
2023-06-20 | Fixed sources jar not being built | SHsuperCM | |
2023-06-20 | Restructured to use stonecutter | SHsuperCM | |
2023-06-10 | 1.20 Update | SHsuperCM | |
2023-03-25 | Removed usage of jankson | SHsuperCM | |
2023-03-22 | Update for 1.19.4 | MeeniMc | |
Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com> | |||
2023-01-02 | Merge pull request #219 from xMikux/main | SHsuperCM | |
Add Traditional Chinese | |||
2023-01-02 | Fixed legacy converter for "bow_standby" | SHsuperCM | |
Closes #215 | |||
2023-01-02 | Updated loom to 1.0 | SHsuperCM | |
2023-01-02 | Moved new resource/atlas mixins out of Defaults | SHsuperCM | |
This is to prepare for future cit modeling api | |||
2022-12-29 | Fixed cit models not loading from normal atlases | SHsuperCM | |
2022-12-20 | 1.19.3 Bandage | SHsuperCM | |
2022-12-13 | Add Traditional Chinese | Miku | |
2022-10-27 | 22w43a Bandage | SHsuperCM | |
2022-10-08 | Moved CIT exceptions to the cit package | SHsuperCM | |
2022-09-30 | Added item redirect api for armor and elytra types | SHsuperCM | |
To allow resolving #17 and #98 (and similar issues) more easily. | |||
2022-09-10 | Fixed enchantment glint speed and rotation parity | SHsuperCM | |
Closes #125 | |||
2022-09-10 | Added count check to nbt list conditions | SHsuperCM | |
Closes #195 | |||
2022-08-27 | Fixed texture cits not changing spawn eggs | SHsuperCM | |
Fixes #169 | |||
2022-08-27 | Fixed texture cit for goat horn not correct | SHsuperCM | |
Fixes #170 | |||
2022-08-26 | Made merged publish task & added defaults publish | SHsuperCM | |
Closes #171 Should also fix #179 in future versions | |||
2022-08-26 | Updated conflict version of eating animations | SHsuperCM | |
Fixes #177 | |||
2022-07-09 | Don't add to the currently loading models HashSet to fix DashLoader ↵ | alphaqu | |
incompatibility | |||
2022-07-01 | Removed usage of ResewnTextureIdentifier | SHsuperCM | |
Could possibly help with #149 | |||
2022-07-01 | The nbt condition will now check numbers against string matchers | SHsuperCM | |
Fixes #144 | |||
2022-06-10 | Merge branch 'pr/139' | SHsuperCM | |
2022-06-10 | Merge branch 'pr/129' | SHsuperCM | |
2022-06-10 | Updated target version to 1.19 | SHsuperCM | |
Using combined input from PRs #152 and #155 Thank you so much for your help @HarvelsX and @MeeniMc Co-Authored-By: MeeniMc <68366846+MeeniMC@users.noreply.github.com> Co-Authored-By: HarvelsX <90945793+harvelsx@users.noreply.github.com> | |||
2022-05-04 | Fix iregex case insensetive not working with cyrillic characters | KPidS | |
2022-04-25 | Fixed hand condition parity | SHsuperCM | |
Fixes #135 | |||
2022-04-06 | Added ru_ru.json | Felix14-v2 | |
2022-03-25 | Fixed cape elytra texture replacing CIT elytra | SHsuperCM | |
Fixes #121 | |||
2022-03-18 | Rewrote mojank model handling | SHsuperCM | |
Fixes #111 | |||
2022-03-13 | Fixed crash from non-existent config folder | SHsuperCM | |
Fixes #114 | |||
2022-03-08 | Fixed context world not being a ClientWorld crash | SHsuperCM | |
Fixes #108 | |||
2022-03-06 | Modified global properties api a bit | SHsuperCM | |
2022-03-06 | Documentation (29/44, 0/35) | SHsuperCM | |
2022-03-05 | Documentation (18/44, 0/35) | SHsuperCM | |
2022-03-04 | Modified elytra type item condition warning | SHsuperCM | |
2022-03-04 | Added back enchantment scroll multiplier config | SHsuperCM | |
2022-03-04 | Cleaned up type activity checks | SHsuperCM | |
2022-02-25 | Implemented the rest of the global properties | SHsuperCM | |
2022-02-25 | Made the enchantment type work | SHsuperCM | |
2022-02-23 | Ported more of the enchantment type | SHsuperCM | |
2022-02-22 | Started porting enchantment type | SHsuperCM | |
2022-02-20 | Ported armor type | SHsuperCM | |
2022-02-20 | Ported elytra type | SHsuperCM | |