mcjtylib-1.10-2.1.3.jar
on Jan 26, 20232.1.3:
- Bugfix with tabbed panels and mousewheel that could cause a client crash if you were too fast (manifested sometimes in RFTools Control)
mcjtylib-1.10-2.1.2.jar
on Jan 26, 20232.1.2:
- No longer depend on AT from JEI
- Added an event to register icon holder clicks that also works for empty holders
mcjtylib-1.10-2.1.1.jar
on Jan 26, 20232.1.1:
- New events for TextField to handle arrow up/down (command history) as well as tab
- New hover event for icons
mcjtylib-1.10-2.1.0.jar
on Jan 26, 20232.1.0:
- Support for Forge Energy
mcjtylib-1.10-2.0.2.jar
on Jan 26, 20232.0.2:
- Added an 'editable' option with TextField
- Fixed mousewheel after it got broken with the window manager changes
- Fixed tooltips for tabbed panels
mcjtylib-1.10-2.0.1.jar
on Jan 26, 20232.0.1:
- Fixed a serious bug in window handling that could cause crashes for RFTools modular storage and storage scanner
mcjtylib-1.10-2.0.0.jar
on Jan 26, 20232.0.0:
- Many advanced GUI changes in preparation for the upcoming new RFTools Control mod
mcjtylib-1.10-1.9.9.jar
on Jan 26, 20231.9.9:
- IToolHammer compatibility fix
mcjtylib-1.10-1.9.8.jar
on Jan 26, 20231.9.8:
- Fixed a bug in inventory handling that caused the rftools builder to discard items when it had no place to put items
mcjtylib-1.10-1.9.7.jar
on Jan 26, 20231.9.7:
- Some more inventory tools
- Better rendering of items in gui's (render big stacksizes smaller)
mcjtylib-1.10-1.9.6.jar
on Jan 26, 20231.9.6:
- Safety check in case an itemhandler doesn't allow extraction
- Fixed inventory handling. This was not done the right way which could cause automation to go wrong
mcjtylib-1.10-1.9.5.jar
on Jan 26, 20231.9.5:
- Use a more flexible IItemHandler wrapper that takes 'null' side into account
- Safety check in case an itemhandler doesn't allow extraction
- These changes should allow things like the rftools storage scanner to extract items out of blocks like (for example) the rftools crafter
mcjtylib-1.10-1.9.4.jar
on Jan 26, 20231.10-1.9.4:
- Note, this version is for 1.9.4, 1.10, and 1.10.2
- SendServerCommand can now accept a dimension ID optionally. This allows you to send commands to tile entities in other dimensions
- Added block render highlighting ability
- Some inventory handler changes
mcjtylib-1.10-1.9.3.jar
on Jan 26, 20231.9.3:
- Fixed a server-side dependency on client stuff. This change does require users of McJtyLib to call McJtyLibClient.preInit() in their ClientProxy though
mcjtylib-1.10-1.9.2.jar
on Jan 26, 20231.9.2:
- UTF8 compatible read/write string methods
- When a text field in any RFTools gui is active it will eat keys so that (for example) JEI can't catch it anymore
mcjtylib-1.9.4-1.9.1.jar
on Jan 26, 20231.9.1:
- All blocks that support redstone in mods using McJtyLib (RFTools, RFTools Dimensions, Deep Resonance, ...) will connect to EnderIO redstone conduits automatically now
mcjtylib-1.9.4-1.9.0.jar
on Jan 26, 20231.9.0:
- Big refactorings to make all mods using McJtyLib nicer
- Cleanups and trying to abstract many MC things away
- Generalization of redstone support
- Removed deprecated functions. This McJtyLib is not compatible anyway. Might just as well break all of it
- Better unlocalized name to avoid clashes
- Merged GenericBlock and GenericModBlock
mcjtylib-1.9.4-1.8.7.jar
on Jan 26, 20231.9.4-1.8.7:
- New syncing system for more optimal server -> client TE sync
- getUpdateTag() calls writeClientDataToNBT() now
mcjtylib-1.9.4-1.8.6.jar
on Jan 26, 20231.9.4-1.8.6:
- First version of McJtyLib for 1.9.4
mcjtylib-1.9.0-1.8.6.jar
on Jan 26, 20231.8.6:
- Support for The One Probe API 0.0.1beta3
- Better handling of compatibility for mods using McJtyLib in case TOP is present or not