All Projects → ICY105 → Datapack-Utilities

ICY105 / Datapack-Utilities

Licence: MIT license
Some useful functions for the intrepid datapack developer.

Programming Languages

mcfunction
16 projects

Projects that are alternatives of or similar to Datapack-Utilities

Mechanization
The Minecraft Technology Based Datapack
Stars: ✭ 105 (+16.67%)
Mutual labels:  mcfunction, datapack, minecraft-datapack
beet
The Minecraft pack development kit.
Stars: ✭ 51 (-43.33%)
Mutual labels:  mcfunction, datapack
mecha
A powerful Minecraft command library.
Stars: ✭ 27 (-70%)
Mutual labels:  mcfunction, datapack
Spyglass
Development tools for vanilla Minecraft: Java Edition data pack developers.
Stars: ✭ 163 (+81.11%)
Mutual labels:  mcfunction, datapack
VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (-50%)
Mutual labels:  mcfunction
Scythe-AntiCheat
Scythe AntiCheat - The best minecraft bedrock anticheat designed for realms, worlds and servers
Stars: ✭ 87 (-3.33%)
Mutual labels:  mcfunction
OpenNoteBlockStudio
An open-source Minecraft music maker.
Stars: ✭ 408 (+353.33%)
Mutual labels:  datapack
worldgen
A datapack generator for Minecraft Java Edition 1.18.2 that creates custom biomes and dimensions
Stars: ✭ 34 (-62.22%)
Mutual labels:  datapack
sandstone
Sandstone | Next Generation Framework for Minecraft
Stars: ✭ 111 (+23.33%)
Mutual labels:  datapack
VanillaModTutorial
Minecraft 原版模组入门教程
Stars: ✭ 29 (-67.78%)
Mutual labels:  datapack
bingo
A custom item fetch gamemode for Minecraft
Stars: ✭ 48 (-46.67%)
Mutual labels:  minecraft-datapack
CraftingPlusPlus
A large Minecraft datapack
Stars: ✭ 8 (-91.11%)
Mutual labels:  minecraft-datapack

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.

Download Here: 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].