1.0.0
Compatibility
Required content
Changes
This mod adds a fun and silly Cookie Biome to Minecraft with a bunch of cookie-themed blocks and features. In this biome, I made Cookie Wood and Cookie Leaves to give the trees a custom look. I also made Cookie Dirt, and most of the blocks in the biome are made to match the cookie theme. Pretty much everything also drops cookies, which makes the biome feel even more unique and funny.
I also worked on Cookie Liquid, but that part is still being updated because it does not fully work yet. Some parts of the mod are still unfinished or being improved, so this mod is a work in progress. For example, the Cookie Wood currently has an issue where, when it drops, it shows a missing or broken texture instead of working correctly. Even with that, the biome is still a cool project and shows the custom things I have been making.
Another fun part of the biome is that sniffers spawn in the Cookie Biome, which makes it feel more alive and interesting. This mod was made as a creative project where I experimented with making my own custom biome, custom blocks, and special themed world generation. It is not fully finished yet, but I wanted to share it anyway because it already has a lot of fun ideas in it and I plan to keep updating it.
Here is the video link for it as well: https://youtu.be/uSYp0TZPZDQ
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:sHcZ76s1:WT4Uf1z3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHcZ76s1:WT4Uf1z3"
}

