Skip to content

Releases: DMHYT/KernelExtension

RELEASE 5.0

30 Jan 02:37
Compare
Choose a tag to compare

RELEASE 4.0

31 May 14:37
Compare
Choose a tag to compare

RELEASE 3.0

01 Aug 10:46
Compare
Choose a tag to compare

UPDATE 2.2.3

24 May 08:04
Compare
Choose a tag to compare
  • Fixed custom parameters in tool materials object, thus fixed conflict with RedPowerPE mod
  • Fixed vanilla tools not breaking blocks with appropriate speed, caused by VtableHelperin ProjectE and Item Information mods

UPDATE 2.2.2

15 May 16:46
Compare
Choose a tag to compare
  • Fixed custom tools not breaking

UPDATE 2.2.1

13 May 18:34
Compare
Choose a tag to compare
  • Fixed custom tools crashing on last InnerCore Test pack update
  • Fixed ToolAPI.getDestroyTimeViaTool method patch
  • Some more ToolAPI backward compatibility fixes

UPDATE 2.2

07 May 10:20
Compare
Choose a tag to compare
  • Added method ItemsModule.setMaxUseDurationDynamic
  • Made InnerCore-defined EItemAnimation enum full, added DRINK, BLOCK, CAMERA, SPEAR, CROSSBOW
  • Fixed conflict with very old versions of ToolLib library (tested with ToolLib V14 in Nocube's Wilderness mod)
  • Fixed conflict with HarvestCraft mod
  • 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

20 Apr 11:22
Compare
Choose a tag to compare
  • Useful additions to the Callback module (by 80LK)
    • Callback.on(name, handler, priority?) - analogue of Callback.addCallback
    • Callback.once(name, handler, priority?) - same as on, but the event handler will be called only once
    • Callback.off(name, handler) - removes the given event handler

UPDATE 2.0.4

11 Apr 16:34
Compare
Choose a tag to compare
  • Some important fixes in tools logics

UPDATE 2.0.3

10 Apr 17:44
Compare
Choose a tag to compare
  • Small fix in tool levels logics