From a2fa9189d0bac34ef25adacf4f13584f7c87593b Mon Sep 17 00:00:00 2001 From: violxiv Date: Mon, 25 Nov 2024 22:43:55 +0000 Subject: [PATCH] neon lights --- .../models/item/decor/neon_clothing.json | 35 ++++++++++++++++++ .../models/item/decor/neon_kweebec.json | 35 ++++++++++++++++++ .../models/item/decor/neon_ramen.json | 35 ++++++++++++++++++ .../models/item/decor/neon_subway.json | 35 ++++++++++++++++++ .../textures/item/decor/neon_lights.png | Bin 0 -> 2455 bytes .../textures/item/decor/neon_lights_2.png | Bin 0 -> 1167 bytes 6 files changed, 140 insertions(+) create mode 100644 assets/minecraft/models/item/decor/neon_clothing.json create mode 100644 assets/minecraft/models/item/decor/neon_kweebec.json create mode 100644 assets/minecraft/models/item/decor/neon_ramen.json create mode 100644 assets/minecraft/models/item/decor/neon_subway.json create mode 100644 assets/minecraft/textures/item/decor/neon_lights.png create mode 100644 assets/minecraft/textures/item/decor/neon_lights_2.png diff --git a/assets/minecraft/models/item/decor/neon_clothing.json b/assets/minecraft/models/item/decor/neon_clothing.json new file mode 100644 index 0000000..efec727 --- /dev/null +++ b/assets/minecraft/models/item/decor/neon_clothing.json @@ -0,0 +1,35 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/decor/neon_lights", + "particle": "item/decor/neon_lights" + }, + "elements": [ + { + "from": [-4, -8, 4], + "to": [12, 16, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]}, + "faces": { + "north": {"uv": [0, 0, 4, 6], "texture": "#0"}, + "east": {"uv": [6, 0, 4, 6], "texture": "#0"}, + "south": {"uv": [0, 0, 4, 6], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 6], "texture": "#0"}, + "up": {"uv": [0, 6, 4, 8], "texture": "#0"}, + "down": {"uv": [0, 8, 4, 6], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "gui": { + "rotation": [30, -158, 0], + "translation": [-2.25, 1.5, 0], + "scale": [0.56992, 0.56992, 0.56992] + }, + "head": { + "translation": [0, 7.85, 0], + "scale": [3.2, 3.2, 3.2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/decor/neon_kweebec.json b/assets/minecraft/models/item/decor/neon_kweebec.json new file mode 100644 index 0000000..c603914 --- /dev/null +++ b/assets/minecraft/models/item/decor/neon_kweebec.json @@ -0,0 +1,35 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "1": "item/decor/neon_lights_2", + "particle": "item/decor/neon_lights" + }, + "elements": [ + { + "from": [-4, -16, 4], + "to": [12, 32, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]}, + "faces": { + "north": {"uv": [2, 2, 6, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "texture": "#1"}, + "south": {"uv": [2, 2, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 2, 0, 14], "texture": "#1"}, + "up": {"uv": [0, 2, 4, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 4, 2], "texture": "#1"} + } + } + ], + "gui_light": "front", + "display": { + "gui": { + "rotation": [30, -158, 0], + "translation": [-2.25, 1.5, 0], + "scale": [0.56992, 0.56992, 0.56992] + }, + "head": { + "translation": [0, 7.85, 0], + "scale": [3.2, 3.2, 3.2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/decor/neon_ramen.json b/assets/minecraft/models/item/decor/neon_ramen.json new file mode 100644 index 0000000..f80e0ba --- /dev/null +++ b/assets/minecraft/models/item/decor/neon_ramen.json @@ -0,0 +1,35 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/decor/neon_lights", + "particle": "item/decor/neon_lights" + }, + "elements": [ + { + "from": [-4, -8, 4], + "to": [12, 24, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]}, + "faces": { + "north": {"uv": [0, 8, 4, 16], "texture": "#0"}, + "east": {"uv": [4, 6, 6, 14], "texture": "#0"}, + "south": {"uv": [0, 8, 4, 16], "texture": "#0"}, + "west": {"uv": [6, 6, 4, 14], "texture": "#0"}, + "up": {"uv": [12, 14, 16, 16], "texture": "#0"}, + "down": {"uv": [12, 16, 16, 14], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "gui": { + "rotation": [30, -158, 0], + "translation": [-2.25, 1.5, 0], + "scale": [0.56992, 0.56992, 0.56992] + }, + "head": { + "translation": [0, 7.85, 0], + "scale": [3.2, 3.2, 3.2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/decor/neon_subway.json b/assets/minecraft/models/item/decor/neon_subway.json new file mode 100644 index 0000000..3f48db1 --- /dev/null +++ b/assets/minecraft/models/item/decor/neon_subway.json @@ -0,0 +1,35 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/decor/neon_lights", + "particle": "item/decor/neon_lights" + }, + "elements": [ + { + "from": [4, -4, 6], + "to": [12, 28, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 2]}, + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "east": {"uv": [12, 0, 10, 16], "texture": "#0"}, + "south": {"uv": [10, 0, 6, 16], "texture": "#0"}, + "west": {"uv": [10, 0, 12, 16], "texture": "#0"}, + "up": {"uv": [16, 0, 12, 2], "texture": "#0"}, + "down": {"uv": [12, 2, 16, 0], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "gui": { + "rotation": [30, -158, 0], + "translation": [-2.25, 1.5, 0], + "scale": [0.56992, 0.56992, 0.56992] + }, + "head": { + "translation": [0, -4.9, 0], + "scale": [3.2, 3.2, 3.2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/decor/neon_lights.png b/assets/minecraft/textures/item/decor/neon_lights.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6451a35d5fa426c09c2e045eaa7a4ebef2472e GIT binary patch literal 2455 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 literal 0 HcmV?d00001