File Details
viciouscore-1.18.2-4.6.1.jar
- R
- Nov 8, 2022
- 533.81 KB
- 73
- 1.18.2
- Forge
File Name
viciouscore-1.18.2-4.6.1.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
Vicious Core Stable V-4.6.1
- Global Data now is saved using SavedData (as it should have been from the beginning)
- This saves it to a specific file rather than forge's capability system allowing loading and saving whenever I want.
- Changed more of the GUI system.
- Specifically removed the heldItem widget in GenericGUI and moved it to RootWidget and replaced it with a more generic cursor following widget.
- Moved some of the ZeroEnergy abstractions of GUI elements to VC.
- Includes GLWidgetSlot and WidgetInventory.
- Completely rewrote the Inventory data system I had in place. It is slower now but still faster than the usual list based implementation.

