Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.54 KB | None | 0 0
  1. val structure = StructureBuilder.start().
  2.                   layer("lll", "l l", "lll").
  3.                     where('l').is((Blocks.log, 0, null), (Blocks.log, 1, null), (Blocks.log, 2, null), (Blocks.log, 3, null)).
  4.                   layer("s s", "   ", "s s").
  5.                     where('s').is((Blocks.stone, 0, null), (Blocks.cobblestone, 0, null)).
  6.                   layer("lll", "l l", "lll").
  7.                     where('l').is((Blocks.log, 0, null), (Blocks.log, 1, null), (Blocks.log, 2, null), (Blocks.log, 3, null)).
  8.                   build()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement