У нас вы можете посмотреть бесплатно Minecraft Datapack Tutorial | 1.21+ или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to make a custom minecraft datapack in 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!