Maxstripe

Ramp

Dec 24th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. label = "Ramp #1",
  3. tooltip = "Simple ramp, half a block.",
  4. emitRedstone = false,
  5. buttonMode = false,
  6. shapes = {
  7. { 0, 0, 0, 16, 1, 16, texture = "planks_oak" },
  8. { 1, 1, 0, 16, 2, 16, texture = "planks_oak" },
  9. { 2, 2, 0, 16, 3, 16, texture = "planks_oak" },
  10. { 3, 3, 0, 16, 4, 16, texture = "planks_oak" },
  11. { 4, 4, 0, 16, 5, 16, texture = "planks_oak" },
  12. { 5, 5, 0, 16, 6, 16, texture = "planks_oak" },
  13. { 6, 6, 0, 16, 7, 16, texture = "planks_oak" },
  14. { 7, 7, 0, 16, 8, 16, texture = "planks_oak" },
  15. { 8, 8, 0, 16, 9, 16, texture = "planks_oak" },
  16. { 9, 9, 0, 16, 10, 16, texture = "planks_oak" },
  17. { 10, 10, 0, 16, 11, 16, texture = "planks_oak" },
  18. { 11, 11, 0, 16, 12, 16, texture = "planks_oak" },
  19. { 12, 12, 0, 16, 13, 16, texture = "planks_oak" },
  20. { 13, 13, 0, 16, 14, 16, texture = "planks_oak" },
  21. { 14, 14, 0, 16, 15, 16, texture = "planks_oak" },
  22. { 15, 15, 0, 16, 16, 16, texture = "planks_oak" }
  23. }
  24. }
Add Comment
Please, Sign In to add comment