
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
SummonUndeadGoaltriggered 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
armorSetlogic 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
DeferredRegisterinside aRegisterEventhandler. 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
AbstractBroodMothercaused 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
popResourceto 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
CursedCageBlockEntitywas attempting to encode emptyItemStacks 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- AddedplayerDestroyoverride with explicit item drop.src/main/java/za/co/infernos/goety/common/blocks/JadeLightBlock.java- AddedplayerDestroyoverride with explicit item drop.src/main/java/za/co/infernos/goety/common/blocks/PineLanternBlock.java- AddedplayerDestroyoverride with explicit item drop.src/main/java/za/co/infernos/goety/common/blocks/DungeonTorchBlock.java- AddedplayerDestroyoverride with explicit item drop.src/main/java/za/co/infernos/goety/common/blocks/entities/CursedCageBlockEntity.java- Added check to prevent encoding empty ItemStacks.
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:1 неделю назад
