Releases: DMHYT/KernelExtension
Releases · DMHYT/KernelExtension
RELEASE 5.0
Changelog available at https://dmhyt.github.io/kex-docs/#/en/pages/changelog?id=release-50
RELEASE 4.0
Changelog available at https://dmhyt.github.io/kex-docs/#/en/pages/changelog?id=release-40
RELEASE 3.0
Changelog available at https://dmhyt.github.io/kex-docs/#/en/pages/changelog?id=release-30
UPDATE 2.2.3
- Fixed custom parameters in tool materials object, thus fixed conflict with
RedPowerPEmod - Fixed vanilla tools not breaking blocks with appropriate speed, caused by
VtableHelperinProjectEandItem Informationmods
UPDATE 2.2.2
- Fixed custom tools not breaking
UPDATE 2.2.1
- Fixed custom tools crashing on last
InnerCore Testpack update - Fixed
ToolAPI.getDestroyTimeViaToolmethod patch - Some more
ToolAPIbackward compatibility fixes
UPDATE 2.2
- Added method
ItemsModule.setMaxUseDurationDynamic - Made InnerCore-defined
EItemAnimationenum full, addedDRINK,BLOCK,CAMERA,SPEAR,CROSSBOW - Fixed conflict with very old versions of
ToolLiblibrary (tested withToolLib V14inNocube's Wildernessmod) - Fixed conflict with
HarvestCraftmod - Added new tool types to the
ToolsModule- shears and flint-and-steel - Adapted one internal feature to the future version of InnerCore pack
UPDATE 2.1
- Useful additions to the
Callbackmodule (by 80LK)Callback.on(name, handler, priority?)- analogue ofCallback.addCallbackCallback.once(name, handler, priority?)- same ason, but the event handler will be called only onceCallback.off(name, handler)- removes the given event handler
UPDATE 2.0.4
- Some important fixes in tools logics
UPDATE 2.0.3
- Small fix in tool levels logics