* Added explicit Tooltip for unbound items and restructured Bindable inheritance
- Added a "Item is not bound" tooltip to ItemBindableBase
- Streamlined inheritance. All Sigils now extend ItemBindableBase at some point.
- removed redundant hasTextCompound check
* Removed TextHelper usages in the affected files.
* Nobody likes tooltips.
* Forgot the translation entry.
* Reverted change
The new one is now built for the api jar and the old one is now internal.
It will slowly be moved around to sane places within the internal code. Most
of the features provided in the old "api" are addon specific features which
will generally rely on the main jar anyways. The new API will be specific
to compatibility features, such as blacklists, recipes, and value modification.
Update things
Fix some more things
Update once more
Refactoring and removing unnecessary null checks
Woops
Fix
Nother fix
Moar fix
Fix imports
Update ItemBindable.java