Skip to content

Releases: anivire/gemstones

v1.1.5e

Choose a tag to compare

@anivire anivire released this 23 Aug 18:49

Fixes:

  • (NeoForge) Fix spark model registration for Radiance effect

v1.1.5d

Choose a tag to compare

@anivire anivire released this 08 Aug 11:36

Fixes

  • Fixed attributes processing for better compatibility with other mods

v1.1.5c

Choose a tag to compare

@anivire anivire released this 21 Jul 12:47

Fixes

  • Fixed soul fire overlay mixin crash

v1.1.5b

Choose a tag to compare

@anivire anivire released this 21 Jul 12:16

Fixes

  • Fixed geodes drop checks for ores from other mods

v1.1.5a

Choose a tag to compare

@anivire anivire released this 01 Jul 20:31

Fixes

  • Fixed slots preview, removed slots count randomization due to bugged behavior. Now all items, which fit item compat, will receive only 1 starting unlocked gemstone slot

v1.1.5

Choose a tag to compare

@anivire anivire released this 20 Jun 11:16

New

  • Japanese translation by na3an

Fixes

  • Fixed crash due to Soul Fire mixins registering,
  • Fixed stunned renderer, which incorrectly renders on some entities

v1.1.4b

Choose a tag to compare

@anivire anivire released this 19 Jun 09:56

Fixes

  • Fixed drop geodes attribute scaling

v.1.1.4a

Choose a tag to compare

@anivire anivire released this 17 Jun 19:13

Fixes

  • Fixed Onyx and Ender Scale bonuses causing game crash
  • Fixed Save Lethal bonus, now proc from all damage types

v1.1.4

Choose a tag to compare

@anivire anivire released this 16 Jun 21:54

New

  • Mossy box loot is now configurable via datapack,

Changes

  • Split mixin classes from common module into per-platform source sets,
  • Gemstone socket components now use lazy initialization, preventing premature registry access on NeoForge,
  • Removed particle effects from area damage modifiers to reduce visual noise,
  • Reworked attributes and effects registry initialization to use RegistrySupplier directly instead of eager resolveEntry(), preventing NullPointerException on NeoForge startup,

Fixes

  • Fixed duplicate blockDrops merge check in DropsConfig,
  • Fixed crash on NeoForge caused by mixin refmap containing Yarn intermediary class names instead of Mojang-mapped names,
  • Fixed crash on NeoForge: "Registry Object not present: gemstones:pull_speed" and similar attribute registry failures,
  • Fixed effects registry crash on NeoForge during mod construction,
  • Fixed Onyx and Ender Scale bonuses causing game crash due to null registry references,
  • Fixed Fabric registries failing after refactor,

Multiloader Update v1.1.3a

Choose a tag to compare

@anivire anivire released this 15 Jun 22:03
  • Added NeoForge support,
  • New mod dependency Architectury API,
  • Added German translation,
  • Added Russian translation,

Changes

  • Reworked quality badges. They are now translatable,
  • Changed quality tiers for better rarity tier representation. Legacy support has been added for older quality IDs and names:
    • Polished > Refined,
    • Unusual > Mystic,
    • Booster > Amplifier,
  • Added a new icon for Mystic quality,
  • Unhardcoded several strings to improve translation support,
  • Block regeneration effect now works only on ores,
  • Balance changes,

Fixes

  • Fixed Jewelry Table dupe trough shift-click on tools, causes result item still appear in result slot,
  • Fixed Soul Fire first person view overlay,