aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2023-06-20Restructured to use stonecutterSHsuperCM
2023-06-101.20 UpdateSHsuperCM
2023-03-25Merge branch 'pr/240'SHsuperCM
2023-03-25v1.1.3 (1.19.4)SHsuperCM
2023-03-17Create Ukrainian localizationBurrConnie
2023-01-02Merge pull request #222 from Onako2/mainSHsuperCM
Added two new translations
2023-01-02Merge pull request #220 from glaav/patch-1SHsuperCM
Create it_it.json
2023-01-02Merge pull request #219 from xMikux/mainSHsuperCM
Add Traditional Chinese
2023-01-02Merge pull request #207 from FITFC/mainSHsuperCM
added pt_br
2023-01-02Updated minecraft dependency to 1.19.3-<1.20.0SHsuperCM
Will shout at the user if they use this version with 1.19/.1/.2
2022-12-30Added two new translationsOnako2
Added translations for German(Germany) and Serbian(Cyrilic)
2022-12-15Create it_it.jsonglaav
2022-12-13Add Traditional ChineseMiku
2022-10-30added pt_brFITFC
2022-08-26Merge branch 'pr/183'SHsuperCM
2022-08-05Update ru_ru.jsonFelix14-v2
2022-08-05Update ru_ru.jsonFelix14-v2
2022-08-04Update ru_ru.jsonFelix14-v2
2022-08-04Update ru_ru.jsonFelix14-v2
2022-08-04Update ru_ru.jsonFelix14-v2
2022-07-31Create zh_cn.json神枪968
2022-06-22create ko_kr.jsongyular
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-04-06Update ru_ru.jsonFelix14-v2
2022-04-06Added ru_ru.jsonFelix14-v2
2022-02-17Re-added Broken PathsSHsuperCM
Will now notify in the logs when encountering a broken path.
2022-02-15Ported item type (missing asset resolution)SHsuperCM
2022-02-05Migrated to using Fletching TableSHsuperCM
2022-01-22Implemented global properties api and started pack parsing/active citsSHsuperCM
2022-01-21Improved mod metadataSHsuperCM
2022-01-21Added config/screen for defaultsSHsuperCM
2022-01-21Re(moved) most of the old sourcesSHsuperCM
2022-01-21Added separate project for defaults & set up buildingSHsuperCM
2022-01-15Added support for method=cycle in the enchantment typeSHsuperCM
Fixes #15
2022-01-10Ported to 1.18SHsuperCM
2021-12-20Dependency on FAPISHsuperCM
#70
2021-10-20Added citresewn commandSHsuperCM
2021-10-16CIT Enchantment's speed and rotation, added glint speed multiplier to configSHsuperCM
2021-10-15CIT Enchantment applying on armor and elytraSHsuperCM
#15
2021-10-09Setup for enchantment layer applicationSHsuperCM
#15
2021-10-09Register render layers for CITEnchantmentsSHsuperCM
#15
2021-10-08Create et_ee.jsonMadis Otenurm
2021-09-27Support for 1.17.0SHsuperCM
Fixes #41
2021-09-19Implemented cit application cachingSHsuperCM
Closes #31
2021-09-18Split item model functionality from ModelLoaderMixin into its own mixinSHsuperCM
2021-09-18Rewrote sub item systemSHsuperCM
Sub items are now converted into model overrides and added support for loaded overrides. Closes #19 Fixes #24
2021-09-11Rewrote cit discoverySHsuperCM
• Added support for namespaces other than minecraft. • Added support for cits in fabric resources(allowing mod jars to include cits if fabric api is present) Closes #12
2021-09-09v0.5.1, "Broken Path" mixins wont be injected if config is turned offSHsuperCM
• Changing config for broken paths now requires a restart to apply and it being disabled completely removes the effects it has on the game. • Organized mixins into packages fixes #14
2021-09-07Added support for packs with broken paths(config)SHsuperCM