
RadiusToolLib
Lib for creating radius tools
Screenshots

About this Mod
RadiusToolLib
Lib for creating radius tools
Adding the dependency
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
// Option 1: Include Ducky Updater to project for it available within your own jar (additional ~20kb)
include(modImplementation("maven.modrinth:rt-lib:<mod-version>"))
// Option 2: Depend on Ducky Updater, but require that users install it manually
modImplementation("maven.modrinth:rt-lib:<mod-version>")
}
"depends": {
"fabricloader": "*",
...
"rt-lib": "*"
},
Usage
public class ModName implements ModInitializer {
//Material //Damage&Speed //Radius
public static final RadiusPickaxe RADIUS_PICKAXE = new RadiusPickaxe(ToolMaterials.NETHERITE, 4, 1.0f, new FabricItemSettings(), 1);
// For the tool to dig 3x3 - range: 1, 5x5 - range: 2; And so on...
@Override
public void onInitialize() {
Registry.register(Registries.ITEM, new Identifier("your_mod_id", "radius_pickaxe"), RADIUS_PICKAXE);
}
}
Available Versions
How to Install RadiusToolLib on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.19.4).
Install Mod
Open the mod browser in the dashboard and search for "RadiusToolLib". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.19.4
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
RadiusToolLib server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.19.4). You can switch loaders with one click in the panel.
Is RadiusToolLib compatible with fabric?
RadiusToolLib officially supports fabric for Minecraft 1.19.4. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with RadiusToolLib – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if RadiusToolLib consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install RadiusToolLib with just one click on your server.