All versions
3.1.0
Release
HavenCore Custom Forms - Release 3.1.02 years ago 14.6K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Defense Update V2 - 4/26/2024
---Feature Additions---
- Added two new defense types that are Dexterity based to be made distinct from the current two and eliminate the obfuscation around how DEX Multipliers affect custom forms by ensuring utility if desired. The current defense types: Percentage, Flat, DEX + Percentage, DEX + Flat. DEX multiplier defense will run before any additional Flat or Percentage defense with these options, and will not run at all if these options aren't selected.
- Added a new debug command for defense
- Commands should now work with @p variables for Command Blocks and Custom NPCs
Command Syntax:
/havencore debug
/havencore debug defense
Command Node:
havencore.commands.debug
---Bug Fixes---
- Avoided a severe java compiler issues which rendered the defensive values of percentages defenses like 99% or 3% for example to be completely arbitrary and therefore useless
- Damage Taken values of less than 1 are now converted to 1
- Fixed a bug where flat defense did not activate at all
- Fixed an instant kill bug when HP drops below a certain threshold
- HavenCore's estimation of all participating DBC variables in Defense are now completely accurate.
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:DamovXVH:yjFedGKI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DamovXVH:yjFedGKI"
}

