figured out process for adding and removing enchants need to clean up the section

This commit is contained in:
Mohammad-Ali Minaie
2017-03-15 23:13:12 -04:00
parent 5e6c6de3b6
commit 40a36461f5
9 changed files with 384 additions and 155 deletions

View File

@@ -9,33 +9,33 @@
{
"__comment": "Cube1",
"from": [ 7.5, 0, 7 ],
"to": [ 8.5, 13, 9 ],
"to": [ 8.5, 13, 8.5 ],
"faces": {
"down": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"down": { "uv": [ 8, 7, 9, 8.5 ], "texture": "#texture" },
"up": { "uv": [ 8, 7, 9, 8.5 ], "texture": "#texture" },
"north": { "uv": [ 7.5, 3, 8.5, 16 ], "texture": "#texture" },
"south": { "uv": [ 7.5, 3, 8.5, 16 ], "texture": "#texture" },
"west": { "uv": [ 7, 3, 9, 16 ], "texture": "#texture" },
"east": { "uv": [ 7, 3, 9, 16 ], "texture": "#texture" }
"west": { "uv": [ 7, 3, 8.5, 16 ], "texture": "#texture" },
"east": { "uv": [ 7, 3, 8.5, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Cube2",
"from": [ 7, 13, 4.5 ],
"from": [ 7, 13, 4 ],
"to": [ 9, 14, 11.5 ],
"faces": {
"down": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"down": { "uv": [ 7, 4.5, 9, 12 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 12 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" }
"west": { "uv": [ 4.5, 2, 12, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 12, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube3",
"from": [ 7.5, 14, 7 ],
"to": [ 8.5, 14.5, 9 ],
"to": [ 8.5, 14.5, 8.5 ],
"faces": {
"down": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
@@ -61,9 +61,9 @@
},
{
"__comment": "Cube5",
"from": [ 7.5, 13, 1.5 ],
"to": [ 8.5, 14, 5 ],
"rotation": { "origin": [ 8.5, 13, 5 ], "axis": "x", "angle": -22.5 },
"from": [ 7.5, 13, 1 ],
"to": [ 8.5, 14, 4.5 ],
"rotation": { "origin": [ 8.5, 13, 4.5 ], "axis": "x", "angle": -22.5 },
"faces": {
"down": { "uv": [ 7.5, 1.5, 8.5, 5.5 ], "texture": "#texture1", "rotation": 180 },
"up": { "uv": [ 7.5, 10.5, 8.5, 14.5 ], "texture": "#texture1", "rotation": 180 },
@@ -79,7 +79,8 @@
"translation": [ 0, 6.25, 1.5 ]
},
"firstperson_righthand": {
"translation": [ 0, 6.25, 1.5 ]
"translation": [ 0, 6.25, 1.5 ],
"scale": [ 1, 1, 0.5 ]
},
"gui": {
"rotation": [ 90, 45, -90 ],

View File

@@ -9,33 +9,33 @@
{
"__comment": "Cube1",
"from": [ 7.5, 0, 7 ],
"to": [ 8.5, 13, 9 ],
"to": [ 8.5, 13, 8.5 ],
"faces": {
"down": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"down": { "uv": [ 8, 7, 9, 8.5 ], "texture": "#texture" },
"up": { "uv": [ 8, 7, 9, 8.5 ], "texture": "#texture" },
"north": { "uv": [ 7.5, 3, 8.5, 16 ], "texture": "#texture" },
"south": { "uv": [ 7.5, 3, 8.5, 16 ], "texture": "#texture" },
"west": { "uv": [ 7, 3, 9, 16 ], "texture": "#texture" },
"east": { "uv": [ 7, 3, 9, 16 ], "texture": "#texture" }
"west": { "uv": [ 7, 3, 8.5, 16 ], "texture": "#texture" },
"east": { "uv": [ 7, 3, 8.5, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Cube2",
"from": [ 7, 13, 4.5 ],
"from": [ 7, 13, 4 ],
"to": [ 9, 14, 11.5 ],
"faces": {
"down": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"down": { "uv": [ 7, 4.5, 9, 12 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 12 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" }
"west": { "uv": [ 4.5, 2, 12, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 12, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube3",
"from": [ 7.5, 14, 7 ],
"to": [ 8.5, 14.5, 9 ],
"to": [ 8.5, 14.5, 8.5 ],
"faces": {
"down": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
"up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" },
@@ -61,9 +61,9 @@
},
{
"__comment": "Cube5",
"from": [ 7.5, 13, 1.5 ],
"to": [ 8.5, 14, 5 ],
"rotation": { "origin": [ 8.5, 13, 5 ], "axis": "x", "angle": -22.5 },
"from": [ 7.5, 13, 1 ],
"to": [ 8.5, 14, 4.5 ],
"rotation": { "origin": [ 8.5, 13, 4.5 ], "axis": "x", "angle": -22.5 },
"faces": {
"down": { "uv": [ 7.5, 1.5, 8.5, 5.5 ], "texture": "#texture1", "rotation": 180 },
"up": { "uv": [ 7.5, 10.5, 8.5, 14.5 ], "texture": "#texture1", "rotation": 180 },
@@ -79,7 +79,8 @@
"translation": [ 0, 6.25, 1.5 ]
},
"firstperson_righthand": {
"translation": [ 0, 6.25, 1.5 ]
"translation": [ 0, 6.25, 1.5 ],
"scale": [ 1, 1, 0.5 ]
},
"gui": {
"rotation": [ 90, 45, -90 ],