Maxstripe

kitchentable

Dec 24th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. label = "Kitchen Table",
  3. tooltip = "Simple kitchen table with white quartz top.",
  4. emitRedstone = false,
  5. buttonMode = false,
  6. shapes = {
  7. { 0, 0, 0, 1, 14, 1, texture = "planks_oak" },
  8. { 0, 0, 15, 1, 14, 16, texture = "planks_oak" },
  9. { 15, 0, 0, 16, 14, 1, texture = "planks_oak" },
  10. { 15, 0, 15, 16, 14, 16, texture = "planks_oak" },
  11.  
  12. { 0, 14, 0, 16, 16, 16, texture = "quartz_block_side" }
  13. }
  14. }
Add Comment
Please, Sign In to add comment