Advertisement
PaleoCrafter

Minecraft Structure Block format

May 22nd, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. Stuff surrounded with square brackets is optional
  2. "*" means repitition
  3.  
  4. <root> (compound)
  5.     |--- version (int)
  6.     |--- [author] (string)
  7.     |--- blocks (list)
  8.          |--- <block>*
  9.     |--- entities (list)
  10.          |--- <entity>*
  11.     |--- size (list)
  12.          |--- 3 int components
  13.  
  14. <block> (compound)
  15.     |--- pos (list)
  16.          | --- 3 int components
  17.     |--- state (int)
  18.     |--- [nbt] (compound)
  19.          |--- tile entity data
  20.  
  21. <entity> (compound)
  22.     |--- pos (list)
  23.          | --- 3 double components
  24.     |--- blockPos (list)
  25.          | --- 3 int components
  26.     |--- [nbt] (compound)
  27.          |--- entity data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement