All versions
1.0.0
Release
BagulhoCraft 1.0.0last year 199
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
π Changelog
π§ New Items and Alternative Recipes
- White Glue: Obtained through trading with villagers. Used to craft slime, with a recipe inspired by real-life slime-making.
- Crying Obsidian Tear: Can be smelted in a furnace to dehydrate it. When mixed with Glowstone Dust, it turns into Ender Pearl Powder, which, when smelted, becomes an Ender Pearl.
- Cave Roots: Obtained by breaking Rooted Stones or Rooted Deepslate. Four roots can be crafted into 1 dark oak plank.
π± New Ways to Obtain Resources
- Glowstone Dust:
- Can be obtained by smelting Glow Berries.
- Can be acquired by breaking the Glow Flower, a new glowing plant naturally generated in the Overworld.
- Flint:
- Gravel can now be turned into 4 raw flint in the crafting grid.
- Raw flint can be smelted into regular flint (smelts faster than most items).
- String: Can now be obtained by converting wool in the crafting grid.
- Leather: Can now be obtained by smelting rotten flesh.
- Cow & Mooshroom Drops: Now always drop leather and yield much more meat, proportional to their size, based on real-life values.
- Sniffer Plants:
- Torchflower: When smelted, provides Blaze Powder.
- Pitcher Plant: When smelted, provides Glow Ink Sac.
- Both can be converted into 3 seeds by combining 2 of the same type in the crafting grid.
βοΈ Crafting Changes and Efficiency Improvements
- Smithing Template for Netherite Upgrade: Can now be obtained using 8 diamonds + 1 netherrack.
- New Basic Smithing Template: Crafted with 1 cobblestone + 8 copper ingots, allowing upgrades of vanilla tools to the next rarest ore tier.
- Powered Rail: Can now be crafted using copper instead of gold (gold is still an option).
- Black Dye: Can now be obtained by converting coal or charcoal in the crafting grid.
- Shapeless Recipe Changes: Applied to cookie, bread, paper, and shulker box for convenience.
- Chains: Crafting now yields 8 chains instead of just 1, saving iron.
- Lodestone: Updated to match the snapshot 25w02a recipe, where 1 iron ingot replaces the netherite ingot.
π Visual Improvements
- Greener Grass: The grass is now greener, giving the world a more vibrant appearance.
- More Transparent Water: The water has been made more transparent, enhancing the overall visual experience of water bodies.
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:D3bYVmbf:yaiHLhzF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D3bYVmbf:yaiHLhzF"
}

