Bug Fix: Inventory loaded every tick causing Item in Hand to be loaded constantly
1 Bug Fixed:
Source: v0.1.0 Obsidian Armor/Any armor that needs visual changes once worn all of 'em
Explanation:
The inventory was loaded every tick to change the visual changes needed but it cause the item in your hand to be constantly loaded making you unable to see what you hold (a bit)
Fixed:
Instead of loading the whole inventory to change the visual changes, It still runs every tick but It only loads a single slot (where the visual changes need to be changed)