How to make a Datapack in Minecraft for beginners (1.20)

Опубликовано: 24 Июль 2026
на канале: Snowfro
39,577
1.5k

If you’ve ever wanted to learn how to make a Minecraft datapack, this video will cover just what you need in order to learn the basics and start making some awesome creations yourself!

[Resources] •
Example datapack template
https://www.mediafire.com/file/v6rrmd...

Visual Studio Code
https://code.visualstudio.com/

Helpful people:
Legitimoose:    / @legitimoose  
Timberforge:    / @timberforge  
Cloudwolf:    / @cloudwolfminecraft  

Item modeling / texturing tutorial:
   • CUSTOM MODELS using Blockbench and Custom ...  

Helpful Datapack tools:
https://mcstacker.net/ - commands.
https://misode.github.io/ - generators.
https://thedestruc7i0n.ca/ - crafting / advancements.
https://minecraft.tools/en/ - armor color, text generators, etc.
https://mcasset.cloud/ - minecraft asset files.
https://minecraft.fandom.com/wiki/Dat... - More info on datapacks
Minecraft Commands Discord Server:
  / discord  

Sounds effects used:
   • Sound Effects Minecraft YouTubers Use! [+ ...  

[Copy & Paste] •
pack.mcmeta
{
"pack": {
"pack_format": 10,
"description": "The default data for Minecraft"
}
}
tick.json:
{
"values": [
"namespace:tick"
]
}
load.json:
{
"values": [
"namespace:load"
]
}
tags:
{
"values": [
"block or item name",
"block or item name"
]
}

[Info] •
Discord Account: Snowfro#8267
If you want to commission me to make you Thumbnails, Youtube banners, Minecraft Resource packs, and Datapacks, message me there.

[Timestamps] •
0:00 - Intro
0:23 - Explanation
0:56 - Installation
1:25 - Datapack base structure
4:58 - Example Datapack / Creation Process
8:31 - Testing the Datapack
9:45 - Tips and Tricks
11:03 - The BIG question
11:27 - Resources
12:19 - Stay till the end!

[Current Subscribers] • 638

[Tags] •

#snowfro #datapack #minecraft