promotional bannermobile promotional banner

Kube Utils

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

[1.21.1] KubeUtils 21.1.3

File namekube-utils-21.1.3.jar
Uploader
nanitedevnanitedev
Uploaded
Nov 11, 2025
Downloads
2.0M
Size
24.2 KB
Mod Loaders
NeoForge
File ID
7210381
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:kube-utils-678815:7210381"

Learn more about Curse Maven

What's new

Kube Utils Changelog

[21.1.3]

Fixed

  • ListKu.getRandomWeightedEntry no longer breaks when given valid data

[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