Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 4.38 KB

File metadata and controls

57 lines (42 loc) · 4.38 KB

Kore Bindings

Kore bindings provide bindings and helpers functions to other datapacks libraries and allow you to use them with Kore.

List of bindings

Smithed: Set of useful libraries for datapacks.

  • Crafter: A library to make NBT recipes possible.
  • Actionbar: A library that allows you to show messages via the actionbar.
  • Custom Block: A library that provides an easy way to create custom blocks.
  • Prevent Aggression: A library to protect custom wandering traders from zombies.

  • Datapack Energy: A library that provides a common energy system for datapacks.

  • ItemIO: A library for item transportation in datapacks.

Bookshelf: Large collection of datapacks utilities.

  • Biome: Bookshelf module for biome data retrieval.
  • Bitwise: Bookshelf module for bitwise operations.
  • Block: Bookshelf module for block manipulation.
  • Color: Bookshelf module for color manipulation.
  • Generate: Bookshelf module
  • Health: Bookshelf module for an easy health management.
  • Hitbox: Bookshelf module for hitbox detection.
  • ID: Bookshelf module for managing entity through ID.
  • Interaction: Bookshelf module
  • Link: Bookshelf module
  • Math: Bookshelf module for math functions.
  • Move: Bookshelf module for customized movement.
  • Position: Bookshelf module
  • Random: Bookshelf module
  • Raycast: Bookshelf module
  • Schedule: Bookshelf module
  • Sidebar: Bookshelf module
  • Time: Bookshelf module
  • Tree: Bookshelf module
  • Vector: Bookshelf module
  • View: Bookshelf module
  • Weather: Bookshelf module
  • XP: Bookshelf module

  • LanternLoad: A library for controlling datapacks (and their dependencies) versioning and loading.