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
McJtyLib - 1.16-5.0.21
on Jan 26, 2023McJtyLib 1.16-5.0.21
- Weird fix for a weird missing method error
McJtyLib - 1.16-5.0.20
on Jan 26, 2023McJtyLib 1.16-5.0.20
- Safety for getting item or fluid handler from a tile entity. Avoids log spam with fluid module for removed block
- Updates for custom crafting recipes
McJtyLib - 1.16-5.0.19
on Jan 26, 2023McJtyLib 1.16-5.0.19
- New tool for getting modname
McJtyLib - 1.16-5.0.18
on Jan 26, 2023McJtyLib 1.16-5.0.18
- Fix for RFTools Control
McJtyLib - 1.16-5.0.17
on Jan 26, 2023McJtyLib 1.16-5.0.17
- Small change for containers
McJtyLib - 1.16-5.0.16
on Jan 26, 2023McJtyLib 1.16-5.0.16
- Small changes for RFTools Dimensions
- Fixes for tooltip rendering
McJtyLib - 1.16-5.0.15
on Jan 26, 2023McJtyLib 1.16-5.0.15
- Small DimensionId update
- Small fix in the custom tank code
McJtyLib - 1.15-4.1.13
on Jan 26, 2023McJtyLib 1.15-4.1.13
- Small DimensionId update
- Small fix in the custom tank code
McJtyLib - 1.15-4.1.12
on Jan 26, 2023McJtyLib 1.15-4.1.12
- Fixes for truetype rendering
McJtyLib - 1.16-5.0.14
on Jan 26, 2023McJtyLib 1.16-5.0.14
- Fixes for truetype rendering
McJtyLib - 1.16-5.0.13
on Jan 26, 2023McJtyLib 1.16-5.0.13
- New method for rendering
McJtyLib - 1.16-5.0.12
on Jan 26, 2023McJtyLib 1.16-5.0.12
- Fixed a potential problem with RFTools/XNet blocks placed by automatic placers that don't supply a fake player
McJtyLib - 1.15-4.1.11
on Jan 26, 2023McJtyLib 1.15-4.1.11
- Fixed a potential problem with RFTools/XNet blocks placed by automatic placers that don't supply a fake player