So far here is what is in this mod:
- A custom compiler (Named "custom compiler")
- A custom variable for this compiler ("one" will return "1")
- A nice, warm "all you need" beachside cabbin
- Proper inside lighting system inside the cabbin
- A nice peice of literature written by me
- A basement filled with books containing my opinion on each Hudder version
- A wheat, carrot, potato and beetroot farm
- A friendly wolf named "Joe"
- Included chocolate milk
You can learn more on the wiki
Batch (Windows):
gradlew build
Unix (Mac/Linux):
./gradlew build
Batch (Windows):
gradlew runClient
Unix (Mac/Linux):
./gradlew runClient
In your build.gradle
add:
repositories {
//...
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
//...
dependencies {
modImplementation "maven.modrinth:hudder:[Hudder Version]-[Minecraft version]"
}