Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 7 months ago
Updated 3 days ago
All versions
1.8.15
Release
Dasik Library 1.8.152 weeks ago 1,538
Compatibility
Minecraft: Java Edition
26.3-snapshot-7
26.2
26.1.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
[1.8.15] - 2026-08-08
Fixed
- GameRule Codec Bounds Crash Fix: Updated
DynamicGameRuleManagerIntegerBuildersomindefaults toInteger.MIN_VALUE(orMath.min(Integer.MIN_VALUE, defaultValue)). PreventsSavedDataStorage.encodeUncheckedfrom throwingIllegalStateExceptionwhen serializinggame_rules.daton world save for integer GameRules containing negative values.
[1.8.14] - 2026-08-08
Fixed
- Category-Only Bold Formatting Isolation: Restricted
§lbold formatting exclusively to category header entries (gamerule.category...), removing un-intended bolding from individual GameRule display names (e.g. Instant Gratification ore rules).
[1.8.13] - 2026-08-07
Fixed & Added
- GameRule Category Header Bold Formatting: Updated
registerCategoryinDynamicGameRuleManagerto inject bolded (§l) category translation entries intoGENERATED_TRANSLATIONSfor category titles (e.g.Natural Reproduction (9 rules)).
[1.8.12] - 2026-08-07
Added
- Bold GameRule Title Formatting: Added
§lformatting code toDynamicGameRuleManager.generateReadableNameso all dynamically registered GameRule display names appear bolded in vanilla and modded GameRule menus.
[1.8.11] - 2026-08-07
Fixed
- Stale Attribute Modifier Purging: Fixed giant animal scale bug by actively purging all legacy and duplicate
genetics_/ mod-related attribute modifiers before applying new genetics modifiers inGeneticsEngine.applyGeneticsModifiersandresetGenetics.
[1.8.10] - 2026-08-07
Fixed
- Scale Attribute Base Offset Calculation: Fixed
GeneticsEngine.applyGeneticsModifiersto subtract1.0ffrom the modifier value when applyingADD_VALUEattribute modifiers forscale/minecraft:scale. Prevents base scale1.0from adding+1.0(rendering 200% giant entities). - Expanded Scale API Bounds: Updated
DasikAnimalGeneticsAPI.getScaleandsetScaleclamp range from[0.5f, 2.0f]to[0.1f, 3.0f]to support dynamic custom scale configurations.
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:JVMIalSJ:TGJQIhpn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JVMIalSJ:TGJQIhpn"
}

