mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 03:15:09 +01:00
First release
Yay!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_acacia_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_acacia_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_acacia_stick" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_birch_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_birch_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_birch_stick" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_dark_oak_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_dark_oak_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_dark_oak_stick" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=tiny": { "model": "rocks:block/tiny_end_stone_rock" },
|
||||
"variation=small": { "model": "rocks:block/small_end_stone_rock" },
|
||||
"variation=medium": { "model": "rocks:block/medium_end_stone_rock" },
|
||||
"variation=large": { "model": "rocks:block/large_end_stone_rock" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_jungle_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_jungle_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_jungle_stick" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_oak_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_oak_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_oak_stick" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "rocks:block/pinecone" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=tiny": { "model": "rocks:block/tiny_red_sand_rock" },
|
||||
"variation=small": { "model": "rocks:block/small_red_sand_rock" },
|
||||
"variation=medium": { "model": "rocks:block/medium_red_sand_rock" },
|
||||
"variation=large": { "model": "rocks:block/large_red_sand_rock" }
|
||||
}
|
||||
}
|
||||
8
src/main/resources/assets/rocks/blockstates/rock.json
Normal file
8
src/main/resources/assets/rocks/blockstates/rock.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=tiny": { "model": "rocks:block/tiny_rock" },
|
||||
"variation=small": { "model": "rocks:block/small_rock" },
|
||||
"variation=medium": { "model": "rocks:block/medium_rock" },
|
||||
"variation=large": { "model": "rocks:block/large_rock" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=tiny": { "model": "rocks:block/tiny_sand_rock" },
|
||||
"variation=small": { "model": "rocks:block/small_sand_rock" },
|
||||
"variation=medium": { "model": "rocks:block/medium_sand_rock" },
|
||||
"variation=large": { "model": "rocks:block/large_sand_rock" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=yellow": { "model": "rocks:block/seashell_yellow" },
|
||||
"variation=pink": { "model": "rocks:block/seashell_pink" },
|
||||
"variation=white": { "model": "rocks:block/seashell_white" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=small": { "model": "rocks:block/small_spruce_stick" },
|
||||
"variation=medium": { "model": "rocks:block/medium_spruce_stick" },
|
||||
"variation=large": { "model": "rocks:block/large_spruce_stick" }
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/rocks/icon.png
Normal file
BIN
src/main/resources/assets/rocks/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
23
src/main/resources/assets/rocks/lang/en_us.json
Normal file
23
src/main/resources/assets/rocks/lang/en_us.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"itemGroup.rocks.rocks":"This Rocks!",
|
||||
|
||||
"block.rocks.rock":"Rock",
|
||||
"block.rocks.sand_rock":"Sand Rock",
|
||||
"block.rocks.red_sand_rock":"Red Sand Rock",
|
||||
"block.rocks.end_stone_rock":"End Stone Rock",
|
||||
|
||||
"block.rocks.oak_stick":"Oak Stick",
|
||||
"block.rocks.birch_stick":"Birch Stick",
|
||||
"block.rocks.spruce_stick":"Spruce Stick",
|
||||
"block.rocks.jungle_stick":"Jungle Stick",
|
||||
"block.rocks.acacia_stick":"Acacia Stick",
|
||||
"block.rocks.dark_oak_stick":"Dark Oak Stick",
|
||||
|
||||
"block.rocks.pinecone":"Pinecone",
|
||||
"block.rocks.seashell":"Seashell",
|
||||
|
||||
"item.rocks.cobblestone_splitter":"Cobblestone Splitter",
|
||||
"item.rocks.sandstone_splitter":"Sandstone Splitter",
|
||||
"item.rocks.red_sandstone_splitter":"Red Sandstone Splitter",
|
||||
"item.rocks.end_stone_splitter":"End Stone Splitter"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/dark_oak_log",
|
||||
"particle": "block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_rock",
|
||||
"textures": {
|
||||
"0": "block/end_stone",
|
||||
"particle": "block/end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/jungle_log",
|
||||
"particle": "block/jungle_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"ambientocclusion": false,
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"0": "block/oak_log",
|
||||
"particle": "block/oak_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [8, 0.01, 7],
|
||||
"to": [20, 1.01, 9],
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [12, 8, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 12, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 12, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 4, 12, 6], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 12, 2], "rotation": 180, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 3],
|
||||
"to": [11, 1, 6],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [3, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 1, 3, 2], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 3, 3, 4], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 2],
|
||||
"to": [5, 1, 5],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3, 8, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 1, 3, 2], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 3, 3, 4], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [0, -1, 3.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [0.5, -1, 3.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [67, 0, 18],
|
||||
"translation": [3.5, 2, 0.75]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [67, 0, 18],
|
||||
"translation": [6, 2, 0.75]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 4, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [77, -90, -35],
|
||||
"translation": [-1, -3.5, 0],
|
||||
"scale": [1.25, 1.25, 1.25]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 14.25, 0]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 1.25, -7.75]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_rock",
|
||||
"textures": {
|
||||
"0": "block/red_sandstone",
|
||||
"particle": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
50
src/main/resources/assets/rocks/models/block/large_rock.json
Normal file
50
src/main/resources/assets/rocks/models/block/large_rock.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/stone",
|
||||
"particle": "block/stone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 5],
|
||||
"to": [13, 3, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 12, 3], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 7, 3], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 12, 3], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 7, 3], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 12, 7], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 12, 7], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 3, 7],
|
||||
"to": [9, 4, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 7, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 7, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 7, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 7, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 3],
|
||||
"to": [12, 1, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [11, 8, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 10, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 10, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 8, 10], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 8, 10], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_rock",
|
||||
"textures": {
|
||||
"0": "block/sandstone",
|
||||
"particle": "block/sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/spruce_log",
|
||||
"particle": "block/spruce_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/dark_oak_log",
|
||||
"particle": "block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_rock",
|
||||
"textures": {
|
||||
"0": "block/end_stone",
|
||||
"particle": "block/end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/jungle_log",
|
||||
"particle": "block/jungle_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/oak_log",
|
||||
"particle": "block/oak_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [8, 0.01, 0],
|
||||
"to": [9, 1.01, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [1, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 9, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 9, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 9, 1], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 9, 1], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 7],
|
||||
"to": [11, 1, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [3, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 4, 3, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 1, 3, 2], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 3, 3, 4], "rotation": 270, "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_rock",
|
||||
"textures": {
|
||||
"0": "block/red_sandstone",
|
||||
"particle": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/stone",
|
||||
"particle": "block/stone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 5],
|
||||
"to": [8, 2, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 7, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 7, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 7, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 7, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 8.5],
|
||||
"to": [7, 1, 10.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 8, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 3, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 3, 2], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_rock",
|
||||
"textures": {
|
||||
"0": "block/sandstone",
|
||||
"particle": "block/sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/spruce_log",
|
||||
"particle": "block/spruce_log"
|
||||
}
|
||||
}
|
||||
854
src/main/resources/assets/rocks/models/block/pinecone.json
Normal file
854
src/main/resources/assets/rocks/models/block/pinecone.json
Normal file
@@ -0,0 +1,854 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"ambientocclusion": false,
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"0": "block/spruce_log",
|
||||
"1": "block/spruce_planks",
|
||||
"particle": "block/spruce_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 6],
|
||||
"to": [8, 1, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 6],
|
||||
"to": [8, 6, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 13, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.5, 6, 6.5],
|
||||
"to": [7.5, 7, 8.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 14, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 7],
|
||||
"to": [7, 7.5, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 0.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 0.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 0.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 0.5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.5, 1, 5.5],
|
||||
"to": [8.5, 5, 9.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 1.75],
|
||||
"to": [5.5, 5, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [14, 12, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 1.75],
|
||||
"to": [5.5, 7, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [14, 14, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 1.75],
|
||||
"to": [5.5, 6, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [14, 13, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 8, 8], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.25, 7, 2.5],
|
||||
"to": [5.75, 8, 2.7],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [14, 15, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 6, 1.75],
|
||||
"to": [6.75, 7, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [15, 14, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 5, 1.75],
|
||||
"to": [6.75, 6, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [15, 13, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 7, 2.5],
|
||||
"to": [6.75, 8, 2.7],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [15, 15, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 6, 1.75],
|
||||
"to": [8, 7, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 1, 4], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 5, 1.75],
|
||||
"to": [8, 6, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 13, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 7, 2.5],
|
||||
"to": [7.75, 8, 2.7],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 15, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.75, 8, 3],
|
||||
"to": [6.25, 9, 3.2],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [15, 16, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 11, 3, 12], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.75, 8, 3],
|
||||
"to": [7.25, 9, 3.2],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 16, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 4, 1.75],
|
||||
"to": [6.75, 5, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [15, 12, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 10, 6, 11], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 4, 1.75],
|
||||
"to": [8, 5, 1.95],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 12, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 13.05],
|
||||
"to": [5.5, 5, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-3, 12, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 13.05],
|
||||
"to": [5.5, 6, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-3, 13, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 11, 1, 12], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 13.05],
|
||||
"to": [5.5, 7, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-3, 14, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.25, 7, 12.35],
|
||||
"to": [5.75, 8, 12.55],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-3, 15, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.75, 8, 11.8],
|
||||
"to": [6.25, 9, 12],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 16, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.75, 8, 11.8],
|
||||
"to": [7.25, 9, 12],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-1, 16, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [4, 11, 5, 12], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 5, 13.05],
|
||||
"to": [6.75, 6, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 13, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 6, 13.05],
|
||||
"to": [6.75, 7, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 14, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 7, 12.35],
|
||||
"to": [6.75, 8, 12.55],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 15, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 5, 13.05],
|
||||
"to": [8, 6, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-1, 13, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 6, 13.05],
|
||||
"to": [8, 7, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-1, 14, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [8, 11, 9, 12], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 7, 12.35],
|
||||
"to": [7.75, 8, 12.55],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-1, 15, 5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.25, 4, 13.05],
|
||||
"to": [6.75, 5, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-2, 12, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [2, 7, 3, 8], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 4, 13.05],
|
||||
"to": [8, 5, 13.25],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [-1, 12, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 4, 6],
|
||||
"to": [0.95, 5, 6.5],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 5, 6],
|
||||
"to": [0.95, 6, 6.5],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 13, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [6, 7, 7, 8], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 6, 6],
|
||||
"to": [0.95, 7, 6.5],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 7, 6.25],
|
||||
"to": [1.7, 8, 6.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [9, 15, -2]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 8, 6.75],
|
||||
"to": [2.2, 9, 7.25],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [9, 16, -1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [6, 15, 7, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 8, 7.75],
|
||||
"to": [2.2, 9, 8.25],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [9, 16, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 4, 7.25],
|
||||
"to": [0.95, 5, 7.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, -1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 5, 7.25],
|
||||
"to": [0.95, 6, 7.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 13, -1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 6, 7.25],
|
||||
"to": [0.95, 7, 7.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14, -1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [10, 5, 11, 6], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 7, 7.25],
|
||||
"to": [1.7, 8, 7.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [9, 15, -1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 4, 8.5],
|
||||
"to": [0.95, 5, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [11, 7, 12, 8], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 5, 8.5],
|
||||
"to": [0.95, 6, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 13, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.75, 6, 8.5],
|
||||
"to": [0.95, 7, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [14, 7, 15, 8], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.5, 7, 8.25],
|
||||
"to": [1.7, 8, 8.75],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [9, 15, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 4, 6],
|
||||
"to": [12.25, 5, 6.5],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 5, 6],
|
||||
"to": [12.25, 6, 6.5],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 6, 6],
|
||||
"to": [12.25, 7, 6.5],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 14, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [8, 11, 9, 12], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11.3, 7, 6.25],
|
||||
"to": [11.5, 8, 6.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 15, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 4, 7.25],
|
||||
"to": [12.25, 5, 7.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 12, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [4, 1, 5, 2], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 5, 7.25],
|
||||
"to": [12.25, 6, 7.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 13, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 6, 7.25],
|
||||
"to": [12.25, 7, 7.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 14, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10.8, 8, 6.75],
|
||||
"to": [11, 9, 7.25],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10.8, 8, 7.75],
|
||||
"to": [11, 9, 8.25],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [8, 7, 9, 8], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11.3, 7, 7.25],
|
||||
"to": [11.5, 8, 7.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [9, 3, 10, 4], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 4, 8.5],
|
||||
"to": [12.25, 5, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 12, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 5, 8.5],
|
||||
"to": [12.25, 6, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 13, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [5, 11, 6, 12], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.05, 6, 8.5],
|
||||
"to": [12.25, 7, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 14, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11.3, 7, 8.25],
|
||||
"to": [11.5, 8, 8.75],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 15, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.2, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0.2], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0.2], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [1, 0.5, -1],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [-0.5, 0.5, -1],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"translation": [3.25, 6.5, 0]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"translation": [0.5, 6.75, 0]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [1.5, 4.5, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [10, 44.5, 0],
|
||||
"translation": [2, 6.25, 0],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"head": {
|
||||
"translation": [4.75, 14, 1.75],
|
||||
"scale": [2.97, 2.97, 2.97]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [1.75, 3.5, 0]
|
||||
}
|
||||
},
|
||||
"groups": [0, 1, 2, 3, 4,
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15, 13, 9],
|
||||
"children": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15, 13, 9],
|
||||
"children": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15, 13, 9],
|
||||
"children": [33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15, 13, 9],
|
||||
"children": [47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"0": "rocks:block/seashell",
|
||||
"particle": "rocks:block/seashell"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0.01, 7],
|
||||
"to": [12, 0.99, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 11, 4, 12], "texture": "#0"},
|
||||
"east": {"uv": [1, 6, 2, 12], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [2, 6, 7, 7], "texture": "#0"},
|
||||
"west": {"uv": [5, 6, 6, 12], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [2, 6, 7, 12], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [2, 6, 7, 12], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 0, 11],
|
||||
"to": [16, 1, 15],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [7, 8, 19]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 6, 3, 7], "texture": "#0"},
|
||||
"east": {"uv": [1, 6, 2, 10], "rotation": 90, "texture": "#0"},
|
||||
"south": {"uv": [0, 6, 2, 7], "texture": "#0"},
|
||||
"up": {"uv": [1, 6, 3, 10], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [0, 6, 2, 10], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 6],
|
||||
"to": [6, 1, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [0, 8, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 6, 2, 7], "texture": "#0"},
|
||||
"south": {"uv": [1, 6, 3, 7], "texture": "#0"},
|
||||
"west": {"uv": [7, 6, 8, 10], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [6, 6, 8, 10], "rotation": 180, "texture": "#0"},
|
||||
"down": {"uv": [0, 6, 2, 10], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [-103.5, 0, 0],
|
||||
"translation": [-1.25, -4.25, -3.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [-103.5, 0, 0],
|
||||
"translation": [0.25, -4.25, -3.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-89, 0, 0],
|
||||
"translation": [0, 1.25, -6.75]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [-89, 0, 0],
|
||||
"translation": [3, 1.25, -6.75]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [-92, 0, 0],
|
||||
"translation": [-1.25, 0, -7.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-72, 0, 160],
|
||||
"translation": [-1.5, -6.25, 0],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"head": {
|
||||
"translation": [-1.5, 14, -2.75]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [-2.75, -3.75, -14],
|
||||
"scale": [1.75, 1.75, 1.75]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "rocks:block/seashell",
|
||||
"particle": "rocks:block/seashell"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0.01, 5],
|
||||
"to": [13, 0.99, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [15, 8, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 10, 6], "rotation": 90, "texture": "#0"},
|
||||
"east": {"uv": [10, 0, 15, 1], "texture": "#0"},
|
||||
"south": {"uv": [13, 0, 14, 6], "rotation": 90, "texture": "#0"},
|
||||
"west": {"uv": [10, 5, 15, 5.98], "texture": "#0"},
|
||||
"up": {"uv": [10, 0, 15, 6], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [10, 0, 15, 6], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 0, 0],
|
||||
"to": [13, 1, 2],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [17, 8, 7.7]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 10, 4], "rotation": 90, "texture": "#0"},
|
||||
"east": {"uv": [8, 0, 10, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 0, 11, 1], "texture": "#0"},
|
||||
"up": {"uv": [9, 0, 11, 4], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [14, 0, 16, 4], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 0, 11],
|
||||
"to": [12, 1, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 8, 17]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 10, 1], "texture": "#0"},
|
||||
"south": {"uv": [15, 0, 16, 4], "rotation": 90, "texture": "#0"},
|
||||
"west": {"uv": [8, 0, 10, 1], "texture": "#0"},
|
||||
"up": {"uv": [14, 0, 16, 4], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [8, 0, 10, 4], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "rocks:block/seashell",
|
||||
"particle": "rocks:block/seashell"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 0.01, 7],
|
||||
"to": [8, 0.99, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [11, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 2, 4], "rotation": 90, "texture": "#0"},
|
||||
"east": {"uv": [1, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [1, 0, 2, 4], "rotation": 90, "texture": "#0"},
|
||||
"west": {"uv": [1, 4, 4, 5], "texture": "#0"},
|
||||
"up": {"uv": [3, 1, 6, 5], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [5, 0, 8, 4], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 0, 4],
|
||||
"to": [10, 1, 5],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [14, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 3], "rotation": 90, "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 3], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [0, 1, 1, 4], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 11],
|
||||
"to": [5, 1, 12],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [9, 8, 17]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 3], "rotation": 90, "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 3], "rotation": 90, "texture": "#0"},
|
||||
"down": {"uv": [6, 1, 7, 4], "rotation": 90, "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/dark_oak_log",
|
||||
"particle": "block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_rock",
|
||||
"textures": {
|
||||
"0": "block/end_stone",
|
||||
"particle": "block/end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/jungle_log",
|
||||
"particle": "block/jungle_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/oak_log",
|
||||
"particle": "block/oak_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 8],
|
||||
"to": [6, 1, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_rock",
|
||||
"textures": {
|
||||
"0": "block/red_sandstone",
|
||||
"particle": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
37
src/main/resources/assets/rocks/models/block/small_rock.json
Normal file
37
src/main/resources/assets/rocks/models/block/small_rock.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/stone",
|
||||
"particle": "block/stone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 8],
|
||||
"to": [13, 1, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 7, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 7, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 7, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 7, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 8.5],
|
||||
"to": [10, 2, 10.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 9, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 3, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 3, 2], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_rock",
|
||||
"textures": {
|
||||
"0": "block/sandstone",
|
||||
"particle": "block/sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/spruce_log",
|
||||
"particle": "block/spruce_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/tiny_rock",
|
||||
"textures": {
|
||||
"0": "block/end_stone",
|
||||
"particle": "block/end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/tiny_rock",
|
||||
"textures": {
|
||||
"0": "block/red_sandstone",
|
||||
"particle": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
24
src/main/resources/assets/rocks/models/block/tiny_rock.json
Normal file
24
src/main/resources/assets/rocks/models/block/tiny_rock.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"0": "block/stone",
|
||||
"particle": "block/stone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 0, 6],
|
||||
"to": [9, 1, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 14]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 5, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 5, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 5, 3], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 5, 3], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/tiny_rock",
|
||||
"textures": {
|
||||
"0": "block/sandstone",
|
||||
"particle": "block/sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_acacia_stick"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_birch_stick"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"textures": {
|
||||
"0": "block/cobblestone",
|
||||
"particle": "block/cobblestone"
|
||||
},
|
||||
"gui_light": "front",
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 3, 7],
|
||||
"to": [10, 4, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 11, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 9, 10, 10], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 9, 10, 10], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 5, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 5, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 7],
|
||||
"to": [11, 6, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 7, 10, 9], "texture": "#0"},
|
||||
"east": {"uv": [3, 7, 4, 9], "texture": "#0"},
|
||||
"south": {"uv": [4, 7, 10, 9], "rotation": 180, "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 7],
|
||||
"to": [10, 8, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 14, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 5, 12, 7], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"south": {"uv": [7, 5, 12, 7], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 5, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 5, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 7],
|
||||
"to": [10, 9, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 16, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 4, 11, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [7, 4, 11, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [-3, -30, 0],
|
||||
"translation": [2.25, 3.75, 0]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [-3, -30, 0],
|
||||
"translation": [2.25, 3.75, 0]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2.5, 0]
|
||||
},
|
||||
"gui": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [0, 6.25, 1.75]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_dark_oak_stick"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_end_stone_rock"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:item/cobblestone_splitter",
|
||||
"textures": {
|
||||
"0": "block/end_stone",
|
||||
"particle": "block/end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_jungle_stick"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/pinecone"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_red_sand_rock"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:item/cobblestone_splitter",
|
||||
"textures": {
|
||||
"0": "block/red_sandstone",
|
||||
"particle": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
3
src/main/resources/assets/rocks/models/item/rock.json
Normal file
3
src/main/resources/assets/rocks/models/item/rock.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_rock"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_sand_rock"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:item/cobblestone_splitter",
|
||||
"textures": {
|
||||
"0": "block/sandstone",
|
||||
"particle": "block/sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/seashell_pink"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "rocks:block/large_spruce_stick"
|
||||
}
|
||||
BIN
src/main/resources/assets/rocks/textures/block/seashell.png
Normal file
BIN
src/main/resources/assets/rocks/textures/block/seashell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 241 B |
Reference in New Issue
Block a user