How to make a Minecraft Datapack | 1.21+

Описание к видео How to make a Minecraft Datapack | 1.21+

A simple datapack tutorial for 1.21!

Minecraft Commands:   / discord  
My discord:   / discord  

VSCode Download
https://code.visualstudio.com/download

================
pack.mcmeta
{
"pack": {
"pack_format": 48,
"description": "Example datapack!"
}
}
tick.json
{
"values":[
"example:tick"
]
}
load.json
{
"values":[
"example:load"
]
}
================

Notes:
- The "pack_format" (version number) that is specified in the pack.mcmeta file goes up whenever there's a major change in datapacks. The current number for 1.21 is 48, you can see the correct number for the version you are using here: https://minecraft.wiki/w/Data_pack#Pa...

- You can download the example datapack shown in the video to compare to yours here: https://www.mediafire.com/file/q12xzq...

================

Music (in order):
   • Mii Maker - Tomodachi Life OST  
   • A Letter  

================
Chapters:
0:00 - Explanation
0:58 - Installing a text editor
1:54 - Setting up your datapack
5:24 - It's coding time!

Thanks for watching!

Комментарии

Информация по комментариям в разработке