Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Minecraft Datapack Tech - Tutorial - Copying entity data and storing it in arrays в хорошем качестве

Minecraft Datapack Tech - Tutorial - Copying entity data and storing it in arrays 5 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Minecraft Datapack Tech - Tutorial - Copying entity data and storing it in arrays

In this video I showcase a use of the new syntax for the data command in minecraft 1.14 that allows us to copy entitys into strings and then use those strings later. All commands used in this video are listed below. This is a basic version of what I showcased in my previous video, and I will probably have a tutorial on that exact system later. Commands /data merge entity @e[type=minecraft:item,limit=1] {Item:{tag:{Storage:[{},{},{},{},{},{},{},{}]}}} /data modify entity @e[type=minecraft:item,limit=1] Item.tag.Storage[0] set from entity @e[type=minecraft:pig,limit=1] /data modify entity @e[type=minecraft:pig,limit=1] {} merge from entity @e[type=minecraft:item,limit=1] Item.tag.Storage[0] /data remove entity @e[type=minecraft:item,limit=1] Item.tag.Storage[0].Pos /data modify entity @e[type=minecraft:item,limit=1] Item.tag.EntityTag set from entity @e[type=minecraft:pig,limit=1] /data remove entity @e[type=minecraft:item,limit=1] Item.tag.EntityTag.Pos

Comments