All versions
1.0.6a
Release
Crafty Extra Recipes 1.0.6a (Core)2 years ago 173
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.0.6
- Mod updated to 1.20.1
- Mod uploaded to Modrinth
- Cobweb recipe added (Can also be uncrafted back into string)
- Added a sound effect when using the Shulker Core
1.0.5
- Added a second Arrow recipe using Iron Nuggets (Makes one Arrow)
- Updated the first Arrow recipe with the Iron Ingot to make nine arrows to be consistent with the Iron Nugget recipe
- Added a recipe to turn Glow Berries into Glowstone Dust
- Added a recipe for Glow Berries using Sweet Berries and Glowstone Dust
- Updated the Trident recipe to make more sense (Idk why I made it use Nether Quartz before)
- Updated the Horse Armor recipes to be consistent with the Leather Horse Armor recipe
- Updated the Gilded Blackstone recipe to use Gold Nuggets instead of Gold Ingots
1.0.4 (Not available)
- Mod updated to 1.19.2
- Added a second version of the mod that doesn't add the Shulker Core for those who don't want any new items
1.0.3
- Shulker Core classfication changed from rare (Blue name) to uncommon (Yellow name)
- Mycelium recipe added
- Bottle O' Enchanting recipe added
- There is now both a 1.16.5 version and a 1.17.1 version of this mod
1.0.2 (Not available)
- Mod renamed from "Cuprite's Extra Recipes" to "Crafty Extra Recipes"
- Grass Block recipe added
- Warped Nylium recipe added
- Crimson Nylium recipe added
1.0.1 (Not available)
- Shulker Core drop rate dropped from 4% to 3.5%
- Trident recipe added
1.0.0 (Not available)
- Mod release
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:4ltBFpX8:WjEyRDzh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ltBFpX8:WjEyRDzh"
}

