Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. {
  2. label = "Flowerpot",
  3. tooltip = "with log and leaves",
  4. lightLevel = 0,
  5. emitRedstone = false,
  6. buttonMode = false,
  7. collidable = {true, true},
  8. shapes={
  9. {02, 00, 14, 14, 12, 16, texture="chisel:brickCustom/mortarless"},
  10. {01, 00, 14, 02, 12, 15, texture="chisel:brickCustom/mortarless"},
  11. {14, 00, 14, 15, 12, 15, texture="chisel:brickCustom/mortarless"},
  12. {02, 00, 00, 14, 12, 02, texture="chisel:brickCustom/mortarless"},
  13. {01, 00, 01, 02, 12, 02, texture="chisel:brickCustom/mortarless"},
  14. {14, 00, 01, 15, 12, 02, texture="chisel:brickCustom/mortarless"},
  15. {14, 00, 02, 16, 12, 14, texture="chisel:brickCustom/mortarless"},
  16. {02, 01, 02, 14, 10, 14, texture="botania:altGrass4"},
  17. {00, 00, 02, 02, 12, 14, texture="chisel:brickCustom/mortarless"},
  18. {07, 10, 07, 09, 16, 09, texture="log_oak"},
  19. {09, 15, 11, 13, 16, 13, texture="chisel:leaves/fancy_opaque"},
  20. {10, 15, 13, 12, 16, 14, texture="chisel:leaves/fancy_opaque"},
  21. {10, 15, 10, 12, 16, 11, texture="chisel:leaves/fancy_opaque"},
  22. {10, 14, 11, 11, 15, 12, texture="log_oak"},
  23. {09, 13, 10, 10, 14, 11, texture="log_oak"},
  24. {08, 13, 09, 09, 14, 10, texture="log_oak"},
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement