diff --git a/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 0000000..90ca792 --- /dev/null +++ b/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "light_blue_glazed_terracotta" }, + "facing=west": { "model": "light_blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "light_blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "light_blue_glazed_terracotta", "y": 270 } + } +} diff --git a/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 0000000..f367e80 --- /dev/null +++ b/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,52 @@ +{ + "variants": { + "facing=south": [ + { "model": "server_bottom_1" }, + { "model": "server_bottom_2" }, + { "model": "server_bottom_3" }, + { "model": "server_bottom_4" }, + { "model": "server_bottom_5" }, + { "model": "server_bottom_6" }, + { "model": "server_bottom_7" }, + { "model": "server_bottom_8" }, + { "model": "server_bottom_9" }, + { "model": "server_bottom_10" } + ], + "facing=west": [ + { "model": "server_bottom_1", "y": 90 }, + { "model": "server_bottom_2", "y": 90 }, + { "model": "server_bottom_3", "y": 90 }, + { "model": "server_bottom_4", "y": 90 }, + { "model": "server_bottom_5", "y": 90 }, + { "model": "server_bottom_6", "y": 90 }, + { "model": "server_bottom_7", "y": 90 }, + { "model": "server_bottom_8", "y": 90 }, + { "model": "server_bottom_9", "y": 90 }, + { "model": "server_bottom_10", "y": 90 } + ], + "facing=north": [ + { "model": "server_bottom_1", "y": 180 }, + { "model": "server_bottom_2", "y": 180 }, + { "model": "server_bottom_3", "y": 180 }, + { "model": "server_bottom_4", "y": 180 }, + { "model": "server_bottom_5", "y": 180 }, + { "model": "server_bottom_6", "y": 180 }, + { "model": "server_bottom_7", "y": 180 }, + { "model": "server_bottom_8", "y": 180 }, + { "model": "server_bottom_9", "y": 180 }, + { "model": "server_bottom_10", "y": 180 } + ], + "facing=east": [ + { "model": "server_bottom_1", "y": 270 }, + { "model": "server_bottom_2", "y": 270 }, + { "model": "server_bottom_3", "y": 270 }, + { "model": "server_bottom_4", "y": 270 }, + { "model": "server_bottom_5", "y": 270 }, + { "model": "server_bottom_6", "y": 270 }, + { "model": "server_bottom_7", "y": 270 }, + { "model": "server_bottom_8", "y": 270 }, + { "model": "server_bottom_9", "y": 270 }, + { "model": "server_bottom_10", "y": 270 } + ] + } +} diff --git a/assets/minecraft/blockstates/orange_glazed_terracotta.json b/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 0000000..3f68f71 --- /dev/null +++ b/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,52 @@ +{ + "variants": { + "facing=south": [ + { "model": "server_top_ex_1" }, + { "model": "server_top_ex_2" }, + { "model": "server_top_ex_3" }, + { "model": "server_top_ex_4" }, + { "model": "server_top_ex_5" }, + { "model": "server_top_ex_6" }, + { "model": "server_top_ex_7" }, + { "model": "server_top_ex_8" }, + { "model": "server_top_ex_9" }, + { "model": "server_top_ex_10" } + ], + "facing=west": [ + { "model": "server_top_ex_1", "y": 90 }, + { "model": "server_top_ex_2", "y": 90 }, + { "model": "server_top_ex_3", "y": 90 }, + { "model": "server_top_ex_4", "y": 90 }, + { "model": "server_top_ex_5", "y": 90 }, + { "model": "server_top_ex_6", "y": 90 }, + { "model": "server_top_ex_7", "y": 90 }, + { "model": "server_top_ex_8", "y": 90 }, + { "model": "server_top_ex_9", "y": 90 }, + { "model": "server_top_ex_10", "y": 90 } + ], + "facing=north": [ + { "model": "server_top_ex_1", "y": 180 }, + { "model": "server_top_ex_2", "y": 180 }, + { "model": "server_top_ex_3", "y": 180 }, + { "model": "server_top_ex_4", "y": 180 }, + { "model": "server_top_ex_5", "y": 180 }, + { "model": "server_top_ex_6", "y": 180 }, + { "model": "server_top_ex_7", "y": 180 }, + { "model": "server_top_ex_8", "y": 180 }, + { "model": "server_top_ex_9", "y": 180 }, + { "model": "server_top_ex_10", "y": 180 } + ], + "facing=east": [ + { "model": "server_top_ex_1", "y": 270 }, + { "model": "server_top_ex_2", "y": 270 }, + { "model": "server_top_ex_3", "y": 270 }, + { "model": "server_top_ex_4", "y": 270 }, + { "model": "server_top_ex_5", "y": 270 }, + { "model": "server_top_ex_6", "y": 270 }, + { "model": "server_top_ex_7", "y": 270 }, + { "model": "server_top_ex_8", "y": 270 }, + { "model": "server_top_ex_9", "y": 270 }, + { "model": "server_top_ex_10", "y": 270 } + ] + } +} diff --git a/assets/minecraft/blockstates/white_glazed_terracotta.json b/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 0000000..d38d480 --- /dev/null +++ b/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,132 @@ +{ + "variants": { + "facing=south": [ + { "model": "server_top_1" }, + { "model": "server_top_2" }, + { "model": "server_top_3" }, + { "model": "server_top_4" }, + { "model": "server_top_5" }, + { "model": "server_top_6" }, + { "model": "server_top_7" }, + { "model": "server_top_8" }, + { "model": "server_top_9" }, + { "model": "server_top_10" }, + { "model": "server_top_11" }, + { "model": "server_top_12" }, + { "model": "server_top_13" }, + { "model": "server_top_14" }, + { "model": "server_top_15" }, + { "model": "server_top_16" }, + { "model": "server_top_17" }, + { "model": "server_top_18" }, + { "model": "server_top_19" }, + { "model": "server_top_20" }, + { "model": "server_top_21" }, + { "model": "server_top_22" }, + { "model": "server_top_23" }, + { "model": "server_top_24" }, + { "model": "server_top_25" }, + { "model": "server_top_26" }, + { "model": "server_top_27" }, + { "model": "server_top_28" }, + { "model": "server_top_29" }, + { "model": "server_top_30" } + ], + "facing=west": [ + { "model": "server_top_1", "y": 90 }, + { "model": "server_top_2", "y": 90 }, + { "model": "server_top_3", "y": 90 }, + { "model": "server_top_4", "y": 90 }, + { "model": "server_top_5", "y": 90 }, + { "model": "server_top_6", "y": 90 }, + { "model": "server_top_7", "y": 90 }, + { "model": "server_top_8", "y": 90 }, + { "model": "server_top_9", "y": 90 }, + { "model": "server_top_10", "y": 90 }, + { "model": "server_top_11", "y": 90 }, + { "model": "server_top_12", "y": 90 }, + { "model": "server_top_13", "y": 90 }, + { "model": "server_top_14", "y": 90 }, + { "model": "server_top_15", "y": 90 }, + { "model": "server_top_16", "y": 90 }, + { "model": "server_top_17", "y": 90 }, + { "model": "server_top_18", "y": 90 }, + { "model": "server_top_19", "y": 90 }, + { "model": "server_top_20", "y": 90 }, + { "model": "server_top_21", "y": 90 }, + { "model": "server_top_22", "y": 90 }, + { "model": "server_top_23", "y": 90 }, + { "model": "server_top_24", "y": 90 }, + { "model": "server_top_25", "y": 90 }, + { "model": "server_top_26", "y": 90 }, + { "model": "server_top_27", "y": 90 }, + { "model": "server_top_28", "y": 90 }, + { "model": "server_top_29", "y": 90 }, + { "model": "server_top_30", "y": 90 } + ], + "facing=north": [ + { "model": "server_top_1", "y": 180 }, + { "model": "server_top_2", "y": 180 }, + { "model": "server_top_3", "y": 180 }, + { "model": "server_top_4", "y": 180 }, + { "model": "server_top_5", "y": 180 }, + { "model": "server_top_6", "y": 180 }, + { "model": "server_top_7", "y": 180 }, + { "model": "server_top_8", "y": 180 }, + { "model": "server_top_9", "y": 180 }, + { "model": "server_top_10", "y": 180 }, + { "model": "server_top_11", "y": 180 }, + { "model": "server_top_12", "y": 180 }, + { "model": "server_top_13", "y": 180 }, + { "model": "server_top_14", "y": 180 }, + { "model": "server_top_15", "y": 180 }, + { "model": "server_top_16", "y": 180 }, + { "model": "server_top_17", "y": 180 }, + { "model": "server_top_18", "y": 180 }, + { "model": "server_top_19", "y": 180 }, + { "model": "server_top_20", "y": 180 }, + { "model": "server_top_21", "y": 180 }, + { "model": "server_top_22", "y": 180 }, + { "model": "server_top_23", "y": 180 }, + { "model": "server_top_24", "y": 180 }, + { "model": "server_top_25", "y": 180 }, + { "model": "server_top_26", "y": 180 }, + { "model": "server_top_27", "y": 180 }, + { "model": "server_top_28", "y": 180 }, + { "model": "server_top_29", "y": 180 }, + { "model": "server_top_30", "y": 180 } + ], + "facing=east": [ + { "model": "server_top_1", "y": 270 }, + { "model": "server_top_2", "y": 270 }, + { "model": "server_top_3", "y": 270 }, + { "model": "server_top_4", "y": 270 }, + { "model": "server_top_5", "y": 270 }, + { "model": "server_top_6", "y": 270 }, + { "model": "server_top_7", "y": 270 }, + { "model": "server_top_8", "y": 270 }, + { "model": "server_top_9", "y": 270 }, + { "model": "server_top_10", "y": 270 }, + { "model": "server_top_11", "y": 270 }, + { "model": "server_top_12", "y": 270 }, + { "model": "server_top_13", "y": 270 }, + { "model": "server_top_14", "y": 270 }, + { "model": "server_top_15", "y": 270 }, + { "model": "server_top_16", "y": 270 }, + { "model": "server_top_17", "y": 270 }, + { "model": "server_top_18", "y": 270 }, + { "model": "server_top_19", "y": 270 }, + { "model": "server_top_20", "y": 270 }, + { "model": "server_top_21", "y": 270 }, + { "model": "server_top_22", "y": 270 }, + { "model": "server_top_23", "y": 270 }, + { "model": "server_top_24", "y": 270 }, + { "model": "server_top_25", "y": 270 }, + { "model": "server_top_26", "y": 270 }, + { "model": "server_top_27", "y": 270 }, + { "model": "server_top_28", "y": 270 }, + { "model": "server_top_29", "y": 270 }, + { "model": "server_top_30", "y": 270 } + ] + } +} diff --git a/assets/minecraft/models/block/magenta_glazed_terracotta.json b/assets/minecraft/models/block/magenta_glazed_terracotta.json index 090084a..736cf45 100644 --- a/assets/minecraft/models/block/magenta_glazed_terracotta.json +++ b/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -18,7 +18,7 @@ }, { "from": [1.5, 1.75, 0], - "to": [14.5, 12.5, 14.5], + "to": [14.5, 15.5, 14.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -65,7 +65,7 @@ } }, { - "from": [1.5, 12.5, 1.5], + "from": [1.5, 12.5, 14.5], "to": [14.5, 13, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -197,63 +197,27 @@ } }, { - "from": [1.5, 12.5, 0], - "to": [14.5, 15.5, 1.5], + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 14.7, 1.5], - "to": [1.95, 15.25, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.5, 13.25, 1.5], - "to": [1.95, 13.8, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [14.05, 14.7, 1.5], - "to": [14.5, 15.25, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} } }, { - "from": [14.05, 13.25, 1.5], - "to": [14.5, 13.8, 15.25], + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} } }, { @@ -362,11 +326,11 @@ }, { "name": "body", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] }, { "name": "server", - "children": [21, 22, 23, 24] + "children": [16, 17, 18, 19, 20, 21] } ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/orange_glazed_terracotta.json b/assets/minecraft/models/block/orange_glazed_terracotta.json index 8fec361..a0c957d 100644 --- a/assets/minecraft/models/block/orange_glazed_terracotta.json +++ b/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -5,8 +5,8 @@ }, "elements": [ { - "from": [14.5, 1.75, 0], - "to": [16, 16, 16], + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -17,8 +17,8 @@ } }, { - "from": [1.5, 1.75, 0], - "to": [14.5, 9.5, 14.5], + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -29,8 +29,8 @@ } }, { - "from": [0, 0, 0], - "to": [16, 1.75, 16], + "from": [0, 14.5, 0], + "to": [16, 16, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -41,8 +41,8 @@ } }, { - "from": [0, 1.75, 0], - "to": [1.5, 16, 16], + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -53,8 +53,8 @@ } }, { - "from": [1.5, 9.5, 1.5], - "to": [14.5, 10, 15.9], + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -65,8 +65,8 @@ } }, { - "from": [1.5, 12.5, 1.5], - "to": [14.5, 13, 15.9], + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -77,8 +77,8 @@ } }, { - "from": [1.5, 15.5, 1.5], - "to": [14.5, 16, 15.9], + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -89,20 +89,8 @@ } }, { - "from": [1.5, 5.25, 14.5], - "to": [14.5, 6.5, 16], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 1.75, 14.5], - "to": [1.75, 5.25, 16], + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -113,8 +101,8 @@ } }, { - "from": [14.25, 1.75, 14.5], - "to": [14.5, 5.25, 16], + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -125,32 +113,8 @@ } }, { - "from": [1.75, 1.75, 14.5], - "to": [14.25, 5.25, 15.95], - "faces": { - "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, - "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, - "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, - "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, - "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, - "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 6.5, 14.5], - "to": [14.5, 7, 15.9], - "faces": { - "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, - "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, - "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, - "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, - "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, - "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.75, 4.25, 14.5], - "to": [14.25, 4.75, 16], + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -161,8 +125,8 @@ } }, { - "from": [1.75, 3.25, 14.5], - "to": [14.25, 3.75, 16], + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -173,20 +137,20 @@ } }, { - "from": [1.75, 2.25, 14.5], - "to": [14.25, 2.75, 16], + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} } }, { - "from": [1.5, 15.5, 0], - "to": [14.5, 16, 1.5], + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -197,20 +161,20 @@ } }, { - "from": [1.5, 13, 0], - "to": [14.5, 15.5, 14.5], + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} } }, { - "from": [1.5, 11.7, 1.5], - "to": [1.95, 12.25, 15.25], + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -221,8 +185,8 @@ } }, { - "from": [1.5, 10.25, 1.5], - "to": [1.95, 10.8, 15.25], + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -233,8 +197,8 @@ } }, { - "from": [14.05, 11.7, 1.5], - "to": [14.5, 12.25, 15.25], + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -245,8 +209,8 @@ } }, { - "from": [14.05, 10.25, 1.5], - "to": [14.5, 10.8, 15.25], + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -257,20 +221,32 @@ } }, { - "from": [1.5, 9.5, 0], - "to": [14.5, 12.5, 1.5], + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} } }, { - "from": [12.25, 13.75, 15.75], - "to": [12.9, 14.25, 15.85], + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -281,8 +257,8 @@ } }, { - "from": [1.5, 13, 14.5], - "to": [14.5, 15.5, 15.75], + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -293,8 +269,8 @@ } }, { - "from": [12.25, 7.75, 15.75], - "to": [12.9, 8.25, 15.85], + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -305,8 +281,8 @@ } }, { - "from": [1.5, 7, 14.5], - "to": [14.5, 9.5, 15.75], + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -359,6 +335,10 @@ } }, "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, { "name": "feet", "children": [ @@ -372,13 +352,9 @@ } ] }, - { - "name": "body", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] - }, { "name": "server", - "children": [22, 23, 24, 25] + "children": [18, 19, 20, 21, 22, 23] } ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_1.json b/assets/minecraft/models/block/server_bottom_1.json new file mode 100644 index 0000000..736cf45 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_1.json @@ -0,0 +1,336 @@ +{ + "credit": "Made with Blockbench, model design by OKTW", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "firstperson_righthand": { + "scale": [0.4, 0.4, 0.4], + "rotation": [0, -45, 0], + "translation": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0.4, 0.4, 0.4], + "rotation": [0, -45, 0], + "translation": [0, 0, 0] + }, + "head": { + "translation": [0, 10, 0], + "rotation": [0, 180, 0] + }, + "gui": { + "scale": [0.625, 0.625, 0.625], + "rotation": [30, 45, 0], + "translation": [0, 0, 0] + }, + "thirdperson_righthand": { + "scale": [0.375, 0.375, 0.375], + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "ground": { + "rotation": [0, 0, 0], + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_10.json b/assets/minecraft/models/block/server_bottom_10.json new file mode 100644 index 0000000..a67dd75 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_10.json @@ -0,0 +1,331 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_2.json b/assets/minecraft/models/block/server_bottom_2.json new file mode 100644 index 0000000..2836ca6 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_2.json @@ -0,0 +1,331 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_3.json b/assets/minecraft/models/block/server_bottom_3.json new file mode 100644 index 0000000..8d5b59b --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_3.json @@ -0,0 +1,333 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_4.json b/assets/minecraft/models/block/server_bottom_4.json new file mode 100644 index 0000000..b7763ad --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_4.json @@ -0,0 +1,333 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_5.json b/assets/minecraft/models/block/server_bottom_5.json new file mode 100644 index 0000000..53e67fa --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_5.json @@ -0,0 +1,331 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_6.json b/assets/minecraft/models/block/server_bottom_6.json new file mode 100644 index 0000000..2289068 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_6.json @@ -0,0 +1,331 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_7.json b/assets/minecraft/models/block/server_bottom_7.json new file mode 100644 index 0000000..53d9946 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_7.json @@ -0,0 +1,333 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_8.json b/assets/minecraft/models/block/server_bottom_8.json new file mode 100644 index 0000000..8b63091 --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_8.json @@ -0,0 +1,333 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#1"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_bottom_9.json b/assets/minecraft/models/block/server_bottom_9.json new file mode 100644 index 0000000..d3f89cd --- /dev/null +++ b/assets/minecraft/models/block/server_bottom_9.json @@ -0,0 +1,331 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 1.75, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 0], + "to": [14.5, 15.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 1.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 1.75, 0], + "to": [1.5, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9.5, 14.5], + "to": [14.5, 10, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12.5, 14.5], + "to": [14.5, 13, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 1.5], + "to": [14.5, 16, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.25, 14.5], + "to": [14.5, 6.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.75, 14.5], + "to": [1.75, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 1.75, 14.5], + "to": [14.5, 5.25, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 1.75, 14.5], + "to": [14.25, 5.25, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6.5, 14.5], + "to": [14.5, 7, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 4.25, 14.5], + "to": [14.25, 4.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 3.25, 14.5], + "to": [14.25, 3.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 2.25, 14.5], + "to": [14.25, 2.75, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 15.5, 0], + "to": [14.5, 16, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 13.75, 15.75], + "to": [12.9, 14.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [14.5, 15.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 10.75, 15.75], + "to": [12.9, 11.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 10, 14.5], + "to": [14.5, 12.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 7.75, 15.75], + "to": [12.9, 8.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 7, 14.5], + "to": [14.5, 9.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + }, + { + "name": "server", + "children": [16, 17, 18, 19, 20, 21] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/assets/minecraft/models/block/server_top_1.json similarity index 100% rename from assets/minecraft/models/block/light_blue_glazed_terracotta.json rename to assets/minecraft/models/block/server_top_1.json diff --git a/assets/minecraft/models/block/server_top_10.json b/assets/minecraft/models/block/server_top_10.json new file mode 100644 index 0000000..3bd8469 --- /dev/null +++ b/assets/minecraft/models/block/server_top_10.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_11.json b/assets/minecraft/models/block/server_top_11.json new file mode 100644 index 0000000..01143eb --- /dev/null +++ b/assets/minecraft/models/block/server_top_11.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_12.json b/assets/minecraft/models/block/server_top_12.json new file mode 100644 index 0000000..31855ba --- /dev/null +++ b/assets/minecraft/models/block/server_top_12.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_13.json b/assets/minecraft/models/block/server_top_13.json new file mode 100644 index 0000000..df75af3 --- /dev/null +++ b/assets/minecraft/models/block/server_top_13.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_14.json b/assets/minecraft/models/block/server_top_14.json new file mode 100644 index 0000000..89e0777 --- /dev/null +++ b/assets/minecraft/models/block/server_top_14.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_15.json b/assets/minecraft/models/block/server_top_15.json new file mode 100644 index 0000000..b185030 --- /dev/null +++ b/assets/minecraft/models/block/server_top_15.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_16.json b/assets/minecraft/models/block/server_top_16.json new file mode 100644 index 0000000..47f4268 --- /dev/null +++ b/assets/minecraft/models/block/server_top_16.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_17.json b/assets/minecraft/models/block/server_top_17.json new file mode 100644 index 0000000..662b343 --- /dev/null +++ b/assets/minecraft/models/block/server_top_17.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_18.json b/assets/minecraft/models/block/server_top_18.json new file mode 100644 index 0000000..5a05d3d --- /dev/null +++ b/assets/minecraft/models/block/server_top_18.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_19.json b/assets/minecraft/models/block/server_top_19.json new file mode 100644 index 0000000..1844d9f --- /dev/null +++ b/assets/minecraft/models/block/server_top_19.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_2.json b/assets/minecraft/models/block/server_top_2.json new file mode 100644 index 0000000..af22b16 --- /dev/null +++ b/assets/minecraft/models/block/server_top_2.json @@ -0,0 +1,319 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_20.json b/assets/minecraft/models/block/server_top_20.json new file mode 100644 index 0000000..902d25e --- /dev/null +++ b/assets/minecraft/models/block/server_top_20.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_21.json b/assets/minecraft/models/block/server_top_21.json new file mode 100644 index 0000000..977fc61 --- /dev/null +++ b/assets/minecraft/models/block/server_top_21.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_22.json b/assets/minecraft/models/block/server_top_22.json new file mode 100644 index 0000000..6a26f77 --- /dev/null +++ b/assets/minecraft/models/block/server_top_22.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_23.json b/assets/minecraft/models/block/server_top_23.json new file mode 100644 index 0000000..eb02763 --- /dev/null +++ b/assets/minecraft/models/block/server_top_23.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_24.json b/assets/minecraft/models/block/server_top_24.json new file mode 100644 index 0000000..6e52c65 --- /dev/null +++ b/assets/minecraft/models/block/server_top_24.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_25.json b/assets/minecraft/models/block/server_top_25.json new file mode 100644 index 0000000..d21bf87 --- /dev/null +++ b/assets/minecraft/models/block/server_top_25.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_26.json b/assets/minecraft/models/block/server_top_26.json new file mode 100644 index 0000000..efac808 --- /dev/null +++ b/assets/minecraft/models/block/server_top_26.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_27.json b/assets/minecraft/models/block/server_top_27.json new file mode 100644 index 0000000..a9d4e7f --- /dev/null +++ b/assets/minecraft/models/block/server_top_27.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_28.json b/assets/minecraft/models/block/server_top_28.json new file mode 100644 index 0000000..c60203f --- /dev/null +++ b/assets/minecraft/models/block/server_top_28.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_29.json b/assets/minecraft/models/block/server_top_29.json new file mode 100644 index 0000000..60193bf --- /dev/null +++ b/assets/minecraft/models/block/server_top_29.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_3.json b/assets/minecraft/models/block/server_top_3.json new file mode 100644 index 0000000..e78d3c5 --- /dev/null +++ b/assets/minecraft/models/block/server_top_3.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_30.json b/assets/minecraft/models/block/server_top_30.json new file mode 100644 index 0000000..b20700b --- /dev/null +++ b/assets/minecraft/models/block/server_top_30.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "east": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "south": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "west": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "up": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"}, + "down": {"uv": [4.5, 0.5, 5.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_4.json b/assets/minecraft/models/block/server_top_4.json new file mode 100644 index 0000000..57631d0 --- /dev/null +++ b/assets/minecraft/models/block/server_top_4.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_5.json b/assets/minecraft/models/block/server_top_5.json new file mode 100644 index 0000000..7bbd59a --- /dev/null +++ b/assets/minecraft/models/block/server_top_5.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_6.json b/assets/minecraft/models/block/server_top_6.json new file mode 100644 index 0000000..b4b0d5c --- /dev/null +++ b/assets/minecraft/models/block/server_top_6.json @@ -0,0 +1,319 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_7.json b/assets/minecraft/models/block/server_top_7.json new file mode 100644 index 0000000..bc62116 --- /dev/null +++ b/assets/minecraft/models/block/server_top_7.json @@ -0,0 +1,319 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_8.json b/assets/minecraft/models/block/server_top_8.json new file mode 100644 index 0000000..bf8ac33 --- /dev/null +++ b/assets/minecraft/models/block/server_top_8.json @@ -0,0 +1,319 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_9.json b/assets/minecraft/models/block/server_top_9.json new file mode 100644 index 0000000..6db31af --- /dev/null +++ b/assets/minecraft/models/block/server_top_9.json @@ -0,0 +1,319 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [13, 14, 15, 16, 17, 18, 19, 20] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/yellow_glazed_terracotta.json b/assets/minecraft/models/block/server_top_ex_1.json similarity index 100% rename from assets/minecraft/models/block/yellow_glazed_terracotta.json rename to assets/minecraft/models/block/server_top_ex_1.json diff --git a/assets/minecraft/models/block/server_top_ex_10.json b/assets/minecraft/models/block/server_top_ex_10.json new file mode 100644 index 0000000..5d2ca47 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_10.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_2.json b/assets/minecraft/models/block/server_top_ex_2.json new file mode 100644 index 0000000..0dfdb98 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_2.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_3.json b/assets/minecraft/models/block/server_top_ex_3.json new file mode 100644 index 0000000..f7c39b5 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_3.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_4.json b/assets/minecraft/models/block/server_top_ex_4.json new file mode 100644 index 0000000..14bd5b4 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_4.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_5.json b/assets/minecraft/models/block/server_top_ex_5.json new file mode 100644 index 0000000..2569c0c --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_5.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lime_glazed_terracotta.json b/assets/minecraft/models/block/server_top_ex_6.json similarity index 86% rename from assets/minecraft/models/block/lime_glazed_terracotta.json rename to assets/minecraft/models/block/server_top_ex_6.json index 53a812b..38474e6 100644 --- a/assets/minecraft/models/block/lime_glazed_terracotta.json +++ b/assets/minecraft/models/block/server_top_ex_6.json @@ -1,5 +1,5 @@ { - "credit": "Made with Blockbench, model design by OKTW", + "credit": "Made with Blockbench, model design by OKTW team", "textures": { "0": "galaxy/colors" }, @@ -17,7 +17,7 @@ } }, { - "from": [1.5, 6, 0], + "from": [1.5, 3, 0], "to": [14.5, 14.5, 14.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -53,7 +53,7 @@ } }, { - "from": [1.5, 5.5, 1.5], + "from": [1.5, 5.5, 14.5], "to": [14.5, 6, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -149,8 +149,8 @@ } }, { - "from": [1.5, 2.5, 0], - "to": [14.5, 6, 1.5], + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -173,8 +173,8 @@ } }, { - "from": [1.5, 4.7, 1.5], - "to": [1.95, 5.25, 15.25], + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -185,8 +185,8 @@ } }, { - "from": [1.5, 3.25, 1.5], - "to": [1.95, 3.8, 15.25], + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -197,8 +197,8 @@ } }, { - "from": [14.05, 4.7, 1.5], - "to": [14.5, 5.25, 15.25], + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -209,8 +209,8 @@ } }, { - "from": [14.05, 3.25, 1.5], - "to": [14.5, 3.8, 15.25], + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -221,8 +221,8 @@ } }, { - "from": [1.5, 0, 0], - "to": [14.5, 2.5, 14.5], + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -232,18 +232,6 @@ "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} } }, - { - "from": [12.25, 9.75, 15.75], - "to": [12.9, 10.25, 15.85], - "faces": { - "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} - } - }, { "from": [1.5, 9, 14.5], "to": [14.5, 11.5, 15.75], @@ -281,20 +269,20 @@ } }, { - "from": [12.25, 0.75, 15.75], - "to": [12.9, 1.25, 15.85], + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], "faces": { - "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} } }, { - "from": [1.5, 0, 14.5], - "to": [14.5, 2.5, 15.75], + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -306,50 +294,45 @@ } ], "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0, 0] - }, - "head": { - "translation": [0, 10, 0], - "rotation": [0, 180, 0] - }, - "gui": { - "scale": [0.625, 0.625, 0.625], - "rotation": [30, 45, 0], - "translation": [0, 0, 0] - }, "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], "rotation": [75, -45, 0], - "translation": [0, 2.5, 0] + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] }, "thirdperson_lefthand": { "rotation": [75, -45, 0], "translation": [0, 2.5, 0], "scale": [0.375, 0.375, 0.375] }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, "ground": { - "rotation": [0, 0, 0], "translation": [0, 3, 0], "scale": [0.25, 0.25, 0.25] }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, "fixed": { "rotation": [0, 180, 0], - "translation": [0, 0, 0], "scale": [0.5, 0.5, 0.5] } }, "groups": [ { "name": "body", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] }, { "name": "feet", @@ -366,7 +349,7 @@ }, { "name": "server", - "children": [19, 20, 21, 22, 23, 24] + "children": [18, 19, 20, 21, 22, 23] } ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/pink_glazed_terracotta.json b/assets/minecraft/models/block/server_top_ex_7.json similarity index 85% rename from assets/minecraft/models/block/pink_glazed_terracotta.json rename to assets/minecraft/models/block/server_top_ex_7.json index a664ff0..32158aa 100644 --- a/assets/minecraft/models/block/pink_glazed_terracotta.json +++ b/assets/minecraft/models/block/server_top_ex_7.json @@ -1,5 +1,5 @@ { - "credit": "Made with Blockbench, model design by OKTW", + "credit": "Made with Blockbench, model design by OKTW team", "textures": { "0": "galaxy/colors" }, @@ -17,7 +17,7 @@ } }, { - "from": [1.5, 9, 0], + "from": [1.5, 3, 0], "to": [14.5, 14.5, 14.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -53,7 +53,7 @@ } }, { - "from": [1.5, 5.5, 1.5], + "from": [1.5, 5.5, 14.5], "to": [14.5, 6, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -65,7 +65,7 @@ } }, { - "from": [1.5, 8.5, 1.5], + "from": [1.5, 8.5, 14.5], "to": [14.5, 9, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -149,8 +149,8 @@ } }, { - "from": [1.5, 5.5, 0], - "to": [14.5, 9, 1.5], + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -161,7 +161,7 @@ } }, { - "from": [1.5, 2.5, 14.5], + "from": [1.5, 2.5, 1.5], "to": [14.5, 3, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -173,8 +173,8 @@ } }, { - "from": [1.5, 7.7, 1.5], - "to": [1.95, 8.25, 15.25], + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -185,8 +185,8 @@ } }, { - "from": [1.5, 6.25, 1.5], - "to": [1.95, 6.8, 15.25], + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], "faces": { "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, @@ -197,8 +197,8 @@ } }, { - "from": [14.05, 7.7, 1.5], - "to": [14.5, 8.25, 15.25], + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -209,8 +209,8 @@ } }, { - "from": [14.05, 6.25, 1.5], - "to": [14.5, 6.8, 15.25], + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], "faces": { "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, @@ -220,28 +220,16 @@ "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} } }, - { - "from": [1.5, 0, 0], - "to": [14.5, 5.5, 14.5], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - }, { "from": [12.25, 9.75, 15.75], "to": [12.9, 10.25, 15.85], "faces": { - "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} } }, { @@ -257,8 +245,8 @@ } }, { - "from": [12.25, 3.75, 15.75], - "to": [12.9, 4.25, 15.85], + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -269,8 +257,8 @@ } }, { - "from": [1.5, 3, 14.5], - "to": [14.5, 5.5, 15.75], + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -281,20 +269,20 @@ } }, { - "from": [12.25, 0.75, 15.75], - "to": [12.9, 1.25, 15.85], + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], "faces": { - "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, - "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} } }, { - "from": [1.5, 0, 14.5], - "to": [14.5, 2.5, 15.75], + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -306,50 +294,45 @@ } ], "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0, 0] - }, - "head": { - "translation": [0, 10, 0], - "rotation": [0, 180, 0] - }, - "gui": { - "scale": [0.625, 0.625, 0.625], - "rotation": [30, 45, 0], - "translation": [0, 0, 0] - }, "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], "rotation": [75, -45, 0], - "translation": [0, 2.5, 0] + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] }, "thirdperson_lefthand": { "rotation": [75, -45, 0], "translation": [0, 2.5, 0], "scale": [0.375, 0.375, 0.375] }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, "ground": { - "rotation": [0, 0, 0], "translation": [0, 3, 0], "scale": [0.25, 0.25, 0.25] }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, "fixed": { "rotation": [0, 180, 0], - "translation": [0, 0, 0], "scale": [0.5, 0.5, 0.5] } }, "groups": [ { "name": "body", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] }, { "name": "feet", @@ -366,7 +349,7 @@ }, { "name": "server", - "children": [19, 20, 21, 22, 23, 24] + "children": [18, 19, 20, 21, 22, 23] } ] } \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_8.json b/assets/minecraft/models/block/server_top_ex_8.json new file mode 100644 index 0000000..7a38a63 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_8.json @@ -0,0 +1,357 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors", + "1": "galaxy/lobby/yellow_flashing", + "particle": "galaxy/lobby/yellow_flashing" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#1"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/server_top_ex_9.json b/assets/minecraft/models/block/server_top_ex_9.json new file mode 100644 index 0000000..8c1dea4 --- /dev/null +++ b/assets/minecraft/models/block/server_top_ex_9.json @@ -0,0 +1,355 @@ +{ + "credit": "Made with Blockbench, model design by OKTW team", + "textures": { + "0": "galaxy/colors" + }, + "elements": [ + { + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 0], + "to": [14.5, 14.5, 14.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 14.5, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], + "faces": { + "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "south": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, + "down": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0, 0], + "to": [14.5, 3, 1.5], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 2.5, 1.5], + "to": [14.5, 3, 15.9], + "faces": { + "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "south": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "west": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "up": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.5, 1.7, 1.5], + "to": [1.95, 2.25, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [1.5, 0.25, 1.5], + "to": [1.95, 0.8, 15.25], + "faces": { + "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 1.7, 1.5], + "to": [14.5, 2.25, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [14.05, 0.25, 1.5], + "to": [14.5, 0.8, 15.25], + "faces": { + "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, + "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} + } + }, + { + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], + "faces": { + "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, + "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + }, + { + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], + "faces": { + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} + } + }, + { + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], + "faces": { + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 10, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, + { + "name": "feet", + "children": [ + { + "name": "group", + "children": [] + }, + { + "name": "group", + "children": [] + } + ] + }, + { + "name": "server", + "children": [18, 19, 20, 21, 22, 23] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/white_glazed_terracotta.json b/assets/minecraft/models/block/white_glazed_terracotta.json index 736cf45..e7d8d5b 100644 --- a/assets/minecraft/models/block/white_glazed_terracotta.json +++ b/assets/minecraft/models/block/white_glazed_terracotta.json @@ -5,8 +5,8 @@ }, "elements": [ { - "from": [14.5, 1.75, 0], - "to": [16, 16, 16], + "from": [14.5, 0, 0], + "to": [16, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -17,8 +17,8 @@ } }, { - "from": [1.5, 1.75, 0], - "to": [14.5, 15.5, 14.5], + "from": [1.5, 0, 0], + "to": [14.5, 14.5, 14.5], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -29,8 +29,8 @@ } }, { - "from": [0, 0, 0], - "to": [16, 1.75, 16], + "from": [0, 14.5, 0], + "to": [16, 16, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -41,8 +41,8 @@ } }, { - "from": [0, 1.75, 0], - "to": [1.5, 16, 16], + "from": [0, 0, 0], + "to": [1.5, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -53,8 +53,8 @@ } }, { - "from": [1.5, 9.5, 14.5], - "to": [14.5, 10, 15.9], + "from": [1.5, 5.5, 14.5], + "to": [14.5, 6, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -65,8 +65,8 @@ } }, { - "from": [1.5, 12.5, 14.5], - "to": [14.5, 13, 15.9], + "from": [1.5, 8.5, 14.5], + "to": [14.5, 9, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -77,8 +77,8 @@ } }, { - "from": [1.5, 15.5, 1.5], - "to": [14.5, 16, 15.9], + "from": [1.5, 11.5, 14.5], + "to": [14.5, 12, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -89,8 +89,8 @@ } }, { - "from": [1.5, 5.25, 14.5], - "to": [14.5, 6.5, 16], + "from": [1.5, 12, 14.5], + "to": [14.5, 13, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -101,8 +101,8 @@ } }, { - "from": [1.5, 1.75, 14.5], - "to": [1.75, 5.25, 16], + "from": [1.75, 13.5, 14.5], + "to": [14.25, 14, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -113,8 +113,8 @@ } }, { - "from": [14.25, 1.75, 14.5], - "to": [14.5, 5.25, 16], + "from": [1.5, 13, 14.5], + "to": [1.75, 14.5, 16], "faces": { "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, @@ -125,8 +125,20 @@ } }, { - "from": [1.75, 1.75, 14.5], - "to": [14.25, 5.25, 15.95], + "from": [14.25, 13, 14.5], + "to": [14.5, 14.5, 16], + "faces": { + "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + } + }, + { + "from": [1.75, 12.75, 14.5], + "to": [14.25, 14.5, 15.95], "faces": { "north": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, "east": {"uv": [14.5, 6.5, 15.5, 7.5], "texture": "#0"}, @@ -137,8 +149,8 @@ } }, { - "from": [1.5, 6.5, 14.5], - "to": [14.5, 7, 15.9], + "from": [1.5, 2.5, 14.5], + "to": [14.5, 3, 15.9], "faces": { "north": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, "east": {"uv": [2.5, 6.5, 3.5, 7.5], "texture": "#0"}, @@ -149,56 +161,32 @@ } }, { - "from": [1.75, 4.25, 14.5], - "to": [14.25, 4.75, 16], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.75, 3.25, 14.5], - "to": [14.25, 3.75, 16], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.75, 2.25, 14.5], - "to": [14.25, 2.75, 16], + "from": [12.25, 9.75, 15.75], + "to": [12.9, 10.25, 15.85], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"} } }, { - "from": [1.5, 15.5, 0], - "to": [14.5, 16, 1.5], + "from": [1.5, 9, 14.5], + "to": [14.5, 11.5, 15.75], "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} + "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, + "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} } }, { - "from": [12.25, 13.75, 15.75], - "to": [12.9, 14.25, 15.85], + "from": [12.25, 6.75, 15.75], + "to": [12.9, 7.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -209,8 +197,8 @@ } }, { - "from": [1.5, 13, 14.5], - "to": [14.5, 15.5, 15.75], + "from": [1.5, 6, 14.5], + "to": [14.5, 8.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -221,8 +209,8 @@ } }, { - "from": [12.25, 10.75, 15.75], - "to": [12.9, 11.25, 15.85], + "from": [12.25, 3.75, 15.75], + "to": [12.9, 4.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -233,8 +221,8 @@ } }, { - "from": [1.5, 10, 14.5], - "to": [14.5, 12.5, 15.75], + "from": [1.5, 3, 14.5], + "to": [14.5, 5.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -245,8 +233,8 @@ } }, { - "from": [12.25, 7.75, 15.75], - "to": [12.9, 8.25, 15.85], + "from": [12.25, 0.75, 15.75], + "to": [12.9, 1.25, 15.85], "faces": { "north": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, "east": {"uv": [6.5, 0.5, 7.5, 1.5], "texture": "#0"}, @@ -257,8 +245,8 @@ } }, { - "from": [1.5, 7, 14.5], - "to": [14.5, 9.5, 15.75], + "from": [1.5, 0, 14.5], + "to": [14.5, 2.5, 15.75], "faces": { "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, @@ -311,6 +299,10 @@ } }, "groups": [ + { + "name": "body", + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + }, { "name": "feet", "children": [ @@ -324,13 +316,9 @@ } ] }, - { - "name": "body", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - }, { "name": "server", - "children": [16, 17, 18, 19, 20, 21] + "children": [13, 14, 15, 16, 17, 18, 19, 20] } ] } \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server11_gray.json b/assets/minecraft/models/galaxy_lobby/server11_gray.json deleted file mode 100644 index 2f320fe..0000000 --- a/assets/minecraft/models/galaxy_lobby/server11_gray.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 10, 2.25], - "to": [14, 12.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 10, 15.25], - "to": [14.5, 12.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 10.8, 1.5], - "to": [14.4, 11.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 10.8, 1.5], - "to": [2, 11.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 10.75, 15.75], - "to": [12.9, 11.25, 15.85], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server11_red.json b/assets/minecraft/models/galaxy_lobby/server11_red.json deleted file mode 100644 index ef14088..0000000 --- a/assets/minecraft/models/galaxy_lobby/server11_red.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 10, 2.25], - "to": [14, 12.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 10, 15.25], - "to": [14.5, 12.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 10.8, 1.5], - "to": [14.4, 11.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 10.8, 1.5], - "to": [2, 11.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 10.75, 15.75], - "to": [12.9, 11.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server11_yellow.json b/assets/minecraft/models/galaxy_lobby/server11_yellow.json deleted file mode 100644 index 714444b..0000000 --- a/assets/minecraft/models/galaxy_lobby/server11_yellow.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors", - "1": "galaxy/lobby/yellow_flashing", - "particle": "galaxy/lobby/yellow_flashing" - }, - "elements": [ - { - "from": [2, 10, 2.25], - "to": [14, 12.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 10, 15.25], - "to": [14.5, 12.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 10.8, 1.5], - "to": [14.4, 11.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 10.8, 1.5], - "to": [2, 11.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 10.75, 15.75], - "to": [12.9, 11.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 1.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.5, -1], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server12_gray.json b/assets/minecraft/models/galaxy_lobby/server12_gray.json deleted file mode 100644 index cb86f4c..0000000 --- a/assets/minecraft/models/galaxy_lobby/server12_gray.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 13, 2.25], - "to": [14, 15.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 13, 15.25], - "to": [14.5, 15.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 13.8, 1.5], - "to": [14.4, 14.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 13.8, 1.5], - "to": [2, 14.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 13.75, 15.75], - "to": [12.9, 14.25, 15.85], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server12_red.json b/assets/minecraft/models/galaxy_lobby/server12_red.json deleted file mode 100644 index 7ef4cba..0000000 --- a/assets/minecraft/models/galaxy_lobby/server12_red.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 13, 2.25], - "to": [14, 15.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 13, 15.25], - "to": [14.5, 15.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 13.8, 1.5], - "to": [14.4, 14.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 13.8, 1.5], - "to": [2, 14.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 13.75, 15.75], - "to": [12.9, 14.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server12_yellow.json b/assets/minecraft/models/galaxy_lobby/server12_yellow.json deleted file mode 100644 index d6504b6..0000000 --- a/assets/minecraft/models/galaxy_lobby/server12_yellow.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors", - "1": "galaxy/lobby/yellow_flashing", - "particle": "galaxy/lobby/yellow_flashing" - }, - "elements": [ - { - "from": [2, 13, 2.25], - "to": [14, 15.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 13, 15.25], - "to": [14.5, 15.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 13.8, 1.5], - "to": [14.4, 14.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 13.8, 1.5], - "to": [2, 14.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 13.75, 15.75], - "to": [12.9, 14.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 0.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 2.25, -2.15], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server21_gray.json b/assets/minecraft/models/galaxy_lobby/server21_gray.json deleted file mode 100644 index 66c020c..0000000 --- a/assets/minecraft/models/galaxy_lobby/server21_gray.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 0, 2.25], - "to": [14, 2.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 0, 15.25], - "to": [14.5, 2.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 0.8, 1.5], - "to": [14.4, 1.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 0.8, 1.5], - "to": [2, 1.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 0.75, 15.75], - "to": [12.9, 1.25, 15.85], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server21_red.json b/assets/minecraft/models/galaxy_lobby/server21_red.json deleted file mode 100644 index 9c258d1..0000000 --- a/assets/minecraft/models/galaxy_lobby/server21_red.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 0, 2.25], - "to": [14, 2.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 0, 15.25], - "to": [14.5, 2.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 0.8, 1.5], - "to": [14.4, 1.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 0.8, 1.5], - "to": [2, 1.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 0.75, 15.75], - "to": [12.9, 1.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server21_yellow.json b/assets/minecraft/models/galaxy_lobby/server21_yellow.json deleted file mode 100644 index bb2660c..0000000 --- a/assets/minecraft/models/galaxy_lobby/server21_yellow.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors", - "1": "galaxy/lobby/yellow_flashing" - }, - "elements": [ - { - "from": [2, 0, 2.25], - "to": [14, 2.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 0, 15.25], - "to": [14.5, 2.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 0.8, 1.5], - "to": [14.4, 1.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 0.8, 1.5], - "to": [2, 1.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 0.75, 15.75], - "to": [12.9, 1.25, 15.85], - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#1"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 5.5, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.5, 2.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server22_gray.json b/assets/minecraft/models/galaxy_lobby/server22_gray.json deleted file mode 100644 index ec5ba18..0000000 --- a/assets/minecraft/models/galaxy_lobby/server22_gray.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 3, 2.25], - "to": [14, 5.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 3, 15.25], - "to": [14.5, 5.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 3.8, 1.5], - "to": [14.4, 4.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 3.8, 1.5], - "to": [2, 4.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 3.75, 15.75], - "to": [12.9, 4.25, 15.85], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server22_red.json b/assets/minecraft/models/galaxy_lobby/server22_red.json deleted file mode 100644 index 0d4df0c..0000000 --- a/assets/minecraft/models/galaxy_lobby/server22_red.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 3, 2.25], - "to": [14, 5.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 3, 15.25], - "to": [14.5, 5.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 3.8, 1.5], - "to": [14.4, 4.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 3.8, 1.5], - "to": [2, 4.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 3.75, 15.75], - "to": [12.9, 4.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server22_yellow.json b/assets/minecraft/models/galaxy_lobby/server22_yellow.json deleted file mode 100644 index de14dd4..0000000 --- a/assets/minecraft/models/galaxy_lobby/server22_yellow.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors", - "1": "galaxy/lobby/yellow_flashing" - }, - "elements": [ - { - "from": [2, 3, 2.25], - "to": [14, 5.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 3, 15.25], - "to": [14.5, 5.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 3.8, 1.5], - "to": [14.4, 4.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 3.8, 1.5], - "to": [2, 4.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 3.75, 15.75], - "to": [12.9, 4.25, 15.85], - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#1"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 4.3, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3.25, 1.5], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server23_gray.json b/assets/minecraft/models/galaxy_lobby/server23_gray.json deleted file mode 100644 index e1d785e..0000000 --- a/assets/minecraft/models/galaxy_lobby/server23_gray.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 6, 2.25], - "to": [14, 8.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 6, 15.25], - "to": [14.5, 8.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 6.8, 1.5], - "to": [14.4, 7.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 6.8, 1.5], - "to": [2, 7.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 6.75, 15.75], - "to": [12.9, 7.25, 15.85], - "faces": { - "north": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "south": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "west": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "up": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 7.5, 7.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server23_red.json b/assets/minecraft/models/galaxy_lobby/server23_red.json deleted file mode 100644 index b7bb678..0000000 --- a/assets/minecraft/models/galaxy_lobby/server23_red.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors" - }, - "elements": [ - { - "from": [2, 6, 2.25], - "to": [14, 8.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 6, 15.25], - "to": [14.5, 8.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 6.8, 1.5], - "to": [14.4, 7.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 6.8, 1.5], - "to": [2, 7.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 6.75, 15.75], - "to": [12.9, 7.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#0"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/galaxy_lobby/server23_yellow.json b/assets/minecraft/models/galaxy_lobby/server23_yellow.json deleted file mode 100644 index cb9c543..0000000 --- a/assets/minecraft/models/galaxy_lobby/server23_yellow.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "credit": "Made with Blockbench, model design by OKTW", - "textures": { - "0": "galaxy/colors", - "1": "galaxy/lobby/yellow_flashing", - "particle": "galaxy/lobby/yellow_flashing" - }, - "elements": [ - { - "from": [2, 6, 2.25], - "to": [14, 8.5, 15.25], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [1.5, 6, 15.25], - "to": [14.5, 8.5, 15.75], - "faces": { - "north": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "east": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "south": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "west": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "up": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"}, - "down": {"uv": [10.5, 6.5, 11.5, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 6.8, 1.5], - "to": [14.4, 7.7, 15.25], - "faces": { - "north": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "east": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "south": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "west": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "up": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"}, - "down": {"uv": [2.5, 2.5, 3.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.6, 6.8, 1.5], - "to": [2, 7.7, 15.25], - "faces": { - "north": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "south": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "west": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "up": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"}, - "down": {"uv": [3.5, 2.5, 2.5, 3.5], "texture": "#0"} - } - }, - { - "from": [12.25, 6.75, 15.75], - "to": [12.9, 7.25, 15.85], - "faces": { - "north": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "east": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "south": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "west": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "up": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"}, - "down": {"uv": [0.5, 0.5, 1.5, 1.5], "texture": "#1"} - } - } - ], - "display": { - "firstperson_righthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "firstperson_lefthand": { - "scale": [0.4, 0.4, 0.4], - "rotation": [0, -45, 0], - "translation": [0, 3.1, 0] - }, - "head": { - "translation": [0, 11.5, 0.15], - "rotation": [0, 180, 0], - "scale": [0.9, 0.9, 0.9] - }, - "gui": { - "scale": [0.75, 0.75, 0.75], - "rotation": [30, 45, 0], - "translation": [-0.75, 1, 0] - }, - "thirdperson_righthand": { - "scale": [0.375, 0.375, 0.375], - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25] - }, - "thirdperson_lefthand": { - "rotation": [75, -45, 0], - "translation": [0.5, 3, 0.25], - "scale": [0.375, 0.375, 0.375] - }, - "ground": { - "rotation": [0, 0, 0], - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "fixed": { - "rotation": [0, 180, 0], - "translation": [0, 0, 18], - "scale": [2, 2, 2] - } - }, - "groups": [ - { - "name": "server", - "children": [0, 1, 2, 3, 4] - }, - { - "name": "screen", - "children": [] - }, - { - "name": "keyboard", - "children": [] - }, - { - "name": "feet", - "children": [ - { - "name": "group", - "children": [] - }, - { - "name": "group", - "children": [] - } - ] - }, - { - "name": "body", - "children": [] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/item/diamond_shovel.json b/assets/minecraft/models/item/diamond_shovel.json index 0356a21..d761591 100644 --- a/assets/minecraft/models/item/diamond_shovel.json +++ b/assets/minecraft/models/item/diamond_shovel.json @@ -5,33 +5,21 @@ }, "overrides": [ { "predicate": {"damaged": 0, "damage": 0}, "model": "item/diamond_shovel"}, - { "#inGameDMG": 1525, "predicate": {"damaged": 0, "damage": 0.9769378603459321}, "model": "item/diamond_shovel"}, - { "#inGameDMG": 1526, "predicate": {"damaged": 0, "damage": 0.9775784753363229}, "model": "item/diamond_shovel"}, - { "#inGameDMG": 1526, "predicate": {"damaged": 0, "damage": 0.9775784753363229}, "model": "item/diamond_shovel"}, - { "#inGameDMG": 1527, "predicate": {"damaged": 0, "damage": 0.9782190903267136}, "model": "galaxy_lobby/cube_ani"}, - { "#inGameDMG": 1528, "predicate": {"damaged": 0, "damage": 0.9788597053171044}, "model": "galaxy_lobby/heavy_door_top_available"}, - { "#inGameDMG": 1529, "predicate": {"damaged": 0, "damage": 0.9795003203074952}, "model": "galaxy_lobby/heavy_door_top_unavailable"}, - { "#inGameDMG": 1530, "predicate": {"damaged": 0, "damage": 0.980140935297886}, "model": "galaxy_lobby/heavy_door_bottom"}, - { "#inGameDMG": 1531, "predicate": {"damaged": 0, "damage": 0.9807815502882767}, "model": "galaxy_lobby/heavy_door_available"}, - { "#inGameDMG": 1532, "predicate": {"damaged": 0, "damage": 0.9814221652786675}, "model": "galaxy_lobby/heavy_door_unavailable"}, - { "#inGameDMG": 1533, "predicate": {"damaged": 0, "damage": 0.9820627802690583}, "model": "galaxy_lobby/heavy_door_frame"}, - { "#inGameDMG": 1534, "predicate": {"damaged": 0, "damage": 0.9827033952594491}, "model": "galaxy_lobby/laser_transmitter_right"}, - { "#inGameDMG": 1535, "predicate": {"damaged": 0, "damage": 0.9833440102498398}, "model": "galaxy_lobby/laser_transmitter_left"}, - { "#inGameDMG": 1536, "predicate": {"damaged": 0, "damage": 0.9839846252402306}, "model": "galaxy_lobby/server12_red"}, - { "#inGameDMG": 1537, "predicate": {"damaged": 0, "damage": 0.9846252402306214}, "model": "galaxy_lobby/server12_yellow"}, - { "#inGameDMG": 1538, "predicate": {"damaged": 0, "damage": 0.9852658552210122}, "model": "galaxy_lobby/server12_gray"}, - { "#inGameDMG": 1539, "predicate": {"damaged": 0, "damage": 0.9859064702114029}, "model": "galaxy_lobby/server11_red"}, - { "#inGameDMG": 1540, "predicate": {"damaged": 0, "damage": 0.9865470852017937}, "model": "galaxy_lobby/server11_yellow"}, - { "#inGameDMG": 1541, "predicate": {"damaged": 0, "damage": 0.9871877001921845}, "model": "galaxy_lobby/server11_gray"}, - { "#inGameDMG": 1542, "predicate": {"damaged": 0, "damage": 0.9878283151825753}, "model": "galaxy_lobby/server23_red"}, - { "#inGameDMG": 1543, "predicate": {"damaged": 0, "damage": 0.988468930172966}, "model": "galaxy_lobby/server23_yellow"}, - { "#inGameDMG": 1544, "predicate": {"damaged": 0, "damage": 0.9891095451633568}, "model": "galaxy_lobby/server23_gray"}, - { "#inGameDMG": 1545, "predicate": {"damaged": 0, "damage": 0.9897501601537476}, "model": "galaxy_lobby/server22_red"}, - { "#inGameDMG": 1546, "predicate": {"damaged": 0, "damage": 0.9903907751441384}, "model": "galaxy_lobby/server22_yellow"}, - { "#inGameDMG": 1547, "predicate": {"damaged": 0, "damage": 0.9910313901345291}, "model": "galaxy_lobby/server22_gray"}, - { "#inGameDMG": 1548, "predicate": {"damaged": 0, "damage": 0.9916720051249199}, "model": "galaxy_lobby/server21_red"}, - { "#inGameDMG": 1549, "predicate": {"damaged": 0, "damage": 0.9923126201153107}, "model": "galaxy_lobby/server21_yellow"}, - { "#inGameDMG": 1550, "predicate": {"damaged": 0, "damage": 0.9929532351057015}, "model": "galaxy_lobby/server21_gray"}, + { "#inGameDMG": 1536, "predicate": {"damaged": 0, "damage": 0.9839846252402306}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1537, "predicate": {"damaged": 0, "damage": 0.9846252402306214}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1538, "predicate": {"damaged": 0, "damage": 0.9852658552210122}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1539, "predicate": {"damaged": 0, "damage": 0.9859064702114029}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1540, "predicate": {"damaged": 0, "damage": 0.9865470852017937}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1541, "predicate": {"damaged": 0, "damage": 0.9871877001921845}, "model": "item/diamond_shovel"}, + { "#inGameDMG": 1542, "predicate": {"damaged": 0, "damage": 0.9878283151825753}, "model": "galaxy_lobby/cube_ani"}, + { "#inGameDMG": 1543, "predicate": {"damaged": 0, "damage": 0.988468930172966}, "model": "galaxy_lobby/heavy_door_top_available"}, + { "#inGameDMG": 1544, "predicate": {"damaged": 0, "damage": 0.9891095451633568}, "model": "galaxy_lobby/heavy_door_top_unavailable"}, + { "#inGameDMG": 1545, "predicate": {"damaged": 0, "damage": 0.9897501601537476}, "model": "galaxy_lobby/heavy_door_bottom"}, + { "#inGameDMG": 1546, "predicate": {"damaged": 0, "damage": 0.9903907751441384}, "model": "galaxy_lobby/heavy_door_available"}, + { "#inGameDMG": 1547, "predicate": {"damaged": 0, "damage": 0.9910313901345291}, "model": "galaxy_lobby/heavy_door_unavailable"}, + { "#inGameDMG": 1548, "predicate": {"damaged": 0, "damage": 0.9916720051249199}, "model": "galaxy_lobby/heavy_door_frame"}, + { "#inGameDMG": 1549, "predicate": {"damaged": 0, "damage": 0.9923126201153107}, "model": "galaxy_lobby/laser_transmitter_right"}, + { "#inGameDMG": 1550, "predicate": {"damaged": 0, "damage": 0.9929532351057015}, "model": "galaxy_lobby/laser_transmitter_left"}, { "#inGameDMG": 1551, "predicate": {"damaged": 0, "damage": 0.9935938500960922}, "model": "galaxy_lobby/kvm_close"}, { "#inGameDMG": 1552, "predicate": {"damaged": 0, "damage": 0.994234465086483}, "model": "galaxy_lobby/kvm_open"}, { "#inGameDMG": 1553, "predicate": {"damaged": 0, "damage": 0.9948750800768738}, "model": "galaxy_lobby/sign_fplz"},