Minecraft Data Packs / Tool

1.16 Template datapack

  • check_circle Advancements
  • check_circle Functions
  • check_circle Loot Tables
  • check_circle Predicates
  • check_circle Recipes
  • 26,263 views, 5 today
  • 4,771 downloads, 0 today
  • 44
  • 44
  • 11
Zsigio's Avatar Zsigio
Level 50 : Grandmaster Strawberry
48
Ever forget how to structure your datapack? Hate having to go to the wiki every time just to look at basic syntaxes? Not sure exactly how your file should look like? This datapack hopes to address these problems.

I made this pack for myself after running into the previously cited problems, and thought others may find it useful too. This pack isn't intended for standalone use. It serves as a template that includes a working template file for all 1.16 json and mcfunction data types in 1.16. (Dimensions, Dimension types, All tags, Advancements, Functions, Loot tables, Predicates and Recipes)

For projects feel free to remove my name from the pack.mcmeta.

Notice: I know about worldgen and custom biome changes in recent snapshots, I'll wait until the release of 1.16.2 with updating the pack because the lack of documentations and also to avoid confusion. In the meantime the datapack will contain dimension syntaxes valid in 1.16.0. Thanks for your patience!
Edit2: Ok, I'm very lazy, but I promise, eventually I'll get around to updating it.
CompatibilityMinecraft 1.16
Tags

Create an account or sign in to comment.

Cakerama
01/10/2022 9:00 am
Level 6 : Apprentice Crafter
Cakerama's Avatar
Thank you so much. I use this for all my datapacks
1
zacharyki102
05/08/2021 10:47 am
Level 1 : New Miner
zacharyki102's Avatar
gods such a time saver, thanks!
1
Winkwing
11/27/2020 1:20 pm
Level 41 : Master Musician
Winkwing's Avatar
Thank you!
1
Entium
10/26/2020 12:14 pm
Level 65 : High Grandmaster Plumber
Entium's Avatar
this is good
im too stupid to understand
but still
2
MineFriggs
08/17/2020 2:53 pm
Level 37 : Artisan Architect
MineFriggs's Avatar
Thank you so much Zsigio. This is amazing.

I wish to learn more about functions and I learn best by backwards engineering, copying and modifying, rather than large explanations.

The data back you uploaded here looks so simple, but I was looking exactly for this for quite a while now and haven't found anything like it befor. Great!
1
Zsigio
08/20/2020 7:33 am
Level 50 : Grandmaster Strawberry
Zsigio's Avatar
Glad to hear that, thank you!
1
VPLS
07/03/2020 8:48 pm
Level 37 : Artisan Miner
VPLS's Avatar
cant put another item, what i'm doing wrong? {
"type": "minecraft:crafting_shaped",
"pattern": [
"aba",
],
"key": {
"a": {
{"item": "minecraft:gold_ingot"}
},

"b":{
{"item":"minecraft:oak_slab"}
}
},
"result": {
"item": "minecraft:bell",
"count": 1
}
}
1
Zsigio
07/08/2020 6:14 am
Level 50 : Grandmaster Strawberry
history
Zsigio's Avatar
You have two parenthesises around the item part.

Just "b": { "item": "minecraft:gold_ingot" }
1
VPLS
07/03/2020 5:22 pm
Level 37 : Artisan Miner
VPLS's Avatar
What the Ide that you use?
1
Zsigio
07/08/2020 6:17 am
Level 50 : Grandmaster Strawberry
Zsigio's Avatar
For mcfunction I just use notepad++ with a custom syntax highlight that I made for myself. I may release it later, but for now it's not perfect. You can find plenty of other ones around.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome