File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,22 @@ allprojects {
4646 }
4747 }
4848 maven {
49- name = " JitPack"
50- url = URI (" https://jitpack.io" )
49+ name = " Shedaniel"
50+ url = URI (" https://maven.shedaniel.me" )
51+ content {
52+ includeGroup(" me.shedaniel.cloth" )
53+ }
5154 }
5255 maven {
5356 name = " Modrinth"
5457 url = URI (" https://api.modrinth.com/maven" )
58+ content {
59+ includeGroup(" maven.modrinth" )
60+ }
5561 }
5662 maven {
57- name = " Shedaniel "
58- url = URI (" https://maven.shedaniel.me " )
63+ name = " JitPack "
64+ url = URI (" https://jitpack.io " )
5965 }
6066 }
6167
Original file line number Diff line number Diff line change 1+ ------------------------------------------------------
2+ Version 6.2.2
3+ ------------------------------------------------------
4+ ** Fixes**
5+ - Fixed an incompatibility between ` cardinal-components-block ` and Immersive Portals, which would cause desynchronization issues
6+ for block entities seen through a portal * (thanks daimond113 !)*
7+
18------------------------------------------------------
29Version 6.2.1
310------------------------------------------------------
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ elmendorf_version=0.13.0
1515immersive_portals_version =v6.0.3-mc1.21.1
1616
1717# Publishing
18- mod_version = 6.2.1
18+ mod_version = 6.2.2
1919curseforge_id = 318449
2020modrinth_id = K01OU20C
2121curseforge_versions = 1.21.2; 1.21.3; 1.21.4
You can’t perform that action at this time.
0 commit comments