need to updated nbtCrucible models to have textured filling instead of flat also need to updated dirt_sand texture
This commit is contained in:
@@ -149,47 +149,3 @@ rename s/iron/steel/ iron*
|
|||||||
- [x] Tongs Extract from bloomery for Hot Iron
|
- [x] Tongs Extract from bloomery for Hot Iron
|
||||||
- [x] Tongs Extract from bloomery for Hot Iron Finished
|
- [x] Tongs Extract from bloomery for Hot Iron Finished
|
||||||
- [x] Crafting Recipes
|
- [x] Crafting Recipes
|
||||||
|
|
||||||
|
|
||||||
0 | Default StoneTongs
|
|
||||||
1 | Empty Crucible Hot
|
|
||||||
2 | Empty Crucible Cracked Hot
|
|
||||||
|
|
||||||
================================
|
|
||||||
|
|
||||||
3 | Hot Iron Crucible
|
|
||||||
4 | Hot Cooked Iron Crucible
|
|
||||||
5 | Hot Failed Iron Crucible
|
|
||||||
6 | Hot Iron Ingot
|
|
||||||
7 | Hot Iron Chunk
|
|
||||||
--------------------------------
|
|
||||||
8 | Hot Iron Pickaxe Head
|
|
||||||
9 | Hot Iron Axe Head
|
|
||||||
10 | Hot Iron Shovel Head
|
|
||||||
11 | Hot Iron Hoe Head
|
|
||||||
|
|
||||||
================================
|
|
||||||
|
|
||||||
12 | Hot Clean Iron Crucible
|
|
||||||
13 | Hot Cooked Clean Iron Crucible
|
|
||||||
14 | Hot Failed Clean Iron Crucible
|
|
||||||
15 | Hot Clean Iron Ball
|
|
||||||
16 | Hot Clean Iron Chunk
|
|
||||||
--------------------------------
|
|
||||||
17 | Hot Clean Iron Pickaxe Head
|
|
||||||
18 | Hot Clean Iron Axe Head
|
|
||||||
19 | Hot Clean Iron Shovel Head
|
|
||||||
20 | Hot Clean Iron Hoe Head
|
|
||||||
|
|
||||||
================================
|
|
||||||
|
|
||||||
21 | Hot Steel Crucible
|
|
||||||
22 | Hot Cooked Steel Crucible
|
|
||||||
23 | Hot Failed Steel Crucible
|
|
||||||
24 | Hot Steel Ingot
|
|
||||||
25 | Hot Steel Chunk
|
|
||||||
--------------------------------
|
|
||||||
26 | Hot Steel Pickaxe Head
|
|
||||||
27 | Hot Steel Axe Head
|
|
||||||
28 | Hot Steel Shovel Head
|
|
||||||
29 | Hot Steel Hoe Head
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
"texture": "blocks/planks_oak",
|
"texture": "blocks/planks_oak",
|
||||||
"texture1": "blocks/stone_slab",
|
"texture1": "blocks/stone_slab",
|
||||||
"texture2": "blocks/stone_slab_hot",
|
"texture2": "blocks/stone_slab_hot",
|
||||||
"texture3": "blocks/molten_crucible"
|
"texture3": "blocks/dirty_sand"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@@ -221,17 +221,179 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__comment": "Cube25",
|
"__comment": "Box17",
|
||||||
"from": [ 6, -1.5, -2 ],
|
"from": [ 6, -2.5, -2 ],
|
||||||
"to": [ 10, -1.499, 2 ],
|
"to": [ 7, -1.5, -1 ],
|
||||||
"shade": false,
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"up": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"south": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
"east": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" }
|
||||||
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
}
|
||||||
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },
|
},
|
||||||
"east": { "uv": [ 10.5, 12, 15.5, 13 ], "texture": "#texture3" }
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -2.5, -2 ],
|
||||||
|
"to": [ 8, -1.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -2.5, -2 ],
|
||||||
|
"to": [ 9, -1.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -2, -2 ],
|
||||||
|
"to": [ 10, -1, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -2.5, -1 ],
|
||||||
|
"to": [ 7, -1.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -2, -1 ],
|
||||||
|
"to": [ 8, -1, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -2, -1 ],
|
||||||
|
"to": [ 9, -1, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -2.5, -1 ],
|
||||||
|
"to": [ 10, -1.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -3, 0 ],
|
||||||
|
"to": [ 7, -2, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -3, 1 ],
|
||||||
|
"to": [ 7, -2, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -3, 1 ],
|
||||||
|
"to": [ 8, -2, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -2.5, 0 ],
|
||||||
|
"to": [ 8, -1.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -2.5, 0 ],
|
||||||
|
"to": [ 9, -1.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -2.5, 1 ],
|
||||||
|
"to": [ 9, -1.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -3, 1 ],
|
||||||
|
"to": [ 10, -2, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -2.5, 0 ],
|
||||||
|
"to": [ 10, -1.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"texture": "blocks/planks_oak",
|
"texture": "blocks/planks_oak",
|
||||||
"texture1": "blocks/stone_slab",
|
"texture1": "blocks/stone_slab",
|
||||||
"texture2": "blocks/stone_slab_hot",
|
"texture2": "blocks/stone_slab_hot",
|
||||||
"texture3": "blocks/molten_crucible"
|
"texture3": "blocks/dirty_sand"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@@ -221,17 +221,179 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__comment": "Cube25",
|
"__comment": "Box17",
|
||||||
"from": [ 6, -0.5, -2 ],
|
"from": [ 6, -1.5, 1 ],
|
||||||
"to": [ 10, -0.499, 2 ],
|
"to": [ 7, -0.5, 2 ],
|
||||||
"shade": false,
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
|
"up": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3", "rotation": 270 },
|
||||||
"up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"north": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
"east": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" }
|
||||||
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
}
|
||||||
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },
|
},
|
||||||
"east": { "uv": [ 10.5, 12, 15.5, 13 ], "texture": "#texture3" }
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -1, 0 ],
|
||||||
|
"to": [ 7, 0, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -1.5, -1 ],
|
||||||
|
"to": [ 7, -0.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -1.5, -2 ],
|
||||||
|
"to": [ 7, -0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -1, 1 ],
|
||||||
|
"to": [ 8, 0, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -0.5, 0 ],
|
||||||
|
"to": [ 8, 0.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -1, -1 ],
|
||||||
|
"to": [ 8, 0, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -1.5, -2 ],
|
||||||
|
"to": [ 8, -0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"south": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -1.5, 1 ],
|
||||||
|
"to": [ 9, -0.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -1.5, 1 ],
|
||||||
|
"to": [ 10, -0.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -1.5, 0 ],
|
||||||
|
"to": [ 10, -0.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -1, 0 ],
|
||||||
|
"to": [ 9, 0, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -1, -1 ],
|
||||||
|
"to": [ 9, 0, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -1, -1 ],
|
||||||
|
"to": [ 10, 0, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"north": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -1.5, -2 ],
|
||||||
|
"to": [ 10, -0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"south": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -1, -2 ],
|
||||||
|
"to": [ 9, 0, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3", "rotation": 270 },
|
||||||
|
"south": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"texture": "blocks/planks_oak",
|
"texture": "blocks/planks_oak",
|
||||||
"texture1": "blocks/stone_slab",
|
"texture1": "blocks/stone_slab",
|
||||||
"texture2": "blocks/stone_slab_hot",
|
"texture2": "blocks/stone_slab_hot",
|
||||||
"texture3": "blocks/molten_crucible"
|
"texture3": "blocks/dirty_sand"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@@ -221,17 +221,179 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__comment": "Cube25",
|
"__comment": "Box17",
|
||||||
"from": [ 6, 0.5, -2 ],
|
"from": [ 9, -0.5, 1 ],
|
||||||
"to": [ 10, 0.501, 2 ],
|
"to": [ 10, 0.5, 2 ],
|
||||||
"shade": false,
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
|
"up": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3", "rotation": 180 },
|
||||||
"up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"north": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
"west": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" }
|
||||||
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
}
|
||||||
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },
|
},
|
||||||
"east": { "uv": [ 10.5, 12, 15.5, 13 ], "texture": "#texture3" }
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 0, 1 ],
|
||||||
|
"to": [ 9, 1, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, -0.5, 1 ],
|
||||||
|
"to": [ 8, 0.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -0.5, 1 ],
|
||||||
|
"to": [ 7, 0.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 0, 0 ],
|
||||||
|
"to": [ 10, 1, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 0.5, 0 ],
|
||||||
|
"to": [ 9, 1.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 0, 0 ],
|
||||||
|
"to": [ 8, 1, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -0.5, 0 ],
|
||||||
|
"to": [ 7, 0.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -0.5, -1 ],
|
||||||
|
"to": [ 10, 0.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, -0.5, -2 ],
|
||||||
|
"to": [ 10, 0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"south": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, -0.5, -2 ],
|
||||||
|
"to": [ 9, 0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"south": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 0, -1 ],
|
||||||
|
"to": [ 9, 1, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 0, -1 ],
|
||||||
|
"to": [ 8, 1, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 0, -2 ],
|
||||||
|
"to": [ 8, 1, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"south": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, -0.5, -2 ],
|
||||||
|
"to": [ 7, 0.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"south": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 0, -1 ],
|
||||||
|
"to": [ 7, 1, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3", "rotation": 180 },
|
||||||
|
"north": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"texture": "blocks/planks_oak",
|
"texture": "blocks/planks_oak",
|
||||||
"texture1": "blocks/stone_slab",
|
"texture1": "blocks/stone_slab",
|
||||||
"texture2": "blocks/stone_slab_hot",
|
"texture2": "blocks/stone_slab_hot",
|
||||||
"texture3": "blocks/molten_crucible"
|
"texture3": "blocks/dirty_sand"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@@ -221,17 +221,179 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__comment": "Cube25",
|
"__comment": "Box17",
|
||||||
"from": [ 6, 1.5, -2 ],
|
"from": [ 9, 0.5, -2 ],
|
||||||
"to": [ 10, 1.501, 2 ],
|
"to": [ 10, 1.5, -1 ],
|
||||||
"shade": false,
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
|
"up": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3", "rotation": 90 },
|
||||||
"up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"south": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
"west": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" }
|
||||||
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
}
|
||||||
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },
|
},
|
||||||
"east": { "uv": [ 10.5, 12, 15.5, 13 ], "texture": "#texture3" }
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 1, -1 ],
|
||||||
|
"to": [ 10, 2, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 0.5, 0 ],
|
||||||
|
"to": [ 10, 1.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 0.5, 1 ],
|
||||||
|
"to": [ 10, 1.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 1, -2 ],
|
||||||
|
"to": [ 9, 2, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"south": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 1.5, -1 ],
|
||||||
|
"to": [ 9, 2.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 1, 0 ],
|
||||||
|
"to": [ 9, 2, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 0.5, 1 ],
|
||||||
|
"to": [ 9, 1.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 0.5, -2 ],
|
||||||
|
"to": [ 8, 1.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"south": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 0.5, -2 ],
|
||||||
|
"to": [ 7, 1.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"south": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 0.5, -1 ],
|
||||||
|
"to": [ 7, 1.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 1, -1 ],
|
||||||
|
"to": [ 8, 2, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 1, 0 ],
|
||||||
|
"to": [ 8, 2, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 1, 0 ],
|
||||||
|
"to": [ 7, 2, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 0.5, 1 ],
|
||||||
|
"to": [ 7, 1.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 1, 1 ],
|
||||||
|
"to": [ 8, 2, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3", "rotation": 90 },
|
||||||
|
"north": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"texture": "blocks/planks_oak",
|
"texture": "blocks/planks_oak",
|
||||||
"texture1": "blocks/stone_slab",
|
"texture1": "blocks/stone_slab",
|
||||||
"texture2": "blocks/stone_slab_hot",
|
"texture2": "blocks/stone_slab_hot",
|
||||||
"texture3": "blocks/molten_crucible"
|
"texture3": "blocks/dirty_sand"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@@ -221,17 +221,179 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__comment": "Cube25",
|
"__comment": "Box17",
|
||||||
"from": [ 6, 2.5, -2 ],
|
"from": [ 6, 1.5, -2 ],
|
||||||
"to": [ 10, 2.501, 2 ],
|
"to": [ 7, 2.5, -1 ],
|
||||||
"shade": false,
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
|
"up": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
|
"south": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" },
|
||||||
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
"east": { "uv": [ 6, 6, 7, 7 ], "texture": "#texture3" }
|
||||||
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
|
}
|
||||||
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },
|
},
|
||||||
"east": { "uv": [ 10.5, 12, 15.5, 13 ], "texture": "#texture3" }
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 2, -2 ],
|
||||||
|
"to": [ 8, 3, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 6, 8, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 1.5, -2 ],
|
||||||
|
"to": [ 9, 2.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 6, 9, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 1.5, -2 ],
|
||||||
|
"to": [ 10, 2.5, -1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 6, 10, 7 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 2, -1 ],
|
||||||
|
"to": [ 7, 3, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 7, 7, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 2.5, -1 ],
|
||||||
|
"to": [ 8, 3.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 2, -1 ],
|
||||||
|
"to": [ 9, 3, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 1.5, -1 ],
|
||||||
|
"to": [ 10, 2.5, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 7, 10, 8 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 1.5, 0 ],
|
||||||
|
"to": [ 7, 2.5, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 8, 7, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 6, 1.5, 1 ],
|
||||||
|
"to": [ 7, 2.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 6, 9, 7, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 1.5, 1 ],
|
||||||
|
"to": [ 8, 2.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 9, 8, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 7, 2, 0 ],
|
||||||
|
"to": [ 8, 3, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 2, 0 ],
|
||||||
|
"to": [ 9, 3, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 8, 2, 1 ],
|
||||||
|
"to": [ 9, 3, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" },
|
||||||
|
"east": { "uv": [ 8, 9, 9, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 1.5, 1 ],
|
||||||
|
"to": [ 10, 2.5, 2 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 9, 10, 10 ], "texture": "#texture3" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box17",
|
||||||
|
"from": [ 9, 2, 0 ],
|
||||||
|
"to": [ 10, 3, 1 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"north": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"south": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" },
|
||||||
|
"west": { "uv": [ 9, 8, 10, 9 ], "texture": "#texture3" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user