aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/shcm/shsupercm/fabric/citresewn/mixin
AgeCommit message (Collapse)Author
2023-01-02Removed locals capture usageSHsuperCM
2023-01-02Unwrapping cleanupSHsuperCM
2023-01-02Added /cit/ folders to the blocks atlas by defaultSHsuperCM
2023-01-02Moved new resource/atlas mixins out of DefaultsSHsuperCM
This is to prepare for future cit modeling api
2022-10-2722w43a BandageSHsuperCM
2022-07-01Removed dev debug message from logsSHsuperCM
Fixes #164 #166
2022-03-18Fixed global properties breaking weird mod resourcepacksSHsuperCM
Fixes #117 and #118
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-05Fixed Fabric API resources integrationSHsuperCM
2022-03-05Documentation (18/44, 0/35)SHsuperCM
2022-03-04Readded citresewn commandSHsuperCM
2022-02-17Re-added Broken PathsSHsuperCM
Will now notify in the logs when encountering a broken path.
2022-02-13Moved some stuff aroundSHsuperCM
2022-02-06Started runtime CIT structureSHsuperCM
2022-02-05Implemented internal global properties and improved property contextSHsuperCM
2022-02-05Moved some stuff aroundSHsuperCM
2022-01-22Implemented global properties api and started pack parsing/active citsSHsuperCM
2022-01-21Re(moved) most of the old sourcesSHsuperCM
2022-01-15Added support for method=cycle in the enchantment typeSHsuperCM
Fixes #15
2022-01-10Ported to 1.18SHsuperCM
2021-12-11Replaced Redirect usage with ModifyArgSHsuperCM
Fixes #73 Fixes #72
2021-11-14Fixed broken paths log not showing when warns are mutedSHsuperCM
Fixes #66
2021-10-29Rewrote custom blend parsingSHsuperCM
Now accepts either 2 or 4 separate blend func params and each parameter accepts either a decimal constant, a 0x prefixed hexadecimal constant or named GL constants in GL11.
2021-10-22Fixed CITItem not applying on tridents and spyglassesSHsuperCM
Fixes #50
2021-10-20Added citresewn commandSHsuperCM
2021-10-15Added log warning to broken pathsSHsuperCM
2021-10-15Global Properties' useGlintSHsuperCM
2021-10-15Restructured to store active effective global propertiesSHsuperCM
2021-10-15CIT Enchantment applying on armor and elytraSHsuperCM
#15
2021-10-15CleanupSHsuperCM
2021-10-12Fixed some issues with enchantment glints applying when they shouldntSHsuperCM
2021-10-12Limited CIT Enchantment working with itemsSHsuperCM
#15
2021-10-09Setup for enchantment layer applicationSHsuperCM
#15
2021-10-09Register render layers for CITEnchantmentsSHsuperCM
#15
2021-09-25Support for multiple overriding textures on the same modelSHsuperCM
Fixes #33
2021-09-19Implemented cit application cachingSHsuperCM
Closes #31
2021-09-18LogsSHsuperCM
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-15Fixed no world for gui itemsSHsuperCM
2021-09-14Fixed bug with Cosmetic Armor supportSHsuperCM
Closes #23
2021-09-11v0.5.2, Added support for Cosmetic Armor 1.1.0SHsuperCM
Closes #17
2021-09-11ConsistencySHsuperCM
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-07v0.5.0, added more log infoSHsuperCM
2021-09-07Added support for packs with broken paths(config)SHsuperCM
2021-09-03Fixed path resolution not properly working in sub modelsSHsuperCM