
About quirl mod
The mod's name comes from the kitchen utensil for whisking - a whisk (German: Quirl or Schneebesen).
For players
It's important to understand that this is a library mod that doesn't add any new functions to the game by itself. It becomes useful only when combined with other modifications that utilize its capabilities.
For developers
This library provides tools for extending standard Minecraft mechanics. For example, with its help you can add new interaction options with blocks when using axes or shovels.
Adding dependency
To use quirl in your project, add the following lines:
build.gradle:
repositories {
mavenCentral()
}
dependencies {
modImplementation "net.rotgruengelb:quirl:${project.quirl_version}"
}
gradle.properties:
quirl_version=<quirl version>+<Minecraft version>
Don't forget to also add the dependency to your project's fabric.mod.json
file.