Links
Tags
Creators
Details
All versions
v1.0-RELEASE
Release
Magical Tools v1.0-RELEASE5 months ago 145
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
v1.0-RELEASE
This is the first release of Magical Tools. Added:
1. Gravity Apple
Custom recipie
- Eating time: 0.5s
- Gives slow falling 2 for 10sec
- Custom model (I made in Aseprite :D )
2. Teleporter (Item)
Custom recipe
- Teleports to 20 block in the direction you are looking
- Cooldown 6 sec
- 10 uses allowed
- Custom model (I made in Aseprite :D )
3. Rabbit Shoes (Armor):
Custom recipe
- Increases jump height about 3 blocks jumps
- Gives speed buff
- Negates all fall damage
- Custom model (I made in Aseprite :D )
4. Vacuum Pouch
Custom recipe
- Attracts all nearby items towards the player (within 24 block radius)
- Attraction speed is 0.3f
- Works passively in off or main hand
- Particle Effects
- Custom model (I made in Aseprite :D )
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:TaKaKLcy:HykMIYOR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TaKaKLcy:HykMIYOR"
}

