This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Releases: ICY105/Datapack-Utilities
Releases · ICY105/Datapack-Utilities
v3.4.2 - Final 1.18 Version
v3.4.1
v3.4.0: 1.18 Release
Updated to 1.18
Fixed some missing blocks in block tags
Fixed the get redstone power function (again)
Updated Chunk Scan
Initial work towards compatibility with Smithed
2.3.3
2.3.2b
2.3.2
2.3.1
2.3.0: 1.17 Update
Updated ChunkScan to an entity-only system
Updated LanternLoad
Updated tags and functions to 1.17 format
Added item_modifier predicates for modifying items in a player's inv without shulker boxes
2.3.0 Prerelease 2
Updated to MC 1.17 Prerelease 1
Fixed the load error message
2.3.0 Prerelease 1
Prerelease for Minecraft 1.17, currently working in 21w20a. DU 2.3.0 is not compatible with previous versions of DU (you will have to make a new world).
- Updated ChunkScan to an entity-only system with markers instead of marking y=0 with bedrock. This will cause a slight decrease in performance, but enables working with different world heights going forward. It also means all incompatibilities with other chunk-scanning systems have been removed.
- Updated ore generation to work with any world height
- Note: Structure generation has not been updated yet
- Attempted to move towards the format standardized by the "Minecraft Datapacks" community
- Testing a new UI system for the custom crafting API, and some other code cleanup
- Moved to new /item format
- Added item modifiers for copying storage data onto an item- shulker box method is still supported but should be avoided
- Added sculk sensor to get redstone function
- Updated block, item, and entity tags