Advertisement
Spacecoreflake

Opencomputers Simple test

Feb 2nd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. label = "Ez Button",
  3.  
  4. tooltip = "I am awsome, i know :D §5Let's see what happens when i do this... §kBANANE",
  5.  
  6. lightLevel = 3,
  7.  
  8. emitRedstone = true,
  9. buttonMode = false,
  10.  
  11. collidable = {false, false},
  12.  
  13. shapes = {
  14.  
  15. --Deactivated
  16. { 6, 6, 16, 10, 10, 15, texture = "opencomputers:blocks/generic_top", tint = 0xff0000 },
  17.  
  18. -- Activated
  19. { 6, 6, 16, 10, 10, 15, texture = "opencomputers:blocks/generic_top", tint = 0x00ff00, state = true },
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement