Data Packs Tool

1.16 Template datapack

  • Advancements
  • Functions
  • Loot Tables
  • Predicates
  • Recipes
  • 27,995 views • 2 today
  • 5,115 downloads • 0 today
  • 44
  • 44
  • 11
Zsigio
Level 51 : Grandmaster Strawberry
50
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

  Have something to say?

Cakerama
01/10/2022 9:00 am
Level 6 : Apprentice Crafter
Thank you so much. I use this for all my datapacks
1
zacharyki102
05/08/2021 10:47 am
Level 1 : New Miner
gods such a time saver, thanks!
1
Winkwing
11/27/2020 1:20 pm
Level 43 : Master Cat Musician
Thank you!
1
Entium
10/26/2020 12:14 pm
He/Him • Level 69 : High Grandmaster Robot Robot
this is good
im too stupid to understand
but still
2
MineFriggs
08/17/2020 2:53 pm
Level 39 : Artisan Architect
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 51 : Grandmaster Strawberry
Glad to hear that, thank you!
1
VPLS
07/03/2020 8:48 pm
Level 37 : Artisan Miner
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 51 : Grandmaster Strawberry
history
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
What the Ide that you use?
1
Zsigio
07/08/2020 6:17 am
Level 51 : Grandmaster Strawberry
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

Welcome