Maxstripe

CouchTable

Dec 24th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. label = "Couch Table",
  3. tooltip = "Simple couch table for your living room.",
  4. emitRedstone = false,
  5. buttonMode = false,
  6. shapes = {
  7. { 0, 0, 0, 1, 6, 1, texture = "planks_oak" },
  8. { 0, 0, 15, 1, 6, 16, texture = "planks_oak" },
  9. { 15, 0, 0, 16, 6, 1, texture = "planks_oak" },
  10. { 15, 0, 15, 16, 6, 16, texture = "planks_oak" },
  11.  
  12. { 0, 6, 0, 16, 8, 16, texture = "planks_oak" }
  13. }
  14. }
Add Comment
Please, Sign In to add comment