▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Goety
Goety

Goety

A comprehensive magic mod featuring spellcasting, summonable servants, mystical structures, and the ability to transform into a powerful Lich. Ported to NeoForge 1.21.1.

3.0K
6

v3.0.13

release2 мая 2026 г.

Goety-3 3.0.12

  • Fixed a major bug causing wild Necromancers and Drowned Necromancers to constantly spawn servants well above their intended limits.
  • Enforced proper servant summoning limits on SummonUndeadGoal triggered by player interaction (Soul Jars or empty hands).

v3.0.11

release3 апреля 2026 г.

Version 3.0.11

Bug Fixes

Armor Fixes

  • Fixed Leather Armor Invulnerability Bug: Resolved an issue where wearing any piece of vanilla leather armor would grant the player powerful bonuses intended only for high-tier magical armor sets (Cursed Knight, Cursed Paladin, Black Iron, and Dark sets).
  • Corrected Material Detection: Improved the armorSet logic to correctly distinguish between vanilla leather and Goety's custom armor materials during the 1.21.1 transition.
  • Optimized Attribute Modifiers: Refactored the armor set bonus system to use event-driven calculation (LivingEquipmentChangeEvent) instead of expensive per-tick updates, resolving potential attribute stacking issues.

v3.0.10

release3 апреля 2026 г.

Version 3.0.10

Bug Fixes

Registration Fixes

  • Fixed NeoForge 21.1.200+ Compatibility: Resolved a critical crash caused by registering fluid blocks to DeferredRegister inside a RegisterEvent handler. Fluid blocks are now registered using modern static initialization patterns.

Compatibility

  • Updated NeoForge Support: Bumped required NeoForge version range to 21.1.200+ (dev environment updated to 21.1.219).
  • Fixed Build Errors: Resolved a side-effect compilation error in AbstractBroodMother caused by the NeoForge version update.

v3.0.9

release12 марта 2026 г.

Release v3.0.9

v3.0.7

release1 марта 2026 г.

Version 3.0.7

Bug Fixes

Block Drop Fixes

  • Fixed Haunted Glass not dropping items: Haunted Glass blocks now properly drop themselves when broken by players. The block now explicitly handles item drops using popResource to ensure items are spawned correctly.

  • Fixed missing item drops for other blocks: Added explicit drop handling for several blocks that were potentially missing item drops:

    • Jade Light: Wall-mounted light blocks now properly drop items when broken.
    • Pine Lantern: Wall-mounted lantern blocks now properly drop items when broken.
    • Dungeon Torches (Iron and Gold): Torch blocks now properly drop items when broken.

BlockEntity Fixes

  • Fixed crash when encoding empty ItemStack in Cursed Cage: The CursedCageBlockEntity was attempting to encode empty ItemStacks to NBT, causing crashes. Added a check to only encode non-empty item stacks.

Files Changed

  • src/main/java/za/co/infernos/goety/common/blocks/HauntedGlassBlock.java - Added playerDestroy override with explicit item drop.
  • src/main/java/za/co/infernos/goety/common/blocks/JadeLightBlock.java - Added playerDestroy override with explicit item drop.
  • src/main/java/za/co/infernos/goety/common/blocks/PineLanternBlock.java - Added playerDestroy override with explicit item drop.
  • src/main/java/za/co/infernos/goety/common/blocks/DungeonTorchBlock.java - Added playerDestroy override with explicit item drop.
  • src/main/java/za/co/infernos/goety/common/blocks/entities/CursedCageBlockEntity.java - Added check to prevent encoding empty ItemStacks.

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

Minecraft: Java Edition

1.21.x

Платформы

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

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

Создатели

Детали

Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:1 неделю назад
Главная