Skip to content

Commit 6148e6b

Browse files
authored
Various fixes (#30)
2 parents 383d0c9 + 8c47d36 commit 6148e6b

File tree

8 files changed

+26
-17
lines changed

8 files changed

+26
-17
lines changed

assets/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ html {
3535

3636
body {
3737
font-family: Asap, sans-serif;
38-
background-color: $bg-color;
38+
background-color: $footer-color;
3939
color: white;
4040
overflow: overlay;
4141
}

content/tas-comp/results/task4.5.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Take one or more ingame screenshot(s) in double F5 mode of 3 subjects:
1616
2. Of yourself, while riding an entity
1717
3. Of yourself, being within 4 blocks distance to a hostile enemy. The enemy has to have aggro on you, passive endermen don't count. The entire face of the enemy must be visible in the photo.
1818

19-
**Seed:**`3658048797331685473`
20-
**Difficulty:**`Easy`
21-
**Version:**`1.19.4 + 1.20 Experimental Datapack`
22-
**StartPosition:** `-499 67 79` | `/tp -499 67 79`
23-
**Type:** Glitchless! No avoid taking damage and item duping!
19+
- **Seed:** `3658048797331685473`
20+
- **Difficulty:** `Easy`
21+
- **Version:** `1.19.4 + 1.20 Experimental Datapack`
22+
- **StartPosition:** `-499 67 79` | `/tp -499 67 79`
23+
- **Type:** Glitchless! No avoid taking damage and item duping!
2424

2525
## Allowed Mods
2626
- LoTAS-1.19.4-2.1.2 (https://github.com/MinecraftTAS/LoTAS/releases/download/v2.1/LoTAS1.19.4-2.1.2.jar)

content/tas-comp/results/task5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ You have 30 seconds. Collect as many unique items as possible. Highest item coun
1414

1515
Items are counted when entering the inventory, you don't have to keep the items for it to count.
1616

17-
**World:** `Use the world download below`
18-
**Difficulty:** `Easy`
19-
**Version:** `1.18.2`
20-
**Type:** Glitched!
17+
- **World:** `Use the world download below`
18+
- **Difficulty:** `Easy`
19+
- **Version:** `1.18.2`
20+
- **Type:** Glitched!
2121

2222
## Additional Info
2323
- Enderman teleportation manipulation is **NOT** allowed. However, enderman spawn manipulation is allowed.

content/tutorials/installation/setup_java.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,30 @@ Some things to point out:
1313
* Minecraft up to 1.12.2 requires Java 8.
1414
* Minecraft 1.14.4-1.16.5 require at least Java 8.
1515
* Minecraft 1.17-1.17.1 require at least Java 16, but Java 17 still works.
16-
* Minecraft 1.18+ require at least Java 17.
16+
* Minecraft 1.18-1.20.5 require at least Java 17.
17+
* Minecraft 1.20.6 require Java 21
1718
* You will sometimes see 2 Java versions that you can install:
1819
* The Java Runtime Environment (JRE), which is an obsolete "slim" version of java for basic java programs.
1920
* The Java Development Kit (JDK), which already includes the JRE
2021
* The JDK is used to write java programs and Minecraft mods
21-
* We will use the java binaries of {{<newtablink "Adoptium.net" "https://adoptium.net" >}}. If you think this is wrong and we should use something else, message us on discord.
22+
* We will use the java binaries of {{<newtablink "Adoptium.net" "https://adoptium.net/temurin">}}. If you think this is wrong and we should use something else, message us on discord.
2223

2324
**You should always choose the JDK rather than JRE, since it is required by some mods!**
2425

2526
## Installation
26-
For this tutorial, we will install Java 8 and Java 17 JDK. Both are very similar to install
27+
For this tutorial, we will install Java 8 and Java 17 JDK. Both are very similar to install.
2728

28-
1. Go to {{<newtablink "Adoptium.net" "https://adoptium.net/de/temurin/archive" >}}
29+
1. Go to {{<newtablink "Adoptium.net" "https://adoptium.net/temurin/releases?version=17&os=any&arch=any">}}
2930
2. Choose the version you want to install. We will go with 17 for now
30-
{{<figure class="screenshot" src="chrome_UXmlSQbVyQ.png">}}
31+
{{<figure class="screenshot" src="chrome_Uyd20PVsWQ.png">}}
3132
3. Scroll down to find the installer.
32-
{{<figure class="screenshot" src="chrome_WtSPMBV6XW.png">}}
33-
4. Download and install. The installer has a few extra options but they are only useful for programming.
33+
{{<figure class="screenshot" src="chrome_NjFy4z1BJf.png">}}
34+
4. Download and install. The installer has a few extra options but they are only useful for programming.
35+
36+
{{% tip %}}
37+
If you like using the terminal, you can use
38+
```
39+
winget install EclipseAdoptium.Temurin.17.JDK
40+
```
41+
to skip all above steps!
42+
{{% /tip %}}
23.7 KB
Loading
-7.17 KB
Binary file not shown.
12.5 KB
Loading
-39.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)