Tags
Creators
Details
1.1.9pre2
Compatibility
Required content
Changes
Beta 1.1.9: Pre-Release 2 Note: Patch 1.1.9 will work as a continuation of b1.8 and will continue touching up mechanics and systems, this pre-release may also be extra unstable due to the time this build took to make and all the systems added and removed during that time
- The Handbook button on the RaceSelectionGUI home screen now only gives you one book every life
- The Runic Ritual's code is now randomly generated once instead of always being 7711.
- Removed the build in race randomizer from the setrace command "726366".
- Added a new sub-command for "/creraces" called setrandom which randomizes the race for the user.
- The Aurai can no longer create Holy Water +The Dryad now doesn't need the "Call of the Forest" effect in the Pocket Dimension
- Removed the race counting variables
- Removed the code for the planned Tigermen (Beastmen)
- Changed the Wolfmen's (Beastmen) ID from 10.1 >>> 10
- The Beastmen have been rebranded to the Lycanthrope (Lycan)
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:mzJBlBCs:GPCWR4mz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mzJBlBCs:GPCWR4mz"
}




