Changelog
[1.8.1]
Added
- Genetics-Based Loot Modification API: Introduced
GeneticsLootModifierfunctional interface andGeneticsLootRegistrymappingEntityType<?>to modifiers. - LivingEntityLootMixin: Intercepts
LivingEntity.dropFromLootTableusing a@ModifyVariablehook to wrap the item stack consumer, allowing registered modifiers to replace, scale, or remove drops dynamically based on entity genetics.
[1.8.0]
Added
- Genetics & Breeding API: Introduced a generic, entity-agnostic, and attribute-agnostic genetics registry and calculation engine (
net.dasik.social.api.genetics). - EntityGenetics Attachment: Registered standard persistent Fabric Attachment
dasik-library:geneticsto track parent UUIDs, inbreeding state, and dynamic trait modifiers across world save cycles. - Inbreeding Verification & Outcross Recovery: Added standard calculation formulas for triangular mutations, average inheritance, inbreeding penalties, and genetic outcross recovery.
Dependencies
Files
dasik-library-1.8.1.jar(148.05 KiB) Primary Download

