0.th
Compatibility
Changes
Welcome back. Hoi_Kirb here. Today's update is all about more chaos. This is a mod that I made that uhh... will turn the world into shambles.
So here's my top 10 NEWEST FEATURE 2024 !!
1. The Miku Block
The Miku block is a terrifying creature that will spawn in your hands when crafting.
2. The 3 Gentle Plushies These 3 new plushies appeared after Freddy from Five Nights At Freddie's started tweaking.
3. Calcite ₵ The market value for a pack of 6 Calcite is cannonically 1€ and cannot be changed. (Please don't ask why it's 1€ It was a mistake I swear to god)
4. Pepper Tabasco... yummy... make me forget lik alcohl
5. The ??????????????? ???????????????????????????????????????????????
AND THIS WAS MY TOP 10 NEWEST FEATURE 2023 !! BE SURE TO GIVE ME 5 ★★★★★ ON MY BLOG !!
>> [link] << AND SEE YOOU NEXT TIME !!
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:z0eAGcEt:KJoM6vds"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z0eAGcEt:KJoM6vds"
}

