Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # By Nijikokun
  2. # If used, please cite me and give thanks for awesome idea / usability
  3. # It's quite complex I guess.
  4. #
  5. # 3x3x1 =
  6. #       1 x y z i 2     3               continues to 4,5,6 etc etc.
  7. # 1 2 3 ;-1,0,1:0:1;0,0,1:1;1,0,1:0     0,0,0 will be your "activator block"
  8. # 4 5 6 ;-1,0,0:1;0,0,0:0;0,0,1:1       i = item
  9. # 7 8 9 ;-1,0,-1:0;0,0,-1;1,0,-1:0|
  10. #
  11. # Complete line:
  12. #   -1,0,1:0:1;0,0,1:1;1,0,1:0;-1,0,0:1;0,0,0:0;0,0,1:1;-1,0,-1:0;0,0,-1;1,0,-1:0|
  13. #
  14. # This would be:
  15. #
  16. #   [a s a] s = stone
  17. #   [s a s] a = air
  18. #   [a s a]
  19. #
  20. # Doing features
  21. #
  22. #   turn all to specific id:
  23. #       all:0
  24. #
  25. #   Make a bomb
  26. #       all:0;0,0,0:46;0,1,0:51|
  27. #
  28. special-rune=My Special Rune|3x3x1|-1,0,1:0:1;0,0,1:1;1,0,1:0;-1,0,0:1;0,0,0:0;0,0,1:1;-1,0,-1:0;0,0,-1;1,0,-1:0|all:0;0,0,0:46;0,1,0:51|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement