Tags
Creators
Details
All versions
1.14.0
Release
FlectonePulse 1.14.0 NeoForge2 days ago 9
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
✨ Features
- Added support for Minecraft 26.3
- Added support for Hytale 0.6.8
- Added role tag support in Discord
- Added anonymous admin and role tag support in Telegram
- Added date formatting with player-specific localization
🔧 Refactors
- Replaced platform world checking with ticker
🐞 Bug Fixes
- Fixed handling of invalid player playtime data
- Fixed Micrometer relocation in Discord integration #474
📦 Dependencies
- Cloud Fabric updated to v2.1.0
- Cloud NeoForge updated to v2.1.0
- Cloud Paper updated to v2.0.1
- Fabric Loom updated to v1.18.2
- Velocity API updated to v4.2.0
- Placeholder API updated to v3.2.0+26.3
- PlasmoVoice API updated to v2.1.17
- TelegramBots updated to v10.3.0
- Lombok updated to v1.18.48
- H2 updated to v2.5.250
- BuildConfig updated to v6.1.1
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:WiUMnQfl:ZydsuWsG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WiUMnQfl:ZydsuWsG"
}

