Redstone Magic

A magical system based on redstone with immersive graphics and sound for every spell.

File Details

RedstoneMagic-1.16.4-1.16.4-1.4.0.24.jar

  • R
  • Nov 29, 2020
  • 626.42 KB
  • 74
  • 1.16.4+1
  • Forge

File Name

RedstoneMagic-1.16.4-1.16.4-1.4.0.24.jar

Supported Versions

  • 1.16.4
  • 1.16.3

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:redstone-magic-397412:3126127")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 24


Fix for crash bug on multiplayer server.

There was a place where I assumed the player was either a server player or remote (client ) player.   Apparently sometimes it is null or a non server/non-client player entity.

Put protective code around that.