Advertisement
Guest User

Schematic-type

a guest
Jul 15th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. schematic = { -- I assume this is comparable to regex but then for nodes
  2. size = {x=4, y=6, z=4}, --what does size describe?
  3. data = { -- what is param1 and param2?
  4. {name="cobble", param1=0, param2=0},
  5. {name="dirt_with_grass", param1=0, param2=0},
  6. ...
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement