Skip to content

Commit

Permalink
New neon signs!!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovdev committed Nov 27, 2024
1 parent 006a30f commit 4d1d10c
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 0 deletions.
34 changes: 34 additions & 0 deletions assets/minecraft/models/item/decor/neon_flowers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"1": "item/decor/neon_lights_4"
},
"elements": [
{
"from": [-4, -16, 4],
"to": [12, 32, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]},
"faces": {
"north": {"uv": [0, 0, 4, 12], "texture": "#1"},
"east": {"uv": [4, 0, 6, 12], "texture": "#1"},
"south": {"uv": [0, 0, 4, 12], "texture": "#1"},
"west": {"uv": [6, 0, 4, 12], "texture": "#1"},
"up": {"uv": [0, 14, 4, 12], "texture": "#1"},
"down": {"uv": [0, 12, 4, 14], "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]
}
}
}
35 changes: 35 additions & 0 deletions assets/minecraft/models/item/decor/neon_nerds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"0": "item/decor/neon_lights_2",
"particle": "item/decor/neon_lights_2"
},
"elements": [
{
"from": [-4, -16, 4],
"to": [12, 32, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]},
"faces": {
"north": {"uv": [12, 2, 16, 14], "texture": "#0"},
"east": {"uv": [0, 2, 2, 14], "texture": "#0"},
"south": {"uv": [12, 2, 16, 14], "texture": "#0"},
"west": {"uv": [2, 2, 0, 14], "texture": "#0"},
"up": {"uv": [0, 2, 4, 0], "texture": "#0"},
"down": {"uv": [0, 0, 4, 2], "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]
}
}
}
35 changes: 35 additions & 0 deletions assets/minecraft/models/item/decor/neon_real_estate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"2": "item/decor/neon_lights_2",
"particle": "item/decor/neon_lights_2"
},
"elements": [
{
"from": [-4, -8, 4],
"to": [12, 16, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -8, 4]},
"faces": {
"north": {"uv": [6, 0, 10, 6], "texture": "#2"},
"east": {"uv": [12, 0, 10, 6], "texture": "#2"},
"south": {"uv": [6, 0, 10, 6], "texture": "#2"},
"west": {"uv": [10, 0, 12, 6], "texture": "#2"},
"up": {"uv": [12, 0, 16, 2], "texture": "#2"},
"down": {"uv": [12, 2, 16, 0], "texture": "#2"}
}
}
],
"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]
}
}
}
Binary file modified assets/minecraft/textures/item/decor/neon_lights_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d1d10c

Please sign in to comment.