
Better Grinder (archive)
ArchivedA mod that adds a simple grindstone that is highly configurable, and aimed at use by packdevs.
1.18.2-1.2.5
Compatibility
Changes
Changelog:
~Fixed Secondary output not being able to be shift-clicked out of its slot
~Fixed Issue where the progress arrow would encounter a visual error if the player left the world in the middle of a recipe
~Fixed issue where the progress arrow wouldn't fully reflect the recipe progress
+Added compatibility with Create and supplementaries, as well as added a block tag to manually add other hand cranks to the compat list.
+Added sound for the crank turning.
+Added an additional JSON tag for how many turns of the handle are required to complete a grinding recipe, defaults to value in config. This value can also be assigned using the CT integration.
Optional dependencies
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:CxA8RJh9:79SlbSAe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CxA8RJh9:79SlbSAe"
}

