bob558

m2 batton

Dec 7th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. {
  2.   label = "Big Button",
  3.   emitRedstone = true, -- if this is false it behaves like a door
  4.   buttonMode = true, -- if this is false it behaves like a lever
  5.   shapes={
  6.     {1,1,14,15,15,16,texture="lapis_block"},
  7.     {4,10,13,6,12,14,texture="sandstone_top"},
  8.     {10,10,13,12,12,14,texture="sandstone_top"},
  9.     {2,4,13,4,6,14,texture="sandstone_top"},
  10.     {12,4,13,14,6,14,texture="sandstone_top"},
  11.     {4,2,13,12,4,14,texture="sandstone_top"},
  12.  
  13.     {1,1,14,15,15,16,texture="lapis_block",state=true},
  14.     {4,10,13,6,12,14,texture="sandstone_top",state=true},
  15.     {10,10,13,12,12,14,texture="sandstone_top",state=true},
  16.     {2,2,13,4,4,14,texture="sandstone_top",state=true},
  17.     {12,2,13,14,4,14,texture="sandstone_top",state=true},
  18.     {4,4,13,12,6,14,texture="sandstone_top",state=true}
  19.   }
  20. }
Add Comment
Please, Sign In to add comment