SHOW:
|
|
- or go back to the newest paste.
| 1 | - | { |
| 1 | + | {
|
| 2 | - | lightLevel = 0, --0-15 |
| 2 | + | lightLevel = 0, --0-15 |
| 3 | - | emitRedstone = false, --right click to use like a lever if set to true |
| 3 | + | emitRedstone = false, --right click to use like a lever if set to true |
| 4 | - | collidable = true, --false means you can walk through it |
| 4 | + | collidable = true, --false means you can walk through it |
| 5 | - | |
| 5 | + | |
| 6 | - | --Here come the shapes! |
| 6 | + | --Here come the shapes! |
| 7 | - | |
| 7 | + | |
| 8 | - | shapes= { |
| 8 | + | shapes= {
|
| 9 | - | --{0,0,0,16,16,16,texture = "minecraft:blocks/planks_oak"} -- this is a full block example |
| 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 |
| 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 |
| 11 | + | --Uncomment the above if you want to see them |
| 12 | - | |
| 12 | + | |
| 13 | } | |
| 14 | - | |
| 14 | + | |
| 15 | - | |
| 15 | + | |
| 16 | } |