File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ <h1>Changelogs</h1>
100100 < div class ="apanel " style ="margin-bottom: 40px; --ThemeColor: var(--ReimaginedColor); ">
101101 < p > </ p >
102102 < p > </ p >
103+ < button class ="aaccordion aaversion "> r1.3.1 - Nov 1, 2022</ button >
104+ < div class ="apanel ">
105+ < p > </ p >
106+ < p id ="r8 " class ="cenR "> </ p >
107+ < p > </ p >
108+ </ div >
103109 < button class ="aaccordion aaversion "> r1.3 - Oct 28, 2022</ button >
104110 < div class ="apanel ">
105111 < p > </ p >
@@ -516,10 +522,6 @@ <h1>Changelogs</h1>
516522 panel . style . maxHeight = null ;
517523 } else {
518524 panel . style . maxHeight = panel . scrollHeight + "px" ;
519- /*for (h = 0; h < acc.length; h++) {
520- var panelO = acc[h].nextElementSibling;
521- if (panelO.style.maxHeight) panelO.style.maxHeight = panelO.scrollHeight + "px";
522- }*/
523525 }
524526 } ) ;
525527 acc [ i ] . addEventListener ( "click" , function ( ) {
Original file line number Diff line number Diff line change 1+ Changes over r1.3:
2+ - Fixed water becoming invisible in the distance
3+ - Fixed entities having incorrect shadows on Optifine
4+ - Fixed Better Nether mod's Fireflies looking like black holes
5+ - Fixed snowy Podzol and Mycelium having inconsistent snow color (IntegratedPBR)
You can’t perform that action at this time.
0 commit comments