Skip to content

Commit

Permalink
Merge pull request #8 from NULLYUKI/master
Browse files Browse the repository at this point in the history
Updated first-steps.md and version-dependent.md
  • Loading branch information
jumpingpxl authored Oct 11, 2023
2 parents dd6afc6 + cd54bec commit ab77b9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/pages/addon/features/version-dependent.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ at the beginning, as all new things are.
Please keep in mind that the examples on this page are version dependent. We are showing the examples for Minecraft 1.19.1, so depending on the date you're reading this, recreating the examples might not be possible, we'll try to keep them updated, though, and if we do, we update the version in this note.

## Access the Minecraft Code "the Normal Way"

???+ warning "Important Note"

This is slightly outdated as we removed Guice. See <a href="https://github.com/labymod-addons/togglesneak" target="_blank">ToggleSneak on GitHub</a> for "the new way".

You should only use this method for things you can access without using Reflections, as using Reflections can have a
high impact on the performance of the players that use your addon.

Expand Down
10 changes: 8 additions & 2 deletions docs/pages/addon/setup/first-steps.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
First you'll need a Java IDE, as of now we only support
<a href="https://www.jetbrains.com/idea/download/" target="_blank">IntelliJ IDEA</a>. Then download JDK (Java Development Kit) 17 if you haven't already and install it.
<a href="https://www.jetbrains.com/idea/download/" target="_blank">IntelliJ IDEA</a>. Then download <a href="https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html" target="_blank">JDK (Java Development Kit) 17</a> if you haven't already.

Differences between the "Community" and "Ultimate" edition:
- **IntelliJ IDEA Community Edition** is the free to use version for everyone.
- **IntelliJ IDEA Ultimate** is the version where you need a valid purchased subscription based licensed, its also possible to use the "Ultimate" edition if you have a valid educational license.

You can apply for a educational license at Jetbrains <a href="https://www.jetbrains.com/community/education/" target="_blank">here</a>

Now
<a href="https://github.com/LabyMod/addon-template" target="_blank">download or clone our addon template</a> and open it in your preferred IDE.

todo: fill with basic information

todo: fill with basic information

0 comments on commit ab77b9a

Please sign in to comment.