1.0.0
Compatibility
Changes
Initial Release!
This mod adds a variety of new items and blocks all centered around one main theme... milk! This mod does not achieve a particular purpose but is just a mod designed for a bit of fun.
DISCLAIMER: This mod has been developed for 1.21.8. I encourage you test this mod with other versions if you wish, but you do so at your own risk.
This mod version adds:
- 2 new blocks (Dried Milk and Butter)
- 6 new items (Bread&Butter, Cheese, Ham Sandwich, Cheese Sandwich, Semi-Skimmed Milk Bucket, Suspicious Milk)
- And yes, you may throw cheese slices at your friends.
- 1 new biome & 1 new dimension (the milk dimension, and its single biome)
- 1 new fluid (milk)
- Milk bucket clutches now exist
- 2 new entities (the milk cube - a slime-like hostile mob, and "the big cheese", which is... a big cheese)
- 1 new structure (the milk mansion - have fun finding any loot here)
- 1 new villager profession with 6 new trades - just place down dried milk anywhere in a village and soon there will be milk merchants everywhere
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:gP3SjYtw:nX6w7FG1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gP3SjYtw:nX6w7FG1"
}

