Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
1.2.0
Beta
BOMD-NeoForge-1.20.4-1.2.02 years ago 1,120
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2024-01-31
Added
- Compatibility with NeoForge
Changed
- Move project to multiloader
- Requires CerbonsAPI 1.1.0+
[1.1.1] - 2024-01-24
Added
- Add ja_jp translation. Thanks SAGA23456
Changed
- Mark mod as only compatible with CerbonsAPI 1.0.0 (Will be compatible with 1.1.0 in a beta release soon)
[1.1.0] - 2024-01-01
Changed
- Mod depends on CerbonsApi now
[1.0.6] - 2023-12-13
Changed
- Disable Gauntlet hitboxes when epic fight mod is installed
Fixed
- Fix soul star not dropping when specific mod are installed
[1.0.5] - 2023-12-12
Fixed
- Fix mob ward block not possible to be placed above height 254
[1.0.4] - 2023-12-01
Fixed
- Fix config file values not working
[1.0.3] - 2023-11-30
Fixed
- Fix crash saying that the BMDConfig class was not registered
[1.0.2] - 2023-11-28
Fixed
- Fix "Shield Piercing" damage type being blocked by shields
[1.0.1] - 2023-11-26
Added
- Add config for table of elevation effect size
Changed
- Change archive's name to BOMD
Fixed
- Fix wrong value at class "FindTargetGoal"
[1.0.0] - 2023-11-23
- Initial release
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:hFUzfDsn:DrDs5H4M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hFUzfDsn:DrDs5H4M"
}

