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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ To use this API for your mod:
9
9
- grab the correct API version from the releases
10
10
- unzip the src file into your project - please note there is an example mod, built off the forge example mod, that demonstrates basic MCMS usage by providing a wrapper for zombies.
11
11
- edit your build.gradle file to include the following:
- refresh your gradle project (./gradlew setupDecompWorkspace Eclipse or ./gradlew genEclipseRuns if you used the built-in eclipse workspace).
20
-
-- this will download JOML from the maven repository and add it to the classpath.
20
+
-- this will download JOML from the maven repository and add it to the classpath.
21
21
- inside a static constructor in your mod class (see the examples if you don't know what that is), make sure to run firemerald.mcms.api.API.init()
22
22
23
23
The API automatically manages skeletons, obj data, bone effects data, animations, and models created using the firemerald.mcms.api.util.Loader class. It is highly recommended to use that instead of manual loading!
0 commit comments