Sirshark10

test.3dm

Jul 2nd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. lightLevel = 0, --0-15
  3. emitRedstone = false, --right click to use like a lever if set to true
  4. collidable = true, --false means you can walk through it
  5.  
  6. --Here come the shapes!
  7.  
  8. shapes= {
  9. --{0,0,0,16,16,16,texture = "minecraft:blocks/planks_oak"} -- this is a full block example
  10. --{0,0,0,16,8,16,texture = "minecraft:blocks/planks_oak"} -- this is a half block example
  11. --Uncomment the above if you want to see them
  12.  
  13. }
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment