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
mcjtylib-1.9.0-1.8.4.jar
on Jan 26, 2023Version 1.8.4:
- Better support for shift-clicking items
mcjtylib-1.9.0-1.8.3.jar
on Jan 26, 20231.8.3:
- Fixed a bug in the inventory handling. Thanks to boni for finding this
- Moved over some inventory helper code from RFTools
mcjtylib-1.9.0-1.8.2.jar
on Jan 26, 20231.8.2:
- Inventory helper code is more robust now
- BlockRender widget has events
mcjtylib-1.9.0-1.8.1beta15.jar
on Jan 26, 20231.8.1beta15:
- A lot of common code from RFTools and Deep Resonance moved here
mcjtylib-1.9.0-1.8.1beta14.jar
on Jan 26, 20231.8.1beta14:
- Fix for WAILA integration
mcjtylib-1.9.0-1.8.1beta13.jar
on Jan 26, 20231.8.1beta13:
- Fixed tooltips for latest items (broke with latest forge)
mcjtylib-1.9.0-1.8.1beta12.jar
on Jan 26, 20231.8.1beta12:
- Fix for capability registration