File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
cardinal-components-level/src/main/resources
src/testmod/java/dev/onyxstudios/componenttest Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1919 "modmenu:parent" : " cardinal-components"
2020 },
2121 "depends" : {
22- "minecraft" : " >=1.16-" ,
22+ "minecraft" : " >=1.16- <1.16.2- " ,
2323 "fabric-api-base" : " *" ,
2424 "cardinal-components-base" : " *"
2525 },
Original file line number Diff line number Diff line change 1+ ------------------------------------------------------
2+ Version 2.4.2
3+ ------------------------------------------------------
4+ - Fixed regression in ` cardinal-components-item ` causing crash with Optifine installed
5+ - Marked the ` cardinal-components-level ` module as incompatible with 1.16.2 and above
6+
17------------------------------------------------------
28Version 2.4.1
39------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ loader_version=0.8.8+build.202
1010fabric_api_version =0.13.1+build.370-1.16
1111
1212# Publishing
13- mod_version = 2.4.1
13+ mod_version = 2.4.2
1414curseforge_id = 318449
1515curseforge_versions = 1.16-Snapshot; 1.16; 1.16.1
1616changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/changelog.md
Original file line number Diff line number Diff line change 2222 */
2323package dev .onyxstudios .componenttest ;
2424
25+ import net .fabricmc .fabric .api .client .item .v1 .ItemTooltipCallback ;
2526import net .fabricmc .fabric .api .client .rendereregistry .v1 .EntityRendererRegistry ;
26- import net .fabricmc .fabric .api .event .client .ItemTooltipCallback ;
2727import net .minecraft .client .render .entity .ZombieEntityRenderer ;
2828import net .minecraft .text .TranslatableText ;
2929
You can’t perform that action at this time.
0 commit comments