Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: ICY105/Datapack-Utilities

v3.4.2 - Final 1.18 Version

09 Jan 18:45
Compare
Choose a tag to compare

Fixed diorite look table

v3.4.1

01 Dec 15:04
Compare
Choose a tag to compare

Fixed some incorrect smithed tags
Fixed chunk scan

v3.4.0: 1.18 Release

01 Dec 01:20
Compare
Choose a tag to compare

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

29 Aug 14:19
Compare
Choose a tag to compare

Ok, seriously everything is fixed this time. Probably.
Re-added maxCommandChainLength gamerule, which got removed at some point.
Re-ordered chunk scans logic so it won't bug out if the maxCommandChainLength is reached

2.3.2b

28 Aug 21:41
Compare
Choose a tag to compare

Fixed an issue with chunk scan causing duplicate generations

2.3.2

28 Aug 18:25
Compare
Choose a tag to compare

Fixed chunk pregenerator
Hopefully fixed a rare issue where the forceloaded chunk got flagged as loaded, but wasn't actually loaded

2.3.1

07 Jul 22:32
Compare
Choose a tag to compare

Fixed incorrect block loot tables
Fixed custom durability not working above normal tool durability
Did a pass over chunk scan code to try and make sure it won't bug out

2.3.0: 1.17 Update

08 Jun 18:37
Compare
Choose a tag to compare

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

27 May 14:03
Compare
Choose a tag to compare
2.3.0 Prerelease 2 Pre-release
Pre-release

Updated to MC 1.17 Prerelease 1
Fixed the load error message

2.3.0 Prerelease 1

20 May 21:01
Compare
Choose a tag to compare
2.3.0 Prerelease 1 Pre-release
Pre-release

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