Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "textures": {
- "particle": "#all"
- },
- "elements": [
- {
- "name": "Cube1"
- "from": [ 0, 0, 0 ],
- "to": [ 16, 16, 16 ],
- "faces": {
- "down": { "texture": "#all", "cullface": "down", "tintindex": 0 },
- "up": { "texture": "#all", "cullface": "up", "tintindex": 0 },
- "north": { "texture": "#all", "cullface": "north", "tintindex": 0 },
- "south": { "texture": "#all", "cullface": "south", "tintindex": 0 },
- "west": { "texture": "#all", "cullface": "west", "tintindex": 0 },
- "east": { "texture": "#all", "cullface": "east", "tintindex": 0 }
- }
- },
- {
- "name": "Cube1"
- "from": [ 0, 0, 0 ],
- "to": [ 16, 16, 16 ],
- "faces": {
- "down": { "texture": "#all", "cullface": "down", "tintindex": 1 },
- "up": { "texture": "#all", "cullface": "up", "tintindex": 1 },
- "north": { "texture": "#all", "cullface": "north", "tintindex": 1 },
- "south": { "texture": "#all", "cullface": "south", "tintindex": 1 },
- "west": { "texture": "#all", "cullface": "west", "tintindex": 1 },
- "east": { "texture": "#all", "cullface": "east", "tintindex": 1 }
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement