Making my own mod for minecraft to do things
Go to file
Jasmine Hegman 90ee12cdaf Update yarn and fabric load/api (#134)
* Update yarn and fabric load/api

To keep up to date with https://fabricmc.net/versions.html?&version=1.17.1

* Set loader to latest stable version
2023-03-20 18:06:57 -05:00
.github/workflows Update to 21w19a and Java 16 2023-03-20 18:06:57 -05:00
gradle/wrapper Update Gradle, Loom, Yarn, Fabric 2023-03-20 18:06:57 -05:00
src/main Use Logger instead of println (#126) 2023-03-20 18:06:57 -05:00
.gitignore Simply processResources logic & make it compatible with future versions of Gradle (#69) 2023-03-20 18:06:57 -05:00
build.gradle Update Gradle, Loom, Yarn, Fabric 2023-03-20 18:06:57 -05:00
gradle.properties Update yarn and fabric load/api (#134) 2023-03-20 18:06:57 -05:00
gradlew Update Gradle, Loom, Yarn, Fabric 2023-03-20 18:06:57 -05:00
gradlew.bat Modernize Gradle buildscript (#71) 2023-03-20 18:06:57 -05:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md Update README.md 2023-03-20 18:06:57 -05:00
settings.gradle Remove jcenter from settings.gradle as jcenter is shutting down. 2023-03-20 18:06:57 -05:00

Fabric Example Mod

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.