All versions
1.0.0
Alpha
Cursed Tools 1.0.0 EXTREME BETA2 years ago 307
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Changes
First upload of the cursed tools mod!
THIS IS FOR CREATIVE ONLY
DO NOT USE THIS MOD WITH WORLDS YOU CARE ABOUT BECAUSE STUFF CAN GO WRONG QUICKLY
Adds 5 tools, 3 of which area sort of fleshed out
- Ghost Scythe : When right clicked on the ground shoots the player into the air, kind of like a breeze ball. Hurts the player whilst holding the tool. Completion: 80%
- Haunted Hoe : When tilling land, if it is night time, has a chance to spawn a skeleton. No idea why I added this, sounded better on paper. Completion: 90%
- Greedy Pickaxe : When mining non-ore or "valuable" blocks, has a chance increase the "greediness" counter, when it reaches a certain level, it damages the player. Greediness goes down when the player mines ores. Completion : 85%
- Veincaller : Mines all connected ores, even diagonal ones. Does not work with fortune or silk touch but is very satisfying as it does not have a limit on the amount of blocks it can mine. Only works on ores though. Completion: 60%
- Test Raycast Item : This is by far the least complete tool. It does not have an item texture or model, and crashes the game a lot. When holding the item and looking at a mob, it highlights the mob, you then can right click with the mob highlighted and it will shoot a shulker bullet at the mob. Though right now it just follows you for testing purposes. Completion: 10%
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:nUJXaNHN:I4CAZgJg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nUJXaNHN:I4CAZgJg"
}

