Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- lightLevel = 0, --0-15
- emitRedstone = false, --right click to use like a lever if set to true
- collidable = true, --false means you can walk through it
- --Here come the shapes!
- shapes= {
- --{0,0,0,16,16,16,texture = "minecraft:blocks/planks_oak"} -- this is a full block example
- --{0,0,0,16,8,16,texture = "minecraft:blocks/planks_oak"} -- this is a half block example
- --Uncomment the above if you want to see them
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment