Kube Utils

Adds helper utilities and new features to KubeJS in a clean, concise and consistent API design

File Details

[1.21.1] KubeUtils 21.1.2

  • R
  • Nov 9, 2025
  • 24.09 KB
  • 613
  • 1.21.1
  • NeoForge

File Name

kube-utils-21.1.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:kube-utils-678815:7200977"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Kube Utils Changelog

[21.1.2]

Fixed

  • Issues with KubeJS 7.2+

[21.1.1]

Added

  • findFirstBlockTagWithinRadius to find a block within a radius that has a specific block tag.
  • findAnyEntitiesWithinRadius to find any entities within a radius based on an entity type.
  • findLivingEntitiesWithinRadius to find living entities within a radius based on an entity type.

Deprecated

  • findEntitiesWithinRadius in favour of findLivingEntitiesWithinRadius

[21.1.0]

Changed