aboutsummaryrefslogtreecommitdiff
path: root/defaults
AgeCommit message (Collapse)Author
2023-09-07Add check for a JSON element before attempting to match a stringperf/jsonnbttestnea
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-22Moved launching setup to defaultsHEADmainSHsuperCM
2023-06-21Added 1.19.4 portSHsuperCM
2023-06-21Buildscript cleanupSHsuperCM
2023-06-20Fixed sources jar not being builtSHsuperCM
2023-06-20Restructured to use stonecutterSHsuperCM
2023-06-101.20 UpdateSHsuperCM
2023-03-25Removed usage of janksonSHsuperCM
2023-03-22Update for 1.19.4MeeniMc
Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
2023-01-02Merge pull request #219 from xMikux/mainSHsuperCM
Add Traditional Chinese
2023-01-02Fixed legacy converter for "bow_standby"SHsuperCM
Closes #215
2023-01-02Updated loom to 1.0SHsuperCM
2023-01-02Moved new resource/atlas mixins out of DefaultsSHsuperCM
This is to prepare for future cit modeling api
2022-12-29Fixed cit models not loading from normal atlasesSHsuperCM
2022-12-201.19.3 BandageSHsuperCM
2022-12-13Add Traditional ChineseMiku
2022-10-2722w43a BandageSHsuperCM
2022-10-08Moved CIT exceptions to the cit packageSHsuperCM
2022-09-30Added item redirect api for armor and elytra typesSHsuperCM
To allow resolving #17 and #98 (and similar issues) more easily.
2022-09-10Fixed enchantment glint speed and rotation paritySHsuperCM
Closes #125
2022-09-10Added count check to nbt list conditionsSHsuperCM
Closes #195
2022-08-27Fixed texture cits not changing spawn eggsSHsuperCM
Fixes #169
2022-08-27Fixed texture cit for goat horn not correctSHsuperCM
Fixes #170
2022-08-26Made merged publish task & added defaults publishSHsuperCM
Closes #171 Should also fix #179 in future versions
2022-08-26Updated conflict version of eating animationsSHsuperCM
Fixes #177
2022-07-09Don't add to the currently loading models HashSet to fix DashLoader ↵alphaqu
incompatibility
2022-07-01Removed usage of ResewnTextureIdentifierSHsuperCM
Could possibly help with #149
2022-07-01The nbt condition will now check numbers against string matchersSHsuperCM
Fixes #144
2022-06-10Merge branch 'pr/139'SHsuperCM
2022-06-10Merge branch 'pr/129'SHsuperCM
2022-06-10Updated target version to 1.19SHsuperCM
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-04Fix iregex case insensetive not working with cyrillic charactersKPidS
2022-04-25Fixed hand condition paritySHsuperCM
Fixes #135
2022-04-06Added ru_ru.jsonFelix14-v2
2022-03-25Fixed cape elytra texture replacing CIT elytraSHsuperCM
Fixes #121
2022-03-18Rewrote mojank model handlingSHsuperCM
Fixes #111
2022-03-13Fixed crash from non-existent config folderSHsuperCM
Fixes #114
2022-03-08Fixed context world not being a ClientWorld crashSHsuperCM
Fixes #108
2022-03-06Modified global properties api a bitSHsuperCM
2022-03-06Documentation (29/44, 0/35)SHsuperCM
2022-03-05Documentation (18/44, 0/35)SHsuperCM
2022-03-04Modified elytra type item condition warningSHsuperCM
2022-03-04Added back enchantment scroll multiplier configSHsuperCM
2022-03-04Cleaned up type activity checksSHsuperCM
2022-02-25Implemented the rest of the global propertiesSHsuperCM
2022-02-25Made the enchantment type workSHsuperCM
2022-02-23Ported more of the enchantment typeSHsuperCM
2022-02-22Started porting enchantment typeSHsuperCM
2022-02-20Ported armor typeSHsuperCM
2022-02-20Ported elytra typeSHsuperCM