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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
You can manually obtain an API jar from the Mystcraft CurseForge page: https://minecraft.curseforge.com/projects/mystcraft
28
+
29
+
Once equipped with your API version of choice (the most recent one, right?), you can put it in the "jars" folder at the same level as your gradle scripts. You may need to create this folder.
30
+
You can then either import the jar manually into your workspace or rerun the gradle command to build your workspace of choice:
31
+
ex: gradlew.bat eclipse
32
+
33
+
### Getting Started
34
+
Mystcraft uses a very robust but rather complex method of maintaining its API versions. This allows it to support older versions of the API alongside new versions, but there is a small cost of complexity.
35
+
It is recommended you look at the APIInstanceProvider class. It should be well documented in its usage. Using the static instance of this class you are ready to get into Mystcraft's API properly.
36
+
37
+
### Available API Interfaces
38
+
>It is also possible to get a list of interfaces and their available versions supported from the APIInstanceprovider
0 commit comments