mccreery / better-hud

All the information you'll ever need! A Minecraft mod written in Forge.
https://www.curseforge.com/minecraft/mc-mods/better-hud
MIT License
32 stars 11 forks source link

Refactor side-specific code to use @SidedProxy (fix #73, fix #93) #94

Closed mccreery closed 4 years ago

mccreery commented 4 years ago

Replaces the old, broken code littered with @SideOnly with a proper @SidedProxy and isolates references to client-side only code through it.

Coincidentally also includes version bump to 1.4.2 since the 1.4.1 server doesn't correctly support item pickups.