NewNeoBlåhaj

This mod ports Blåhaj to Neoforge

File Details

newblahaj-1.0.2.jar

  • R
  • May 24, 2026
  • 192.86 KB
  • 10
  • 1.20.1
  • Fabric

File Name

newblahaj-1.0.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:newneoblahaj-1541213:8135871"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog - New Blåhaj (Fabric 1.20.1)

All changes implemented to port the mod to Fabric 1.20.1 and add the cuddling arm posing feature.

[1.0.2] - 2026-05-24

Added

  • Cuddling Arm Animations: Created BipedEntityModelMixin.java to apply custom arm rotations (adjusting pitch/yaw) when the player is holding a plushie item. This prevents the player from holding the plushie stiffly like a weapon and displays a natural hugging posture instead.

Changed

  • Fabric 1.20.1 Porting: Ported all core blocks, items, registry references, and mixins from Forge/NeoForge (Mojang mappings) to Fabric 1.20.1 (Yarn mappings):
    • Updated block classes (AbstractBlock.Settings, voxel shapes, and right-click interaction events).
    • Updated item classes (Item.Settings, translation texts, formatting, tooltips, and weapon damage attributes).
    • Adjusted item registries, creative group registrations, tag keys, and namespaced identifiers.
    • Adapted AllayEntityMixin and CuddlyBlockProjectileMixin to Fabric events and structures.
    • Adapted loot table modifications and trade offer registration in NewBlahaj.java.

Fixed

  • Player Renderer Startup Crash: Fixed a client-side startup crash in PlayerRendererMixin.java by correcting the target method parameter from ClientPlayerEntity to AbstractClientPlayerEntity.
  • Log Spam: Silenced rendering debug/trace logs in PlayerRendererMixin.java.