Links
Tags
Creators
Details
All versions
v1.5.3+mod
Release
Cool Functions - v1.5.3last month 86
Uploaded by
Compatibility
Minecraft: Java Edition
26.3-snapshot-9
26.2
26.1.x
1.21.6โ1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Cool Functions โ v1.5.3
โจ Features & Improvements
- Added support for Minecraft 26.3 snapshots.
- Added maximum height limits above ground for each Jetpack tier.
- Added unique colors to distinguish the different Jetpack tiers.
- Added fuel information to the Jetpack lore, displaying the current and maximum fuel capacity.
- Removed the equip sound that played when using the Jetpack.
- Updated the prefix to use more consistent colors.
- Jetpack and Enderbow recipes now automatically unlock when obtaining the required materials or crafting the previous Jetpack tier.
๐ ๏ธ Technical
- Moved the Enderbow and Jetpack give functions to
coolfunctions:give/[item]for easier access and better organization. - Cleaned up the scoreboard system by adding the
cf.prefix to Cool Functions scoreboards, reducing the risk of conflicts with other datapacks. - Removed unused scoreboards that were previously created when the datapack was loaded.
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:dTA8SrPH:iQfCMjwZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dTA8SrPH:iQfCMjwZ"
}

