Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно How to Make a Datapack [Minecraft 1.20-1.16] Datapack Tutorial или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
Working in 1.19, 1.18, 1.17 and 1.16! Learn how to make a datapack in minecraft 1.19 with my hot new datapack tutorial! I only cover functions in this tutorial because I think that's the most useful feature of datapacks. Leave a comment if you have questions! ===Important Links!=== Visual Studio Code: [ http://code.visualstudio.com/ ] Datapack extension: [ https://marketplace.visualstudio.com/... ] Semantic (Syntax) Highlighting: [ https://marketplace.visualstudio.com/... ] My Discord Server [ / discord ] My Twitch [ / legitimoose ] TEMPLATE: is pinned in my discord server's #help channel, you can find it there if you're feelin' lazy ; ) Timestamps: 0:00 - Explanation 1:20 - Installing Visual Studio Code 1:40 - Adding Datapack Extensions 2:13 - How to Make a Void World 2:58 - Setting Up Your Datapack 6:59 - WRITING CODE 8:29 - s h e e p (demonstration) ===COPY & PASTE ZONE=== edit: changed pack_format to 8 for 1.18 edit 2: changed pack_format to 9 for 1.18.2 edit 3: changed pack_format to 10 for 1.19 edit 4: for other versions, check this page https://minecraft.wiki/w/Pack_format#... pack.mcmeta: { "pack": { "pack_format": 15, "description": "§cyoutube.com/c/legitimoose §d;^)" } } load.json: { "values": [ "tutorial:load" ] } tick.json: { "values": [ "tutorial:tick" ] } ===END COPY PASTE ZONE=== === l o n k s === Discord: / discord Twitter: / legitimoose Patreon: / legitimoose In this minecraft datapack tutorial, you will learn: how to make a datapack, how to use functions in minecraft, and useful things like how to set up pack.mcmeta. I'll use Data-pack Helper Plus/Datapack Helper plus, and Arcensoth's language mcfunction extension. These are powerful visual studio code minecraft extension(s) that will help us greatly. And VSCode is an IDE that can be used for minecraft. It's much better than notepad++ or sublime text (although there is a sublime text highlighter). The /function command is one of the best minecraft commands, and is essentially functional programming in minecraft. So, if you want to learn how to make a data pack, or datapacks, or watch a minecraft data pack tutorial/datapack tutorial for minecraft 1.16 or 1.17 (even minecraft 1.16.2, which is slightly different (minecraft 1.16.3/1.16.4 is the same)) or learn how to make a minecraft datapack, then you've come to the right place! ~Metadata Soupsmith