
Kube Utils
Adds helper utilities and new features to KubeJS in a clean, concise and consistent API design
Обновлён 11 ноября 2025 г. · опубликован 8 сентября 2023 г.
Kube Utils
Kube Utils is a simple addon to KubeJS which adds new functionality to existing features and branches off to create new systems that allow for more performant, simplified, and concise code.
How it works
Kube Utils (Ku from now on) has been designed with the concept of a clear, concise, and consistent API like design. Everything added by this mod is held within the global Ku object meaning if you want to access level apis, you will access it via Ku.Level, if you want to do something with fluids you will use Ku.Fluids etc.
Features
Currently, we only have a few helpers to some of the lesser supported areas of KubeJS but we plan to expand this greatly over the life cycle of the systems development. If you have any suggestions, please make a feature request!
- Level additions like being able to get structures at a block pos, ability to spawn structures, find entities and clear spaces, get a random location with a bounding box, etc.
- Fluids, allow you to get a list of fluids based on their namespace(s), and being able to check if a fluid is empty or not.
- List additions like getting random entries based on a weighted table
- The addition of general utilities like
nullOrEmptywhich gives you a very simply way to always know if an object is nullOrEmpty whether it's a item, block, itemstack, string, fluid or itemEntity! (more support to come as required) - Completely documented code
- Production validated
- Clear and simple API
Our goals
- We aim to never make breaking changes unless absolutely forced to by Minecraft, Forge or Fabric. At the point we feel we need to branch off and make breaking changes, it will be done in an optional way that will not affect existing code.
- Never to make the additions overly complex
- Always document the additions in plain English
Documentation
https://nanite.github.io/KubeUtils/
Disclaimer
Disclaimer, whist in beta, expect possible code breaking changes. Once we hit stable release, this message will be removed and from that point onwards, the code will not contain breaking changes!
Issues
Please report any issues to our issue tracker along with example code so we can validate the issues.
Центр версий
13 версийЧенджлог
21.1.3Релиз1.21.1 · 11 ноября 2025 г.
Kube Utils Changelog
[21.1.3]
Fixed
ListKu.getRandomWeightedEntryno longer breaks when given valid data
[21.1.2]
Fixed
- Issues with KubeJS 7.2+
[21.1.1]
Added
findFirstBlockTagWithinRadiusto find a block within a radius that has a specific block tag.findAnyEntitiesWithinRadiusto find any entities within a radius based on an entity type.findLivingEntitiesWithinRadiusto find living entities within a radius based on an entity type.
Deprecated
findEntitiesWithinRadiusin favour offindLivingEntitiesWithinRadius
[21.1.0]
Changed
- Updated to 1.21.1 thanks to @Saereth
21.1.2Релиз1.21.1 · 9 ноября 2025 г.
Kube Utils Changelog
[21.1.2]
Fixed
- Issues with KubeJS 7.2+
[21.1.1]
Added
findFirstBlockTagWithinRadiusto find a block within a radius that has a specific block tag.findAnyEntitiesWithinRadiusto find any entities within a radius based on an entity type.findLivingEntitiesWithinRadiusto find living entities within a radius based on an entity type.
Deprecated
findEntitiesWithinRadiusin favour offindLivingEntitiesWithinRadius
[21.1.0]
Changed
- Updated to 1.21.1 thanks to @Saereth
20.1.1Релиз1.20.1 · 10 марта 2025 г.
Kube Utils Changelog
[20.1.1]
Fixed
- Backport release built not working correctly...
21.1.1Релиз1.21.1 · 11 февраля 2025 г.
Kube Utils Changelog
[21.1.1]
Added
findFirstBlockTagWithinRadiusto find a block within a radius that has a specific block tag.findAnyEntitiesWithinRadiusto find any entities within a radius based on an entity type.findLivingEntitiesWithinRadiusto find living entities within a radius based on an entity type.
Deprecated
findEntitiesWithinRadiusin favour offindLivingEntitiesWithinRadius
[21.1.0]
Changed
- Updated to 1.21.1 thanks to @Saereth
20.1.0Релиз1.20.1 · 11 ноября 2024 г.
Kube Utils Changelog
[20.1.0]
Changed
- Backported to 1.20.1
21.1.0Релиз1.21.1 · 25 сентября 2024 г.
20.4.0Релиз1.20.4 · 10 июня 2024 г.
Kube Utils Changelog
[20.4.0]
Changed
- Updated to 1.20.4
0.1.3+mc1.18.2Бета1.18.2 · 8 сентября 2023 г.
Kube Utils Changelog
[0.1.3]
Added
- Released for 1.18.2
Комментарии
Загружаем…
