Skip to content

Commit a0b96f8

Browse files
committed
Add r1.3.1 changelog
1 parent b672daf commit a0b96f8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

changelogs/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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() {

changelogs/reimagined-ch/r8.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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)

0 commit comments

Comments
 (0)