promotional bannermobile promotional banner

Time Core

Library which adds Bedrock Animation loading, can generate models and blockstates on fly and more!

File Details

TimeCore-1.16.5-3.1.3.0.jar

  • R
  • Apr 5, 2021
  • 5.13 MB
  • 1.1K
  • 1.16.5

File Name

TimeCore-1.16.5-3.1.3.0.jar

Supported Versions

  • 1.16.5

Updated to forge 36.0.1

 

Additions:
Added IllegalSideException

Added #onServer and #onClient requirement methods in Requirements

Added grouped settings for BlockRegisterDsl

Added extension method (alternative to #create()) in BlockPropsFactory

Animation System: Added smooth interpolation handling

Added Coffee Capability System (comfortable to use and syncable)

Added EntityRegister

Added ClientProxy class to retrieve client stuff like world and player safely

Added static constructing methods to BlockPropsFactory and ItemPropsFactory

DrawHelper: added line draw methods

Added VecUtils

 

Changes: 

Changed Pair methods to fit class better

Removed "_comments" entries in lang file generator, since gson can't handle multiple entries with the same key without exception.

Reworked packet system 

Changed Hacks#bypassClassChecking -> Hacks#safeCast

Config Builder is now prints name for Enums using their #name method

Moved BlockModels to Kotlin

 

Fixes:

Animation System: Fixed default names being rendered for Animated Living Entities

AutoRegistrable: Now the real cause can be seen when something went wrong

Removed double calling of StructureRegister on FMLCommonSetupEvent

Fixed Render Type Reference in BlockRegister on server-side

Fixed not delayed BlockRegisterChain#renderLayer invocation