Fix:
- JarJar was used previously for LibAC and EventsBus. Temporarily, just to get stuff to build and run properly, this has been removed from the build process.
Backport 1201, API Version 13
Late upload, this was a change made a month ago but not uploaded till now.
FIX:
- Adds sanity checks to the database wrapper API
FIX:
- Typo in API, resulting in problems
ADD:
- Block Snapshotting API
- Moved block prototypes into library from Aria's Essentials
This mod now adds a optional / semi-mandatory dependency of MariaDB/MySQL/SQLite JDBC.
Add:
- Read Only Output Item Stack Handler (Moved from Thresholds code)
- Read Only Input Item Stack Handler (Allows to insert only. Extraction is disallowed.)
- New credits entry in /credits_ariasmods
Remove:
- References to possum, a former tester
Adds in some of the APIs from Engineer's Decor
Fix:
- Deprecated delayed executor entirely
HOTFIX:
- Delayed executor was causing problems
ADD:
- TeleportEvent
UPDATE:
- Embedded Library (LibAC) Delayed Task Execution service was locking up on shutdown
BREAKING:
- API version bumped
REMOVE:
- Old deprecated functions that were no longer being used
ADD:
- Inside bundled Lib (Arias Creations), there are some new time helper functions that are actively now being used by one of my mods.
REMOVE:
- Delete a credits entry
Last version was corrupted: Update to Neoforge
Merge in 1.19 fixes and features to the 1.20 codebase
Update to 1.19
Add:
- API for manipulation of snbt
Backport to 1.18.2
Fix:
- ChestGUI Button double-click in new handler when using the new callback system and not closing/reopening the chestgui for updating contents
Update:
- Add LoreContainer to the chest gui callback
Update:
- ChestGUI API
Add:
- ChestGUI API -> New callback helper that passes the clicked ItemStack and the ItemStackHandler on click
- Block Imitation abstraction class