diff --git a/assets/minecraft/models/item/decor/subway_map.json b/assets/minecraft/models/item/decor/subway_map.json new file mode 100644 index 0000000..a28ac08 --- /dev/null +++ b/assets/minecraft/models/item/decor/subway_map.json @@ -0,0 +1,89 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "item/decor/subway_map", + "1": "item/decor/subway_map_text", + "particle": "item/decor/subway_map" + }, + "elements": [ + { + "from": [7.9, 0, -2], + "to": [7.9, 12, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6.9, 6, 8]}, + "faces": { + "north": {"uv": [0.016, 0.016, 0.016, 5.984], "texture": "#missing"}, + "east": {"uv": [0.016, 0.016, 9.984, 5.984], "texture": "#0"}, + "south": {"uv": [0.016, 0.016, 0.016, 5.984], "texture": "#missing"}, + "west": {"uv": [0.016, 0.016, 9.984, 5.984], "texture": "#0"}, + "up": {"uv": [0.016, 0.016, 0.016, 9.984], "texture": "#missing"}, + "down": {"uv": [0.016, 0.016, 0.016, 9.984], "texture": "#missing"} + } + }, + { + "from": [7.5, 0, -2], + "to": [7.5, 12, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 6, 8]}, + "faces": { + "north": {"uv": [0.016, 0.016, 0.016, 5.984], "texture": "#missing"}, + "east": {"uv": [0.016, 0.016, 9.984, 5.984], "texture": "#missing"}, + "south": {"uv": [0.016, 0.016, 0.016, 5.984], "texture": "#missing"}, + "west": {"uv": [0.016, 0.016, 15.984, 15.984], "texture": "#1"}, + "up": {"uv": [0.016, 0.016, 0.016, 9.984], "texture": "#missing"}, + "down": {"uv": [0.016, 0.016, 0.016, 9.984], "texture": "#missing"} + } + }, + { + "from": [7, 12, -2], + "to": [8, 13, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, 8]}, + "faces": { + "north": {"uv": [0.016, 0.016, 0.484, 0.484], "texture": "#missing"}, + "east": {"uv": [0.016, 6.016, 9.984, 6.484], "texture": "#0"}, + "south": {"uv": [0.016, 0.016, 0.484, 0.484], "texture": "#missing"}, + "west": {"uv": [0.016, 6.016, 9.984, 6.484], "texture": "#0"}, + "up": {"uv": [0.016, 6.516, 9.984, 6.984], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.016, 7.016, 9.984, 7.484], "texture": "#0"} + } + }, + { + "from": [7, -1, -2], + "to": [8, 0, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 8]}, + "faces": { + "north": {"uv": [0.016, 0.484, 0.484, 0.016], "texture": "#missing"}, + "east": {"uv": [0.016, 6.016, 9.984, 6.484], "texture": "#0"}, + "south": {"uv": [0.016, 0.484, 0.484, 0.016], "texture": "#missing"}, + "west": {"uv": [0.016, 6.016, 9.984, 6.484], "texture": "#0"}, + "up": {"uv": [0.016, 6.516, 9.984, 6.984], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.016, 7.016, 9.984, 7.484], "texture": "#0"} + } + }, + { + "from": [7, -1, -3], + "to": [8, 13, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, 7]}, + "faces": { + "north": {"uv": [11.484, 0.016, 11.016, 6.984], "texture": "#0"}, + "east": {"uv": [10.016, 0.016, 10.484, 6.984], "texture": "#0"}, + "south": {"uv": [10.516, 0.016, 10.984, 6.984], "texture": "#0"}, + "west": {"uv": [10.484, 0.016, 10.016, 6.984], "texture": "#0"}, + "up": {"uv": [0.016, 6.516, 9.984, 6.984], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.016, 7.016, 0.484, 7.484], "texture": "#0"} + } + }, + { + "from": [7, -1, 18], + "to": [8, 13, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, 28]}, + "faces": { + "north": {"uv": [10.516, 0.016, 10.984, 6.984], "texture": "#0"}, + "east": {"uv": [10.484, 0.016, 10.016, 6.984], "texture": "#0"}, + "south": {"uv": [11.484, 0.016, 11.016, 6.984], "texture": "#0"}, + "west": {"uv": [10.016, 0.016, 10.484, 6.984], "texture": "#0"}, + "up": {"uv": [0.016, 6.516, 0.484, 6.984], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0.016, 7.016, 0.484, 7.484], "texture": "#0"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/decor/subway_map.png b/assets/minecraft/textures/item/decor/subway_map.png new file mode 100644 index 0000000..a17ba47 Binary files /dev/null and b/assets/minecraft/textures/item/decor/subway_map.png differ diff --git a/assets/minecraft/textures/item/decor/subway_map_text.png b/assets/minecraft/textures/item/decor/subway_map_text.png new file mode 100644 index 0000000..a18de6b Binary files /dev/null and b/assets/minecraft/textures/item/decor/subway_map_text.png differ