1.0.0
Compatibility
Changes
The Release! Current blocks and items are -Cut bob stone -Chiseled bob stone -bob planks -bob stairs -bob slab -bob fence -bob fence gate -bob presure plate -bob button -block of bob -bob fruit block -bob dirt block -bob leaves -bob flower -bob carrot seeds -bob workstation -bucket of liquid bob -bob axe -bob sword -bob shovel -bob hoe -bob chestplate -bob boots -bob helemt -bob legging -world of bob portal ignitor -arrow of bob -arrow of bad bob -bob bow -suspicus stew made with bob flower and gives bob effect -potions of bob -potions of bad bob -fruit of bob -bob spawn egg -bob phantom spawn egg -bob creeper spawn egg -bob skeleton spawn egg -bob whitch spawn egg -bob spider spawn egg -bob slime spawn egg -bob cow spawn egg -bob stone -bob stone bricks -bob ore -bob ingot -enchanted fruit of bob -bob rock -bob carrot -bob slime -bob beef -bob cooked beef
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:vPVWLPKP:R25q1616"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vPVWLPKP:R25q1616"
}

