Filename
CD4017BE_lib-1.10.2-4.4.3.jar
Uploaded by
Cd4017be
Uploaded
Apr 16, 2017
Game Version
1.10.2
Size
366.59 KB
Downloads
2,890
MD5
91447c55f9206184ca0017fb48889fee
Supported Java Versions
Java 8
Supported Minecraft 1.10 Versions
1.10.2
Changelog
Changes:
- added Handler for on demand update ticks to improve "idle-performance" of some TileEntities
- various utility improvements for GUI components and rendering
- add placement oriented bounding boxes feature to template block
- moved redstone cable multiblocks to Automated Redstone
from 4.4.2:
- support lambda expressions for defining states and events of GUI components
- compatibility adjustments for Automated Redstone
- bug fixes
from 4.4.1:
- using a new better crafting recipe config-script:
-> more advanced syntax
-> easier to debug (now with correct line & column numbers in error messages)
-> auto fallback to previous successfully compiled version in case of compiling errors to prevent things from getting horribly broken - added Fluid Container registration in recipe script
- added function for listing OreDictionary entries in recipe script
- some improvements for multi-block networks and cached capability references
- made automated inventory transfer speed configurable
- added secondary Tooltip to Item and ItemBlock template
- and some bug fixes