aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/shcm/shsupercm/fabric/citresewn/config
AgeCommit message (Collapse)Author
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-03-17Minor cleanupsSHsuperCM
2022-03-17Set up compat mixin system and moved lbg compatSHsuperCM
2022-03-10Fixed different namespaces for global propertiesSHsuperCM
Fixes #107
2022-03-05Documentation (23/44, 0/35)SHsuperCM
2022-03-04Added back enchantment scroll multiplier configSHsuperCM
2022-02-17Re-added Broken PathsSHsuperCM
Will now notify in the logs when encountering a broken path.
2022-02-13Generified CITs to their typeSHsuperCM
2022-02-05Migrated to using Fletching TableSHsuperCM
2022-01-21Added config/screen for defaultsSHsuperCM
2022-01-21Re(moved) most of the old sourcesSHsuperCM
2021-10-16CIT Enchantment's speed and rotation, added glint speed multiplier to configSHsuperCM
2021-09-19Implemented cit application cachingSHsuperCM
Closes #31
2021-09-14Moved cloth config support into OptionalCompatSHsuperCM
• Added a notice screen to config when cloth is not present.
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
2021-09-03Made it easier to integrate cit typesSHsuperCM
2021-08-29v0.4.0: Added config options to mute loading errors/warnsSHsuperCM
2021-08-28Added config as well as support for modmenu/clothSHsuperCM