0.1.0
Compatibility
Changes
Ranutils 0.1.0
Added
Paxels
Added Paxels for all main vanilla tool tiers:
- Wooden Paxel
- Stone Paxel
- Golden Paxel
- Iron Paxel
- Diamond Paxel
- Netherite Paxel
Paxels combine the functionality of an axe, pickaxe, and shovel into one tool.
They can:
- mine blocks suitable for axes
- mine blocks suitable for pickaxes
- mine blocks suitable for shovels
- strip logs like an axe
- create dirt paths like a shovel
- turn suitable blocks into farmland while sneaking
Infinite Sources
Added two infinite source blocks:
- Infinite Water Source
- Infinite Lava Source
These blocks can be used with buckets and also provide fluid for compatible pipe or pump systems.
Recipes
Added crafting recipes for:
- Wooden Paxel
- Stone Paxel
- Golden Paxel
- Iron Paxel
- Diamond Paxel
- Infinite Water Source
- Infinite Lava Source
Added a smithing recipe for:
- Netherite Paxel
Other
- Added a custom creative tab for Ranutils
- Added item and block textures
- Added block models for the infinite source blocks
- Added basic English translations
Version
0.1.0
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:wEkFPsPA:UHe3haNm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wEkFPsPA:UHe3haNm"
}

