Skip to content

Commit 7d8e6dc

Browse files
committed
Add r2.0.3 changelog + bit more
1 parent e8968cf commit 7d8e6dc

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ select {
709709
/* LAYOUT
710710
================================================== */
711711
html, body {
712+
scroll-behavior: smooth;
713+
712714
width: 100%;
713715
height: 100%;
714716
margin: 0;

changelogs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<div class="hero-content">
7373
<div class="hero-text">
7474
<h1>Changelogs</h1>
75-
</div><!-- /.hero-text -->
75+
</div>
7676
</div><!-- /.hero-content -->
7777
</div><!-- /.hero -->
7878

@@ -89,6 +89,12 @@ <h1>Changelogs</h1>
8989
<div class="apanel" style="margin-bottom: 40px; --ThemeColor: var(--ReimaginedColor);">
9090
<p></p>
9191
<p></p>
92+
<button class="aaccordion aaversion">r2.0.3 - Mar 7, 2023</button>
93+
<div class="apanel">
94+
<p></p>
95+
<p id="r14" class="cenR"></p>
96+
<p></p>
97+
</div>
9298
<button class="aaccordion aaversion">r2.0.2 - Feb 27, 2023</button>
9399
<div class="apanel">
94100
<p></p>

changelogs/reimagined-ch/r14.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changes over r2.0.2:
2+
- Fixed lava texture being incorrect with lower mipmap levels
3+
- Fixed translucent colored light shafts looking brighter than the atmosphere during night
4+
- Fixed lanterns looking incorrect with some resource packs
5+
- Fixed broken visuals with Physics Mod

contact/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<div class="hero-content">
7373
<div class="hero-text">
7474
<h1>Contact</h1>
75-
</div><!-- /.hero-text -->
75+
</div>
7676
</div><!-- /.hero-content -->
7777
</div><!-- /.hero -->
7878

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<div class="hero-text" style="max-width: 150%">
7474
<h1>Complementary Development</h1>
7575
<p>Redefining the visuals of Minecraft with high standards of quality and performance.</p>
76-
</div><!-- /.hero-text -->
76+
</div>
7777
</div><!-- /.hero-content -->
7878
</div><!-- /.hero -->
7979

@@ -86,7 +86,7 @@ <h2>Complementary Shaders</h2>
8686
<div class="index-shader index-reimagined" onclick="location.href='reimagined';" style="--ThemeColor: var(--ReimaginedColor);">
8787
<h2>Complementary<br><span style="color: var(--ReimaginedColor);">Reimagined</span></h2>
8888
<p style="margin: -20px 0 2px">Aiming for perfection and reimagining Minecraft.</p>
89-
</div><!-- /.hero-text -->
89+
</div>
9090
<div class="index-shader-desc">
9191
<p>
9292
Complementary Reimagined is a high quality Minecraft Java Edition shader pack that aims for perfection. It was released in 2022 as the alternative option in the Complementary lineup, but the massive potential of the codebase started to get utilised over time to make Reimagined the main focus of development. It preserves the unique style of Minecraft, with options to customise everything ranging from clouds to water. Reimagined offers a ton of high quality effects, incredible attention to detail, an issueless experience, and top tier optimization. It aims to please everyone who loves Minecraft, and there is no better summary for Reimagined other than that it is a shader pack that aims to be the ultimate choice. Complementary Reimagined still gets regular updates to this day.
@@ -97,7 +97,7 @@ <h2>Complementary<br><span style="color: var(--ReimaginedColor);">Reimagined</sp
9797
<div class="index-shader index-v4" onclick="location.href='shaders-v4';" style="--ThemeColor: var(--VersionFourColor);">
9898
<h2>Complementary<br><span style="color: var(--VersionFourColor);">Version 4</span></h2>
9999
<p style="margin: -20px 0 2px">Shader pack that aims to be good at everything.</p>
100-
</div><!-- /.hero-text -->
100+
</div>
101101
<div class="index-shader-desc">
102102
<p>
103103
Complementary Version 4 is a Minecraft Java Edition shader pack originally released in 2020 as an edit of Capt Tatsu's "BSL Shaders". The goal of Complementary v4 is being good at everything. Performance, gameplay, beauty, compatibility, and more. It runs reasonably fast, supports almost every GPU and driver, works well with mods that no one thought a shader pack could be compatible with, fixes problems that no other shader packs addressed before, doesn't disturb you with excessive effects, and most importantly, it looks good according to the users. Complementary Reimagined is the partial successor of Complementary v4, but v4 will continue to get updated as long as there are people using it.

mod-issues/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<div class="hero-content">
7373
<div class="hero-text">
7474
<h1>Mod Issues</h1>
75-
</div><!-- /.hero-text -->
75+
</div>
7676
</div><!-- /.hero-content -->
7777
</div><!-- /.hero -->
7878

reimagined/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</span></h1>
7777
<p>Aiming for perfection and reimagining Minecraft.</p>
7878
<a href="https://www.curseforge.com/minecraft/customization/complementary-reimagined/download" class="btn btn-border">Download</a>
79-
</div><!-- /.hero-text -->
79+
</div>
8080
</div><!-- /.hero-content -->
8181
</div><!-- /.hero -->
8282

shaders-v4/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@
7676
<h1>Complementary Shaders <span style="color: var(--ThemeColor)">Version 4</span></h1>
7777
<p>Shader pack that aims to be good at everything.</p>
7878
<a href="https://www.curseforge.com/minecraft/customization/complementary-shaders/download" class="btn btn-border">Download</a>
79-
</div><!-- /.hero-text -->
79+
</div>
80+
<!-- <div class="hero-text" style="padding-top: 200px; position:relative;">
81+
<a href="#main">Learn More</a>
82+
</div> -->
8083
</div><!-- /.hero-content -->
8184
</div><!-- /.hero -->
8285

0 commit comments

Comments
 (0)