1.2.0
Compatibility
Changes
WORSE THAN EVIL added: -johns now walk faster and jump higher on john blocks and drop their spawn egg -walker enchantment effects are less distracting -new items, such as "MIX" -more advancements -6 new blocks -new "jonathan" variant -a new mob -new tools -you can now do deltarune weird route in the boongi dimension using the MIX item (dont ask it just reminded me of deltarune) -a new villager trade, no one knows how to make that item except the cleric villager -the new mob is able to infect johns, they also destroy john blocks, you can cure them back using the M1L0-blaster +more
unfortunately, i will be gone next tuesday because im going on vacation for 2 weeks, i still have some time to work before going on it and when i return i also will have time but then school is going to come back so the mod wont update as quickly, please stay patient :D
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:OhSdprRK:pCpXDsvB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OhSdprRK:pCpXDsvB"
}

