- check_circle Advancements
- check_circle Functions
- check_circle Loot Tables
- check_circle Predicates
- check_circle Recipes
- check_circle Structures
- 98,349 views, 10 today
- 32,343 downloads, 0 today
283
As of MC 1.19, Datapack Util's feature set is being split into modern embedded libraries. If you are a datapack user, you don't have to worry about this. You no longer need to download a separate library- everything will be included in the primary datapack. If you are a developer, please reference the list of new libraries for features you need:
- BlockUtils - various ways to interact with blocks, currently limited to get redstone power
- ChunkScan - postgen utility, compatible with any dimension
- ChunkScan.Ores - extension of chunk scan adding custom ore generation
- LoottableAutosmelt - custom 'enchants' such as auto smelt added via loot tables
- PlayerAction - wrapper for various scoreboard and advancement triggers, including click detection
- DatapackEnergy - universal energy system for tech datapacks like Mechanization
- See also: Smithed Libraries for nbt crafting, player damage, custom durability, and more.
Compatibility | Minecraft 1.18 |
Tags |
25 Update Logs
v3.4.2 : by ImCoolYeah105 01/09/2022 1:46:59 pmJan 9th, 2022
Fixed diorite loot table
LOAD MORE LOGS
tools/tracking
4262088
119
datapack-utils
Create an account or sign in to comment.
But realistically if you're having problems with something simple like scoreboard timers, I highly recommend getting more experience before using DU. Generally I recommend understanding how DU works under the hood before trying to use it.