Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ICY105/Datapack-Utilities
Some useful functions for the intrepid datapack developer.
https://github.com/ICY105/Datapack-Utilities
datapack datapack-utils mcfunction minecraft minecraft-datapack
Last synced: 3 months ago
JSON representation
Some useful functions for the intrepid datapack developer.
- Host: GitHub
- URL: https://github.com/ICY105/Datapack-Utilities
- Owner: ICY105
- License: mit
- Archived: true
- Created: 2018-03-28T01:30:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T21:30:11.000Z (over 2 years ago)
- Last Synced: 2024-07-18T15:31:45.998Z (4 months ago)
- Topics: datapack, datapack-utils, mcfunction, minecraft, minecraft-datapack
- Language: mcfunction
- Size: 521 KB
- Stars: 92
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/ICY105/BlockUtils) - various ways to interact with blocks, currently limited to get redstone power
* [ChunkScan](https://github.com/ICY105/ChunkScan) - postgen utility, compatible with any dimension
* [ChunkScan.Ores](https://github.com/ICY105/ChunkScan.Ores) - extension of chunk scan adding custom ore generation
* [LoottableAutosmelt](https://github.com/ICY105/LoottableAutosmelt) - custom 'enchants' such as auto smelt added via loot tables
* [PlayerAction](https://github.com/ICY105/PlayerAction) - wrapper for various scoreboard and advancement triggers, including click detection
* [DatapackEnergy](https://github.com/ICY105/DatapackEnergy) - universal energy system for tech datapacks like Mechanization
* See also: [Smithed Libraries](https://github.com/Smithed-MC/Libraries) for nbt crafting, player damage, custom durability, and more.## Download Here: [Releases](https://github.com/ImCoolYeah105/Datapack-Utilities/releases)
# Datapack-Utilities
Datapack Utils aims to handle various complicated tasks and simplify them into something easy to use. These days I recommend building out these tools yourself or at least understanding how they work before using DU.Need help or want to stay up-to-date with development? Join the discord server: https://discord.gg/6uJ4eJH
Datapack Utils currently Handles:
* World generation: including custom ores and structures
* NBT Crafting APIs for crafting tables, furnaces, and campfires
* Some Math functions, including a pRNG.
* Villager based Left/Right click detection. No Carrot on a Stick needed.
* Custom Durability for any item
* Timer scoreboards
* Various player stats
* Biome Detection
* Extra block and entity tags