0.3.0
Compatibility
Changes
BIG UPDATE this is the biggest update yet and im very happy with how it came out we have moved to 0.3.0 with how many things ive added
added 1 new entity added 4 new events added 2 new config options fixed 1 event i think its still a little buggy
Spoilers for new content!
-
fixed diamond event by having a 50/50 chance to give coal it was too OP it might not work fully yet
-
1 new entity called missing_entity
-
added censor hotbar event. added show players skin event. added cursed gui event. added random message event.
-
added vhs overlay and entity block griefing in config
there could be more i did like 10 hours of work but this is all the main things
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:4hN1Hh2v:2BjHc09t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4hN1Hh2v:2BjHc09t"
}

