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
# An example mod using RetroFuturaGradle
See [build.gradle.kts](build.gradle.kts) and [settings.gradle.kts](settings.gradle.kts) for the buildscript.
When in doubt, refer to the javadocs on RFG classes (you should be able to navigate to them in IntelliJ while working on the gradle scripts) and the Gradle User Guide.
## Setting up the dev workspace (optional, done automatically if you build or run)
```
Linux: ./gradlew setupDecompWorkspace
Windows: ./gradlew.bat setupDecompWorkspace
```
Make sure to refresh the IDE Gradle model after setting up the workspace for the first time, otherwise it might not find the Minecraft and Forge classes.
## Compiling
```
Linux: ./gradlew build
Windows: ./gradlew.bat build
```
## Running the client
```
Linux: ./gradlew runClient
Windows: ./gradlew.bat runClient
Optional arguments:
./gradlew runClient [--debug-jvm] [--args minecraft arguments] [--username MyUser] [--uuid Overwrite-uuid]
```
## Running the server
```
Linux: ./gradlew runServer
Windows: ./gradlew.bat runServer
Optional arguments:
./gradlew runServer [--debug-jvm] [--args nogui]
```
## Publishing to Maven
```
Local:
Linux: ./gradlew publishToMavenLocal
Windows: ./gradlew.bat publishToMavenLocal
Remote:
Linux: ./gradlew publish
Windows: ./gradlew.bat publish
```
# ArtsEffectsSpellPack
# ArtsEffectsSpellPack
About
The mod is NOT made by me. The original author, artisicreal, vanished without trace. Here is decompiled source code of ArtsEffectsSpellPack for maintenance and tweaks and jars.