McJtyLib - 1.16-5.1.5
on Jan 26, 2023McJtyLib 1.16-5.1.5
- Implemented proper invalidation of capabilities when block entities are removed/unloaded
McJtyLib - 1.18-6.0.11
on Jan 26, 2023McJtyLib 1.18-6.0.11
- Port to 1.18.2
McJtyLib - 1.18-6.0.10
on Jan 26, 2023McJtyLib 1.18-6.0.10
- Additions to the delayed rendering system
McJtyLib - 1.18-6.0.9
on Jan 26, 2023McJtyLib 1.18-6.0.9
- Delayed rendering system
McJtyLib - 1.16-5.1.4
on Jan 26, 2023McJtyLib 1.16-5.1.4
- Delayed rendering system
McJtyLib - 1.18-6.0.8
on Jan 26, 2023McJtyLib 1.18-6.0.8
- Various small changes
McJtyLib - 1.18-6.0.7
on Jan 26, 2023McJtyLib 1.18-6.0.7
- Fixed the DIRT tag to be compatible with latest Forge
McJtyLib - 1.18-6.0.6
on Jan 26, 2023McJtyLib 1.18-6.0.6
- Fixed a problem with items not getting restored when breaking and placing blocks
McJtyLib - 1.16-5.1.3
on Jan 26, 2023McJtyLib 1.16-5.1.3
- Backported SafeClientTools from 1.18
- Backported better container system from 1.18
McJtyLib - 1.18-6.0.5
on Jan 26, 2023McJtyLib 1.18-6.0.5
- Fixed a crash in modal dialogs (caused things like XNet to crash)
McJtyLib - 1.18-6.0.4
on Jan 26, 2023McJtyLib 1.18-6.0.4
- Many cleanups
- Fixed a crash problem with rendering hilighted blocks as well as XNet cables
McJtyLib - 1.18-6.0.3
on Jan 26, 2023McJtyLib 1.18-6.0.3
- Bugfix for sub-dialogs
McJtyLib - 1.18-6.0.2
on Jan 26, 2023McJtyLib 1.18-6.0.2
- Small helper for datagen
McJtyLib - 1.18-6.0.1
on Jan 26, 2023McJtyLib 1.18-6.0.1
- Small fix for recipe manager
McJtyLib - 1.18-6.0.0
on Jan 26, 2023McJtyLib 1.18-6.0.0
- First port to 1.18
McJtyLib - 1.16-5.1.2
on Jan 26, 2023McJtyLib 1.16-5.1.2
- Preporting to 1.18: introducted saveAdditional() into GenericTileEntity
- Preporting to 1.18: rename a few writeXxx and readXxx into saveXxx and loadXxx
- Preporting to 1.18: introduced TickingTileEntity with tickServer() and tickClient()
- Removed a test on duplicate command registration as this could cause issues
- Removed LogicTileEntity. Instead logic blocks work with the new LogicSupport helper class
- Renamed readClientInfo and writeClientInfo
McJtyLib - 1.16-5.1.1
on Jan 26, 2023McJtyLib 1.16-5.1.1
- Fixed some data communication errors that (for example) manifested itself when opening the gui for a fresh matter transmitter
McJtyLib - 1.16-5.1.0
on Jan 26, 2023McJtyLib 1.16-5.1.0
- Cleanups of some now obsolete classes (DimensionId and GlobalCoordinate)
- Massive changes to various syncing systems in McJtyLib
- New @ServerCommand annotation to implement server-side commands that can be initiated client-side
- New @GuiValue annotation to automatically sync values (fields) between client and server (when a container is open)
- New @Cap annotation to make it easier to attach capabilities
- New IntegerField and FloatField widgets
McJtyLib - 1.16-5.0.23
on Jan 26, 2023McJtyLib 1.16-5.0.23
- A few small improvements
McJtyLib - 1.16-5.0.22
on Jan 26, 2023McJtyLib 1.16-5.0.22
- Support for better fake player system