All versions
1.4.0
Release
GtC's Animated Ideas 1.4.0last month 15
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
v1.4.0
Part 3 begins
Cheese
- Right-click an empty cauldron with a milk bucket to fill it; after ~10s the milk curdles into a Cheese Block that pops out above.
- Uncraft a Cheese Block into 9 edible cheese slices (and craft 9 back into a block).
Cooking Eggs
- Cook a vanilla egg in a furnace, smoker, air fryer, or campfire into an edible Fried Egg.
Sleeping Bags
- A bed-like block crafted from 3 wool + 3 string that you can sleep in to pass the night without resetting your spawn point.
Trumpets
- A brass Trumpet crafted from gold that plays low/mid/high notes based on where you're looking (placeholder note sounds for now).
Frying Pan
- A two-and-two… er, four-slot campfire-style cooker that floats on top of a lit campfire and cooks at 2× campfire speed; finished food pops off above.
- Uses the vanilla campfire-cooking recipe set; cooks only while the campfire below is lit, and pops off (dropping its food) if that campfire is removed.
- Raw eggs render as a little 3D sunny-side-up egg while frying — both on the pan and on campfires.
- Also wieldable as a melee weapon: a light, slow, heavy bonk with a metallic clang and extra knockback, held sword-style.
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:Q7ZeB14U:mgSI2mbw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q7ZeB14U:mgSI2mbw"
}

