You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tas-comp/results/task4.5.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ Take one or more ingame screenshot(s) in double F5 mode of 3 subjects:
16
16
2. Of yourself, while riding an entity
17
17
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.
18
18
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!
Copy file name to clipboardExpand all lines: content/tutorials/installation/setup_java.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,30 @@ Some things to point out:
13
13
* Minecraft up to 1.12.2 requires Java 8.
14
14
* Minecraft 1.14.4-1.16.5 require at least Java 8.
15
15
* 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
17
18
* You will sometimes see 2 Java versions that you can install:
18
19
* The Java Runtime Environment (JRE), which is an obsolete "slim" version of java for basic java programs.
19
20
* The Java Development Kit (JDK), which already includes the JRE
20
21
* 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.
22
23
23
24
**You should always choose the JDK rather than JRE, since it is required by some mods!**
24
25
25
26
## 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.
27
28
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">}}
29
30
2. Choose the version you want to install. We will go with 17 for now
0 commit comments