LycanitesAlphaFixPatch

Lycanites Alpha Fix Patch is a small unofficial compatibility patch for **Lycanites Mobs 1.20.1 alpha**.

File Details

lycanitesalphafixpatch-forge-1.16.5-0.1.1.jar

  • R
  • Jun 29, 2026
  • 17.82 KB
  • 10
  • 1.16.5
  • Forge

File Name

lycanitesalphafixpatch-forge-1.16.5-0.1.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:lycanitesalphafixpatch-1570903:8340219")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Lycanites Alpha Fix Patch 0.1.1 for Minecraft 1.16.5

This is a compatibility patch for Lycanites Mobs on Minecraft 1.16.5 / Forge 36.x.

0.1.1 is a hotfix for a Mixin application error that could crash the 0.1.0 distribution jar during startup in production Forge environments such as PrismLauncher. Use 0.1.1 or newer for the Minecraft 1.16.5 line.

Target

  • Minecraft 1.16.5
  • Forge 36.x
  • Lycanites Mobs for Minecraft 1.16.5

Fixed

  • Fixes a startup crash where the EntitySpawnedSpawnTrigger re-entry suppression mixin could fail to apply while Lycanites Mobs was loading in a normal production mod instance.

Main Fixes in 0.1.x

  • Prevents client crashes when the Lycanites Mobs ExtendedEntity client cache contains a null-valued entry.
  • Adds the same null-entry guard for the Lycanites Mobs ExtendedPlayer client cache.
  • Records Lycanites Mobs ExtendedPlayer.timePlayed after successful player-based SpawnTrigger calls so the existing cooldown map can take effect.
  • Allows FileLoader to read bundled default JSON data when its resource root is exposed through a jar: URI.
  • Suppresses immediate EntitySpawnedSpawnTrigger re-entry from Lycanites spawner-created entities using an exact-entity marker.

The SpawnTrigger cooldown fix only applies to player-based triggers. It does not apply to player == null entity / chunk / world trigger paths.

Config

  • spawnTrigger.recordSuccessfulSpawnerTriggerCooldowns
    • Default: true
    • Enables cooldown recording after successful player-based SpawnTrigger calls.
  • spawnTrigger.suppressEntitySpawnedReentry
    • Default: true
    • Enables suppression of immediate EntitySpawnedSpawnTrigger re-entry from Lycanites spawner-created entities.
    • Set to false to restore Lycanites Mobs 1.16.5's original entity-spawned trigger behavior.

What This Patch Does Not Change

This patch does not intentionally change:

  • gameplay balance
  • mobs
  • drops
  • equipment
  • stats
  • progression
  • recipes
  • Lycanites Mobs content replacement

Lycanites Alpha Fix Patch 0.1.0 for Minecraft 1.16.5

This is a compatibility patch for Lycanites Mobs on Minecraft 1.16.5 / Forge 36.x.

Target

  • Minecraft 1.16.5
  • Forge 36.x
  • Lycanites Mobs for Minecraft 1.16.5

Fixed

  • Prevents client crashes when the Lycanites Mobs ExtendedEntity client cache contains a null-valued entry.
  • Adds the same null-entry guard for the Lycanites Mobs ExtendedPlayer client cache.
  • Records Lycanites Mobs ExtendedPlayer.timePlayed after successful player-based SpawnTrigger calls so the existing cooldown map can take effect.
  • Allows FileLoader to read bundled default JSON data when its resource root is exposed through a jar: URI.
  • Suppresses immediate EntitySpawnedSpawnTrigger re-entry from Lycanites spawner-created entities using an exact-entity marker.

The SpawnTrigger cooldown fix only applies to player-based triggers. It does not apply to player == null entity / chunk / world trigger paths.

Config

  • spawnTrigger.recordSuccessfulSpawnerTriggerCooldowns
    • Default: true
    • Enables cooldown recording after successful player-based SpawnTrigger calls.
  • spawnTrigger.suppressEntitySpawnedReentry
    • Default: true
    • Enables suppression of immediate EntitySpawnedSpawnTrigger re-entry from Lycanites spawner-created entities.
    • Set to false to restore Lycanites Mobs 1.16.5's original entity-spawned trigger behavior.

What This Patch Does Not Change

This patch does not intentionally change:

  • gameplay balance
  • mobs
  • drops
  • equipment
  • stats
  • progression
  • recipes
  • Lycanites Mobs content replacement