halvors / Nuclear-Physics

Nuclear Physics is a mod that brings in realistic, world-based technological advancement experience into Minecraft.
GNU General Public License v3.0
12 stars 8 forks source link

Fixed memory leak and inventory lighting bug #54

Closed kmecpp closed 6 years ago

kmecpp commented 6 years ago

ItemStack does not work as a HashMap key because new instances are not equal

Fixes #49 Possibly fixes #50

halvors commented 6 years ago

@kmecpp Thanks for your contribution!