Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Fzzy Core
Fzzy Core

Fzzy Core

API used in fzzyhmstrs mods that provides various utilities for Kotlin mods

1.2M
45
  • fzzy_core-0.5.1+1.20.1

    release28 апреля 2024 г.

    Additions

    • None

    Changes

    • None

    Fixes

    • Fixed ModifierHelperType registry not loading before registry freeze in certain circumstances.
  • Fzzy Core 0.5.0+1.20.1

    release13 марта 2024 г.
    • Update FzzyPort methods with some new registries and other new helper methods
    • Add VariantRegistry system, for easy creation of mobs with texture and bahavior variations.
    • Fix modifiers duplicating on player death.
    • Add fzzy_core:advancement Advancement Criterion, allowing advancements to be granted on other advancements being granted.
    • Added new data-driven default modifiers system. Default modifiers for any modifiable item can now be defined via datapack. Automatically synced to clients.
  • Fzzy Core 0.4.2+1.20.1

    release27 января 2024 г.
    • New isInTagmethod in `FzzyRegistry to handle checking on TagKeys
    • Added several aliases for rotation methods in FzzyRotation
  • Fzzy Core 0.4.1+1.20.1

    release27 января 2024 г.

    Added some new helper methods to ModifierRegistry for use in Gearifiers

  • Fzzy Core 0.4.0+1.20.1

    release26 января 2024 г.
    • Added BasicCustomTridentItem and BasicCustomTridentEntity to unify custom trident code across fzzy mods.
    • Add FzzyPort, a version wrapper for unifying many commonly changed aspects of MC code across versions
      • Added FzzyDamage to unify DamageSource acquisition
      • Added FzzyRegistry and FzzyDefaultedRegistry, wrappers on vanilla Registries to unify imports
      • Added FzzyRotation to unify quaternion rotations
      • Added XpDroppingBlock to unify OreBlock/ExperienceDroppingBlock
  • Fzzy Core 0.3.4+1.20.1

    release3 декабря 2023 г.
    • Attribute-affecting modifiers now stack (more) properly based on level and slot.
  • Fzzy Core 0.3.3+1.20.1

    release1 декабря 2023 г.
    • Fixed issue with C2ME causing crashes due to particle emission on the network loop, not client thread.
    • Added ManaHelper methods for finding ManaItems and healing them.
  • Fzzy Core 0.3.2+1.20.1

    release17 ноября 2023 г.

    Fixed some issues with modifier stacking

  • Fzzy Core 0.3.1+1.20.1

    release10 ноября 2023 г.
    • Added nbt stack deserializer for recipe outputs.
    • Added SlotId system for unifying any and all equipment slot methods (in the eyes of FzzyCore), allowing for correct application of attribute modifiers and other slot-specific things.
  • Fzzy Core 0.3.0+1.20.1

    release23 октября 2023 г.

    Versions below 1.20 are no longer officially being updated. Version 1.20.2 is todo.

    • Created a JsonReader helper object with some convenience methods for various Json parsing tasks.
      • read a defined Entity Attrbiute object
      • read Identifier
      • read Modifier
      • read Formatting
    • Added AttributeProviding interface for creation of Enchantments that add Entity Attributes.
    • Improved memory usage
    • Re-Implemented Modifiers as a player-based affix, rather than ItemStack based. The raw NBT of modifiers is stored on stacks still, but all of the code management happens in a player container, similar to the EntityAttributeContainer.
  • Fzzy Core 0.2.7+1.20.1

    release21 августа 2023 г.
    • Improved Java interoperability. Interfaces in FC are now properly JVM Default'd, so implementing them in Java should go smoothly. Binary compatibility should be maintained..
    • Added a FlavorHelper to supersede the poorly implemented Flavorful interface. Flavorful still operable, but deprecated.
  • Fzzy Core 0.2.7+1.19.4

    release21 августа 2023 г.
    • Improved Java interoperability. Interfaces in FC are now properly JVM Default'd, so implementing them in Java should go smoothly. Binary compatibility should be maintained..
    • Added a FlavorHelper to supersede the poorly implemented Flavorful interface. Flavorful still operable, but deprecated.
  • Fzzy Core 0.2.7+1.19.3

    release21 августа 2023 г.
    • Improved Java interoperability. Interfaces in FC are now properly JVM Default'd, so implementing them in Java should go smoothly. Binary compatibility should be maintained..
    • Added a FlavorHelper to supersede the poorly implemented Flavorful interface. Flavorful still operable, but deprecated.
  • Fzzy Core 0.2.7+1.19

    release21 августа 2023 г.
    • Improved Java interoperability. Interfaces in FC are now properly JVM Default'd, so implementing them in Java should go smoothly. Binary compatibility should be maintained..
    • Added a FlavorHelper to supersede the poorly implemented Flavorful interface. Flavorful still operable, but deprecated.
  • Fzzy Core 0.2.5.1+1.20.1

    release20 июня 2023 г.

    Fixed accidental platform declaration clash with Vanilla 1.19.4 Tameable interface

  • Fzzy Core 0.2.5.1+1.19.4

    release20 июня 2023 г.

    Fixed accidental platform declaration clash with Vanilla 1.19.4 Tameable interface

  • Fzzy Core 0.2.5+1.20.1

    release18 июня 2023 г.
    • Port to 1.20/1.20.1
    • Add helper method for checking an entire player for enchanted equipment
    • Added helper class for building block settings cross-version more easily.
    • Added optional recipe data system: Put recipes in optional_recipes instead of just recipes that you nly want loaded if the recipe type is loaded (if the mod that adds the recipe type exists etc). This allows users to add mod-dependent recipes without spamming the log with errors or having to do weird in-code recipe adding.
  • Fzzy Core 0.2.5+1.19.4

    release18 июня 2023 г.
    • Port to 1.19.4
    • Add helper method for checking an entire player for enchanted equipment
    • Added helper class for building block settings cross-version more easily.
    • Added optional recipe data system: Put recipes in optional_recipes instead of just recipes that you nly want loaded if the recipe type is loaded (if the mod that adds the recipe type exists etc). This allows users to add mod-dependent recipes without spamming the log with errors or having to do weird in-code recipe adding.
  • Fzzy Core 0.2.5+1.19.3

    release18 июня 2023 г.
    • Add helper method for checking an entire player for enchanted equipment
    • Added helper class for building block settings cross-version more easily.
    • Added optional recipe data system: Put recipes in optional_recipes instead of just recipes that you nly want loaded if the recipe type is loaded (if the mod that adds the recipe type exists etc). This allows users to add mod-dependent recipes without spamming the log with errors or having to do weird in-code recipe adding.
  • Fzzy Core 0.2.5+1.19

    release18 июня 2023 г.
    • Add helper method for checking an entire player for enchanted equipment
    • Added helper class for building block settings cross-version more easily.
    • Added optional recipe data system: Put recipes in optional_recipes instead of just recipes that you nly want loaded if the recipe type is loaded (if the mod that adds the recipe type exists etc). This allows users to add mod-dependent recipes without spamming the log with errors or having to do weird in-code recipe adding.
1

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент и сервер

Сведения

Лицензия:
Опубликован:3 года назад
Обновлён:2 года назад
ID проекта:
Главная