All versions
0.0.2
Release
Create: Useful Recipes 0.0.2 - 1.21.11last month 560
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Update Log
Changes
- This is no longer a datapack; it is now made in IntelliJ IDEA as a full mod.
- This mod is no longer server-side only. To make the experience even better, I made the decision to switch to both client and server-side.
- Now I can add custom items and blocks. The first custom item is in this version—during the Arrow sequence, you can see the new Incomplete Arrow item after deploying flint.
- This also allows me to create a config and custom machines if ever needed in the future.
New Recipes
- The Tuff and Magma Block recipes were remade to make them harder to obtain while keeping full automation possible.
- In addition to the new Magma Block recipe, which now requires obsidian, an Obsidian recipe was also added, also keeping automation in mind.
- Glowstone Dust can be made by mixing redstone and netherrack while being heated.
- An Iron Nugget can be obtained by polishing flint; this offers a 100% yield for iron nugget farms.
- An Arrow can alternatively be made using a sequence to keep the factory style; this will also get more versions in the future, like gold arrows.
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:K2zV8gTP:ngpm0Abh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K2zV8gTP:ngpm0Abh"
}

