feat: red hat

This commit is contained in:
Guz
2026-04-26 15:19:43 -03:00
parent 9df52c34b8
commit 1b8efa3198
17 changed files with 1449 additions and 0 deletions

View File

@@ -164,6 +164,74 @@ const ITEMS = {
],
},
},
mario_hat: {
name: {
pt_br: "Chapéu <com direitos autorais>",
fallback: "<Copyrithed> Hat",
color: "red",
},
lore: {
pt_br: "It's a me [REDACTED]",
fallback: "It's a me [REDACTED]",
},
recipe: {
key: {
A: "minecraft:red_dye",
B: "minecraft:iron_nugget",
},
pattern: [
" B ", //
"A#A",
" A ",
],
},
},
mario_hat_2: {
name: {
pt_br: "Chapéu <com direitos autorais>",
fallback: "<Copyrithed> Hat",
color: "red",
},
lore: {
pt_br: "It's a me [REDACTED]",
fallback: "It's a me [REDACTED]",
},
recipe: {
key: {
A: "minecraft:red_dye",
B: "minecraft:iron_nugget",
C: "minecraft:brown_dye",
},
pattern: [
" B ", //
"A#A",
"CAC",
],
},
},
mario_hat_3: {
name: {
pt_br: "Chapéu <com direitos autorais>",
fallback: "<Copyrithed> Hat",
color: "red",
},
lore: {
pt_br: "It's a me [REDACTED]",
fallback: "It's a me [REDACTED]",
},
recipe: {
key: {
A: "minecraft:red_dye",
B: "minecraft:iron_nugget",
C: "minecraft:brown_dye",
},
pattern: [
" B ", //
"C#C",
" A ",
],
},
},
miku_hair: {
name: {
pt_br: "Cabelo da Miku",

1
.meta/mario_hat.bbmodel Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"__sixsides_generator": "generate_helmet.js",
"model": {
"type": "minecraft:model",
"model": "sixsides_cosmetics:item/mario_hat"
}
}

View File

@@ -0,0 +1,7 @@
{
"__sixsides_generator": "generate_helmet.js",
"model": {
"type": "minecraft:model",
"model": "sixsides_cosmetics:item/mario_hat_2"
}
}

View File

@@ -0,0 +1,7 @@
{
"__sixsides_generator": "generate_helmet.js",
"model": {
"type": "minecraft:model",
"model": "sixsides_cosmetics:item/mario_hat_3"
}
}

View File

@@ -29,3 +29,9 @@
"sixsides_cosmetics.item.cozy_straw_hat.lore": "Provide a little fresh shade for your head."
}
"sixsides_cosmetics.item.mario_hat": "<Copyrithed> Hat",
"sixsides_cosmetics.item.mario_hat.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_2": "<Copyrithed> Hat",
"sixsides_cosmetics.item.mario_hat_2.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_3": "<Copyrithed> Hat",
"sixsides_cosmetics.item.mario_hat_3.lore": "It's a me [REDACTED]",

View File

@@ -29,3 +29,9 @@
"sixsides_cosmetics.item.cozy_straw_hat.lore": "Provê um pouco de sombra fresca para o seu rosto."
}
"sixsides_cosmetics.item.mario_hat": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_2": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat_2.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_3": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat_3.lore": "It's a me [REDACTED]",

View File

@@ -29,3 +29,9 @@
"sixsides_cosmetics.item.cozy_straw_hat.lore": "Provê um pouco de sombra fresca para o seu rosto."
}
"sixsides_cosmetics.item.mario_hat": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_2": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat_2.lore": "It's a me [REDACTED]",
"sixsides_cosmetics.item.mario_hat_3": "Chapéu <com direitos autorais>",
"sixsides_cosmetics.item.mario_hat_3.lore": "It's a me [REDACTED]",

View File

@@ -0,0 +1,304 @@
{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"1": "sixsides_cosmetics:item/mario_hat"
},
"elements": [
{
"from": [14.4, -0.6, 1],
"to": [15.4, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"east": {"uv": [0, 9.5, 1, 11.25], "texture": "#1"},
"south": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"west": {"uv": [1, 9.5, 2, 11.25], "texture": "#1"},
"up": {"uv": [2.5, 9.5, 2.25, 8.5], "texture": "#1"},
"down": {"uv": [9, 9.5, 8.75, 10.5], "texture": "#1"}
}
},
{
"from": [5, 0.5, -5],
"to": [11, 1.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0.5, -3]},
"faces": {
"north": {"uv": [7, 10, 8.5, 10.25], "texture": "#1"},
"east": {"uv": [11.25, 3, 12.5, 3.25], "texture": "#1"},
"south": {"uv": [7, 10.25, 8.5, 10.5], "texture": "#1"},
"west": {"uv": [11.25, 3.25, 12.5, 3.5], "texture": "#1"},
"up": {"uv": [10.5, 9.25, 9, 8], "texture": "#1"},
"down": {"uv": [10.5, 9.25, 9, 10.5], "texture": "#1"}
}
},
{
"from": [2, 0.2, -4],
"to": [5, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0.2, -3]},
"faces": {
"north": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"},
"east": {"uv": [4.5, 11.25, 5.5, 11.5], "texture": "#1"},
"south": {"uv": [11.5, 11, 12.25, 11.25], "texture": "#1"},
"west": {"uv": [5.5, 11.25, 6.5, 11.5], "texture": "#1"},
"up": {"uv": [3.25, 7.5, 2.5, 6.5], "texture": "#1"},
"down": {"uv": [11.25, 8.5, 10.5, 9.5], "texture": "#1"}
}
},
{
"from": [11, 0.2, -4],
"to": [14, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 0.2, -3]},
"faces": {
"north": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"},
"east": {"uv": [6.5, 11.25, 7.5, 11.5], "texture": "#1"},
"south": {"uv": [11.75, 5.5, 12.5, 5.75], "texture": "#1"},
"west": {"uv": [7.5, 11.25, 8.5, 11.5], "texture": "#1"},
"up": {"uv": [11.25, 10.5, 10.5, 9.5], "texture": "#1"},
"down": {"uv": [11.25, 10.5, 10.5, 11.5], "texture": "#1"}
}
},
{
"from": [1, 0, -3],
"to": [2, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, -3]},
"faces": {
"north": {"uv": [1.75, 12.25, 2, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 8.5, 12.25, 8.75], "texture": "#1"},
"south": {"uv": [12.25, 2.25, 12.5, 2.5], "texture": "#1"},
"west": {"uv": [11.25, 8.75, 12.25, 9], "texture": "#1"},
"up": {"uv": [3.75, 12.25, 3.5, 11.25], "texture": "#1"},
"down": {"uv": [4, 11.25, 3.75, 12.25], "texture": "#1"}
}
},
{
"from": [14, 0, -3],
"to": [15, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, -3]},
"faces": {
"north": {"uv": [3.5, 12.25, 3.75, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 9, 12.25, 9.25], "texture": "#1"},
"south": {"uv": [3.75, 12.25, 4, 12.5], "texture": "#1"},
"west": {"uv": [11.25, 9.25, 12.25, 9.5], "texture": "#1"},
"up": {"uv": [8.75, 12.25, 8.5, 11.25], "texture": "#1"},
"down": {"uv": [9, 11.25, 8.75, 12.25], "texture": "#1"}
}
},
{
"from": [0.6, -0.6, 1],
"to": [1.6, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"east": {"uv": [2, 9.5, 3, 11.25], "texture": "#1"},
"south": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"west": {"uv": [3, 9.5, 4, 11.25], "texture": "#1"},
"up": {"uv": [11.5, 10.5, 11.25, 9.5], "texture": "#1"},
"down": {"uv": [11.5, 10.5, 11.25, 11.5], "texture": "#1"}
}
},
{
"from": [0.6, -1.6, 5],
"to": [1.6, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9.5, 11, 9.75, 13], "texture": "#1"},
"east": {"uv": [6.25, 4.5, 8.75, 6.5], "texture": "#1"},
"south": {"uv": [9.75, 11, 10, 13], "texture": "#1"},
"west": {"uv": [0, 6.5, 2.5, 8.5], "texture": "#1"},
"up": {"uv": [10.25, 13.25, 10, 10.75], "texture": "#1"},
"down": {"uv": [10.5, 10.75, 10.25, 13.25], "texture": "#1"}
}
},
{
"from": [1.6, 0.4, 1],
"to": [14.4, 6, 14.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"east": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"south": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"west": {"uv": [8.75, 4, 12, 5.5], "texture": "#1"},
"up": {"uv": [3.25, 3.25, 0, 0], "texture": "#1"},
"down": {"uv": [3.25, 3.25, 0, 6.5], "texture": "#1"}
}
},
{
"from": [1.6, 0.5, 0],
"to": [3.6, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"east": {"uv": [4.5, 11.5, 4.75, 12.5], "texture": "#1"},
"south": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"west": {"uv": [4.75, 11.5, 5, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 3, 12, 2.75], "texture": "#1"},
"down": {"uv": [12.5, 3.5, 12, 3.75], "texture": "#1"}
}
},
{
"from": [3.6, 0.5, -1],
"to": [12.6, 4.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 8.5, 2.25, 9.5], "texture": "#1"},
"east": {"uv": [5, 11.5, 5.25, 12.5], "texture": "#1"},
"south": {"uv": [9, 2.5, 11.25, 3.5], "texture": "#1"},
"west": {"uv": [5.25, 11.5, 5.5, 12.5], "texture": "#1"},
"up": {"uv": [6.75, 11.25, 4.5, 11], "texture": "#1"},
"down": {"uv": [9, 11, 6.75, 11.25], "texture": "#1"}
}
},
{
"from": [12.6, 0.5, 0],
"to": [14.4, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"east": {"uv": [5.5, 11.5, 5.75, 12.5], "texture": "#1"},
"south": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"west": {"uv": [5.75, 11.5, 6, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 4, 12, 3.75], "texture": "#1"},
"down": {"uv": [12.5, 4, 12, 4.25], "texture": "#1"}
}
},
{
"from": [1.6, 4.5, 0],
"to": [14.4, 7, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9, 1, 12.25, 1.75], "texture": "#1"},
"east": {"uv": [11.75, 5.75, 12, 6.5], "texture": "#1"},
"south": {"uv": [9, 1.75, 12.25, 2.5], "texture": "#1"},
"west": {"uv": [6.5, 11.75, 6.75, 12.5], "texture": "#1"},
"up": {"uv": [7.25, 10.75, 4, 10.5], "texture": "#1"},
"down": {"uv": [10.5, 10.5, 7.25, 10.75], "texture": "#1"}
}
},
{
"from": [1.6, -2.5, 14.3],
"to": [14.4, 6, 15.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 16.3]},
"faces": {
"north": {"uv": [3.25, 0, 6.5, 2.25], "texture": "#1"},
"east": {"uv": [9, 11, 9.25, 13.25], "texture": "#1"},
"south": {"uv": [3.25, 2.25, 6.5, 4.5], "texture": "#1"},
"west": {"uv": [9.25, 11, 9.5, 13.25], "texture": "#1"},
"up": {"uv": [13.75, 8.25, 10.5, 8], "texture": "#1"},
"down": {"uv": [13.75, 8.25, 10.5, 8.5], "texture": "#1"}
}
},
{
"from": [2, 6, 1],
"to": [14, 8, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9, 3.5, 12, 4], "texture": "#1"},
"east": {"uv": [6.5, 4, 8.25, 4.5], "texture": "#1"},
"south": {"uv": [4, 9.5, 7, 10], "texture": "#1"},
"west": {"uv": [7, 9.5, 8.75, 10], "texture": "#1"},
"up": {"uv": [6.25, 6.25, 3.25, 4.5], "texture": "#1"},
"down": {"uv": [6.25, 4.5, 3.25, 6.25], "texture": "#1"}
}
},
{
"from": [2, 6, 8],
"to": [14, 7.6, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9.5, 7.5, 12.5, 8], "texture": "#1"},
"east": {"uv": [8.25, 4, 8.75, 4.5], "texture": "#1"},
"south": {"uv": [9.5, 7, 12.5, 7.5], "texture": "#1"},
"west": {"uv": [6, 11.5, 6.5, 12], "texture": "#1"},
"up": {"uv": [12.5, 8, 9.5, 7.5], "texture": "#1"},
"down": {"uv": [12.5, 7, 9.5, 7.5], "texture": "#1"}
}
},
{
"from": [2, 6, 10],
"to": [14, 7, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [4, 10.75, 7, 11], "texture": "#1"},
"east": {"uv": [6.5, 11.5, 7.5, 11.75], "texture": "#1"},
"south": {"uv": [7, 10.75, 10, 11], "texture": "#1"},
"west": {"uv": [7.5, 11.5, 8.5, 11.75], "texture": "#1"},
"up": {"uv": [11.75, 6.5, 8.75, 5.5], "texture": "#1"},
"down": {"uv": [11.75, 5.5, 8.75, 6.5], "texture": "#1"}
}
},
{
"from": [14.4, -1.6, 5],
"to": [15.4, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2, 11.25, 2.25, 13.25], "texture": "#1"},
"east": {"uv": [6.5, 0, 9, 2], "texture": "#1"},
"south": {"uv": [2.25, 11.25, 2.5, 13.25], "texture": "#1"},
"west": {"uv": [6.5, 2, 9, 4], "texture": "#1"},
"up": {"uv": [4.25, 13.5, 4, 11], "texture": "#1"},
"down": {"uv": [4.5, 11, 4.25, 13.5], "texture": "#1"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"thirdperson_lefthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"firstperson_righthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 6.5, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"firstperson_lefthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 6.5, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"ground": {
"rotation": [-17, 0.04, 1.18],
"translation": [0, 6.25, 0],
"scale": [0.82031, 0.82031, 0.82031]
},
"gui": {
"rotation": [-153.13, 24.55, -172.11],
"translation": [1, 4, 0],
"scale": [0.73046, 0.73046, 0.73046]
},
"head": {
"translation": [0, 9.5, 0.25],
"scale": [1.04688, 1.07422, 1.08398]
},
"fixed": {
"rotation": [-66.25, 0, 0],
"translation": [0, 11, -14.5],
"scale": [1.82227, 1.82227, 1.82227]
},
"on_shelf": {
"rotation": [-122.5, 0, 180],
"translation": [0, 2.25, 0]
}
},
"groups": [
{
"name": "group",
"origin": [7, 1, 6],
"color": 0,
"children": [
{
"name": "hat",
"origin": [16, 0, 2],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
}
]
}
]
}

View File

@@ -0,0 +1,467 @@
{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"1": "sixsides_cosmetics:item/mario_hat"
},
"elements": [
{
"from": [14.4, -0.6, 1],
"to": [15.4, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"east": {"uv": [0, 9.5, 1, 11.25], "texture": "#1"},
"south": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"west": {"uv": [1, 9.5, 2, 11.25], "texture": "#1"},
"up": {"uv": [2.5, 9.5, 2.25, 8.5], "texture": "#1"},
"down": {"uv": [9, 9.5, 8.75, 10.5], "texture": "#1"}
}
},
{
"from": [5, 0.5, -5],
"to": [11, 1.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0.5, -3]},
"faces": {
"north": {"uv": [7, 10, 8.5, 10.25], "texture": "#1"},
"east": {"uv": [11.25, 3, 12.5, 3.25], "texture": "#1"},
"south": {"uv": [7, 10.25, 8.5, 10.5], "texture": "#1"},
"west": {"uv": [11.25, 3.25, 12.5, 3.5], "texture": "#1"},
"up": {"uv": [10.5, 9.25, 9, 8], "texture": "#1"},
"down": {"uv": [10.5, 9.25, 9, 10.5], "texture": "#1"}
}
},
{
"from": [2, 0.2, -4],
"to": [5, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0.2, -3]},
"faces": {
"north": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"},
"east": {"uv": [4.5, 11.25, 5.5, 11.5], "texture": "#1"},
"south": {"uv": [11.5, 11, 12.25, 11.25], "texture": "#1"},
"west": {"uv": [5.5, 11.25, 6.5, 11.5], "texture": "#1"},
"up": {"uv": [3.25, 7.5, 2.5, 6.5], "texture": "#1"},
"down": {"uv": [11.25, 8.5, 10.5, 9.5], "texture": "#1"}
}
},
{
"from": [11, 0.2, -4],
"to": [14, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 0.2, -3]},
"faces": {
"north": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"},
"east": {"uv": [6.5, 11.25, 7.5, 11.5], "texture": "#1"},
"south": {"uv": [11.75, 5.5, 12.5, 5.75], "texture": "#1"},
"west": {"uv": [7.5, 11.25, 8.5, 11.5], "texture": "#1"},
"up": {"uv": [11.25, 10.5, 10.5, 9.5], "texture": "#1"},
"down": {"uv": [11.25, 10.5, 10.5, 11.5], "texture": "#1"}
}
},
{
"from": [1, 0, -3],
"to": [2, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, -3]},
"faces": {
"north": {"uv": [1.75, 12.25, 2, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 8.5, 12.25, 8.75], "texture": "#1"},
"south": {"uv": [12.25, 2.25, 12.5, 2.5], "texture": "#1"},
"west": {"uv": [11.25, 8.75, 12.25, 9], "texture": "#1"},
"up": {"uv": [3.75, 12.25, 3.5, 11.25], "texture": "#1"},
"down": {"uv": [4, 11.25, 3.75, 12.25], "texture": "#1"}
}
},
{
"from": [14, 0, -3],
"to": [15, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, -3]},
"faces": {
"north": {"uv": [3.5, 12.25, 3.75, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 9, 12.25, 9.25], "texture": "#1"},
"south": {"uv": [3.75, 12.25, 4, 12.5], "texture": "#1"},
"west": {"uv": [11.25, 9.25, 12.25, 9.5], "texture": "#1"},
"up": {"uv": [8.75, 12.25, 8.5, 11.25], "texture": "#1"},
"down": {"uv": [9, 11.25, 8.75, 12.25], "texture": "#1"}
}
},
{
"from": [0.6, -0.6, 1],
"to": [1.6, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"east": {"uv": [2, 9.5, 3, 11.25], "texture": "#1"},
"south": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"west": {"uv": [3, 9.5, 4, 11.25], "texture": "#1"},
"up": {"uv": [11.5, 10.5, 11.25, 9.5], "texture": "#1"},
"down": {"uv": [11.5, 10.5, 11.25, 11.5], "texture": "#1"}
}
},
{
"from": [0.6, -1.6, 5],
"to": [1.6, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9.5, 11, 9.75, 13], "texture": "#1"},
"east": {"uv": [6.25, 4.5, 8.75, 6.5], "texture": "#1"},
"south": {"uv": [9.75, 11, 10, 13], "texture": "#1"},
"west": {"uv": [0, 6.5, 2.5, 8.5], "texture": "#1"},
"up": {"uv": [10.25, 13.25, 10, 10.75], "texture": "#1"},
"down": {"uv": [10.5, 10.75, 10.25, 13.25], "texture": "#1"}
}
},
{
"from": [1.6, 0.4, 1],
"to": [14.4, 6, 14.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"east": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"south": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"west": {"uv": [8.75, 4, 12, 5.5], "texture": "#1"},
"up": {"uv": [3.25, 3.25, 0, 0], "texture": "#1"},
"down": {"uv": [3.25, 3.25, 0, 6.5], "texture": "#1"}
}
},
{
"from": [1.6, 0.5, 0],
"to": [3.6, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"east": {"uv": [4.5, 11.5, 4.75, 12.5], "texture": "#1"},
"south": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"west": {"uv": [4.75, 11.5, 5, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 3, 12, 2.75], "texture": "#1"},
"down": {"uv": [12.5, 3.5, 12, 3.75], "texture": "#1"}
}
},
{
"from": [3.6, 0.5, -1],
"to": [12.6, 4.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 8.5, 2.25, 9.5], "texture": "#1"},
"east": {"uv": [5, 11.5, 5.25, 12.5], "texture": "#1"},
"south": {"uv": [9, 2.5, 11.25, 3.5], "texture": "#1"},
"west": {"uv": [5.25, 11.5, 5.5, 12.5], "texture": "#1"},
"up": {"uv": [6.75, 11.25, 4.5, 11], "texture": "#1"},
"down": {"uv": [9, 11, 6.75, 11.25], "texture": "#1"}
}
},
{
"from": [12.6, 0.5, 0],
"to": [14.4, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"east": {"uv": [5.5, 11.5, 5.75, 12.5], "texture": "#1"},
"south": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"west": {"uv": [5.75, 11.5, 6, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 4, 12, 3.75], "texture": "#1"},
"down": {"uv": [12.5, 4, 12, 4.25], "texture": "#1"}
}
},
{
"from": [1.6, 4.5, 0],
"to": [14.4, 7, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9, 1, 12.25, 1.75], "texture": "#1"},
"east": {"uv": [11.75, 5.75, 12, 6.5], "texture": "#1"},
"south": {"uv": [9, 1.75, 12.25, 2.5], "texture": "#1"},
"west": {"uv": [6.5, 11.75, 6.75, 12.5], "texture": "#1"},
"up": {"uv": [7.25, 10.75, 4, 10.5], "texture": "#1"},
"down": {"uv": [10.5, 10.5, 7.25, 10.75], "texture": "#1"}
}
},
{
"from": [1.6, -2.5, 14.3],
"to": [14.4, 6, 15.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 16.3]},
"faces": {
"north": {"uv": [3.25, 0, 6.5, 2.25], "texture": "#1"},
"east": {"uv": [9, 11, 9.25, 13.25], "texture": "#1"},
"south": {"uv": [3.25, 2.25, 6.5, 4.5], "texture": "#1"},
"west": {"uv": [9.25, 11, 9.5, 13.25], "texture": "#1"},
"up": {"uv": [13.75, 8.25, 10.5, 8], "texture": "#1"},
"down": {"uv": [13.75, 8.25, 10.5, 8.5], "texture": "#1"}
}
},
{
"from": [2, 6, 1],
"to": [14, 8, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9, 3.5, 12, 4], "texture": "#1"},
"east": {"uv": [6.5, 4, 8.25, 4.5], "texture": "#1"},
"south": {"uv": [4, 9.5, 7, 10], "texture": "#1"},
"west": {"uv": [7, 9.5, 8.75, 10], "texture": "#1"},
"up": {"uv": [6.25, 6.25, 3.25, 4.5], "texture": "#1"},
"down": {"uv": [6.25, 4.5, 3.25, 6.25], "texture": "#1"}
}
},
{
"from": [2, 6, 8],
"to": [14, 7.6, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9.5, 7.5, 12.5, 8], "texture": "#1"},
"east": {"uv": [8.25, 4, 8.75, 4.5], "texture": "#1"},
"south": {"uv": [9.5, 7, 12.5, 7.5], "texture": "#1"},
"west": {"uv": [6, 11.5, 6.5, 12], "texture": "#1"},
"up": {"uv": [12.5, 8, 9.5, 7.5], "texture": "#1"},
"down": {"uv": [12.5, 7, 9.5, 7.5], "texture": "#1"}
}
},
{
"from": [2, 6, 10],
"to": [14, 7, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [4, 10.75, 7, 11], "texture": "#1"},
"east": {"uv": [6.5, 11.5, 7.5, 11.75], "texture": "#1"},
"south": {"uv": [7, 10.75, 10, 11], "texture": "#1"},
"west": {"uv": [7.5, 11.5, 8.5, 11.75], "texture": "#1"},
"up": {"uv": [11.75, 6.5, 8.75, 5.5], "texture": "#1"},
"down": {"uv": [11.75, 5.5, 8.75, 6.5], "texture": "#1"}
}
},
{
"from": [14.4, -1.6, 5],
"to": [15.4, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2, 11.25, 2.25, 13.25], "texture": "#1"},
"east": {"uv": [6.5, 0, 9, 2], "texture": "#1"},
"south": {"uv": [2.25, 11.25, 2.5, 13.25], "texture": "#1"},
"west": {"uv": [6.5, 2, 9, 4], "texture": "#1"},
"up": {"uv": [4.25, 13.5, 4, 11], "texture": "#1"},
"down": {"uv": [4.5, 11, 4.25, 13.5], "texture": "#1"}
}
},
{
"from": [10, -6.25, 1],
"to": [12, -5.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [12, -7.25, 1]},
"faces": {
"north": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"},
"east": {"uv": [12.25, 5.75, 12.5, 6], "texture": "#1"},
"south": {"uv": [12, 4.5, 12.5, 4.75], "texture": "#1"},
"west": {"uv": [12.25, 6, 12.5, 6.25], "texture": "#1"},
"up": {"uv": [12.5, 5, 12, 4.75], "texture": "#1"},
"down": {"uv": [12.5, 5, 12, 5.25], "texture": "#1"}
}
},
{
"from": [6, -6.25, 1],
"to": [10, -5.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -6.25, 1]},
"faces": {
"north": {"uv": [11.5, 9.5, 12.5, 9.75], "texture": "#1"},
"east": {"uv": [6.75, 12.25, 7, 12.5], "texture": "#1"},
"south": {"uv": [11.5, 9.75, 12.5, 10], "texture": "#1"},
"west": {"uv": [7, 12.25, 7.25, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 10.25, 11.5, 10], "texture": "#1"},
"down": {"uv": [12.5, 10.25, 11.5, 10.5], "texture": "#1"}
}
},
{
"from": [3, -6.25, 1],
"to": [4, -4.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [2, -6.25, 1]},
"faces": {
"north": {"uv": [8.5, 10, 8.75, 10.5], "texture": "#1"},
"east": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"},
"south": {"uv": [12, 5.75, 12.25, 6.25], "texture": "#1"},
"west": {"uv": [6, 12, 6.25, 12.5], "texture": "#1"},
"up": {"uv": [7.5, 12.5, 7.25, 12.25], "texture": "#1"},
"down": {"uv": [7.75, 12.25, 7.5, 12.5], "texture": "#1"}
}
},
{
"from": [4, -7.25, 1],
"to": [7, -6.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -7.25, 1]},
"faces": {
"north": {"uv": [6.75, 11.75, 7.5, 12], "texture": "#1"},
"east": {"uv": [8.25, 12.25, 8.5, 12.5], "texture": "#1"},
"south": {"uv": [7.5, 11.75, 8.25, 12], "texture": "#1"},
"west": {"uv": [8.5, 12.25, 8.75, 12.5], "texture": "#1"},
"up": {"uv": [11.75, 12, 11, 11.75], "texture": "#1"},
"down": {"uv": [12.5, 11.5, 11.75, 11.75], "texture": "#1"}
}
},
{
"from": [4, -6.25, 1],
"to": [6, -5.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -7.25, 1]},
"faces": {
"north": {"uv": [12, 5.25, 12.5, 5.5], "texture": "#1"},
"east": {"uv": [12.25, 8.5, 12.5, 8.75], "texture": "#1"},
"south": {"uv": [12, 6.25, 12.5, 6.5], "texture": "#1"},
"west": {"uv": [8.75, 12.25, 9, 12.5], "texture": "#1"},
"up": {"uv": [7.25, 12.25, 6.75, 12], "texture": "#1"},
"down": {"uv": [7.75, 12, 7.25, 12.25], "texture": "#1"}
}
},
{
"from": [9, -7.25, 1],
"to": [12, -6.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [12, -7.25, 1]},
"faces": {
"north": {"uv": [11.75, 11.75, 12.5, 12], "texture": "#1"},
"east": {"uv": [12.25, 8.75, 12.5, 9], "texture": "#1"},
"south": {"uv": [12, 0, 12.75, 0.25], "texture": "#1"},
"west": {"uv": [12.25, 9, 12.5, 9.25], "texture": "#1"},
"up": {"uv": [12.75, 0.5, 12, 0.25], "texture": "#1"},
"down": {"uv": [12.75, 0.5, 12, 0.75], "texture": "#1"}
}
},
{
"from": [12, -6.25, 1],
"to": [13, -4.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [14, -6.25, 1]},
"faces": {
"north": {"uv": [6.25, 12, 6.5, 12.5], "texture": "#1"},
"east": {"uv": [7.75, 12, 8, 12.5], "texture": "#1"},
"south": {"uv": [8, 12, 8.25, 12.5], "texture": "#1"},
"west": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 9.5, 12.25, 9.25], "texture": "#1"},
"down": {"uv": [11, 12.25, 10.75, 12.5], "texture": "#1"}
}
},
{
"from": [6.1, -5.25, 0],
"to": [7.1, -4.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -5.25, 0]},
"faces": {
"north": {"uv": [11, 12.25, 11.25, 12.5], "texture": "#1"},
"east": {"uv": [12, 10.5, 12.5, 10.75], "texture": "#1"},
"south": {"uv": [12.25, 11, 12.5, 11.25], "texture": "#1"},
"west": {"uv": [10.75, 12, 11.25, 12.25], "texture": "#1"},
"up": {"uv": [11.5, 12.5, 11.25, 12], "texture": "#1"},
"down": {"uv": [11.75, 12, 11.5, 12.5], "texture": "#1"}
}
},
{
"from": [7.1, -5.25, -0.3],
"to": [9.1, -4.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -5.25, 0]},
"faces": {
"north": {"uv": [12, 10.75, 12.5, 11], "texture": "#1"},
"east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"},
"south": {"uv": [0, 12.25, 0.5, 12.5], "texture": "#1"},
"west": {"uv": [0.5, 12.25, 1, 12.5], "texture": "#1"},
"up": {"uv": [11, 12, 10.5, 11.5], "texture": "#1"},
"down": {"uv": [12, 10.5, 11.5, 11], "texture": "#1"}
}
},
{
"from": [9.1, -5.25, 0],
"to": [9.9, -4.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -5.25, 0]},
"faces": {
"north": {"uv": [12.25, 11.25, 12.5, 11.5], "texture": "#1"},
"east": {"uv": [1, 12.25, 1.5, 12.5], "texture": "#1"},
"south": {"uv": [11.75, 12.25, 12, 12.5], "texture": "#1"},
"west": {"uv": [12.25, 1, 12.75, 1.25], "texture": "#1"},
"up": {"uv": [12.5, 1.75, 12.25, 1.25], "texture": "#1"},
"down": {"uv": [1.75, 12.25, 1.5, 12.75], "texture": "#1"}
}
},
{
"from": [6.5, -4.25, -0.3],
"to": [9.5, -3.25, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -5.25, 0]},
"faces": {
"north": {"uv": [12, 0.75, 12.75, 1], "texture": "#1"},
"east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"},
"south": {"uv": [12, 2.5, 12.75, 2.75], "texture": "#1"},
"west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"},
"up": {"uv": [3.25, 8, 2.5, 7.5], "texture": "#1"},
"down": {"uv": [12, 2.5, 11.25, 3], "texture": "#1"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"thirdperson_lefthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"firstperson_righthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 10.25, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"firstperson_lefthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 10.25, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"ground": {
"rotation": [20.5, 0, 0],
"translation": [0, 6.25, 0],
"scale": [0.82031, 0.82031, 0.82031]
},
"gui": {
"rotation": [-153.13, 24.55, -172.11],
"translation": [1, 4, 0],
"scale": [0.73046, 0.73046, 0.73046]
},
"head": {
"translation": [0, 9.5, 0.25],
"scale": [1.04688, 1.07422, 1.08398]
},
"fixed": {
"rotation": [-66.25, 0, 0],
"translation": [0, 11, -14.5],
"scale": [1.82227, 1.82227, 1.82227]
},
"on_shelf": {
"rotation": [-122.5, 0, -180],
"translation": [0, 2.25, 0]
}
},
"groups": [
{
"name": "group",
"origin": [7, 1, 6],
"color": 0,
"children": [
{
"name": "hat",
"origin": [16, 0, 2],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
},
{
"name": "bigode",
"origin": [12, -1, 7],
"color": 0,
"children": [
18,
19,
20,
21,
22,
23,
24,
{
"name": "nose",
"origin": [7, 1, 6],
"color": 0,
"children": [25, 26, 27, 28]
}
]
}
]
}
]
}

View File

@@ -0,0 +1,401 @@
{
"format_version": "1.21.11",
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"1": "sixsides_cosmetics:item/mario_hat"
},
"elements": [
{
"from": [14.4, -0.6, 1],
"to": [15.4, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"east": {"uv": [0, 9.5, 1, 11.25], "texture": "#1"},
"south": {"uv": [2.5, 11.25, 2.75, 13], "texture": "#1"},
"west": {"uv": [1, 9.5, 2, 11.25], "texture": "#1"},
"up": {"uv": [2.5, 9.5, 2.25, 8.5], "texture": "#1"},
"down": {"uv": [9, 9.5, 8.75, 10.5], "texture": "#1"}
}
},
{
"from": [5, 0.5, -5],
"to": [11, 1.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0.5, -3]},
"faces": {
"north": {"uv": [7, 10, 8.5, 10.25], "texture": "#1"},
"east": {"uv": [11.25, 3, 12.5, 3.25], "texture": "#1"},
"south": {"uv": [7, 10.25, 8.5, 10.5], "texture": "#1"},
"west": {"uv": [11.25, 3.25, 12.5, 3.5], "texture": "#1"},
"up": {"uv": [10.5, 9.25, 9, 8], "texture": "#1"},
"down": {"uv": [10.5, 9.25, 9, 10.5], "texture": "#1"}
}
},
{
"from": [2, 0.2, -4],
"to": [5, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0.2, -3]},
"faces": {
"north": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"},
"east": {"uv": [4.5, 11.25, 5.5, 11.5], "texture": "#1"},
"south": {"uv": [11.5, 11, 12.25, 11.25], "texture": "#1"},
"west": {"uv": [5.5, 11.25, 6.5, 11.5], "texture": "#1"},
"up": {"uv": [3.25, 7.5, 2.5, 6.5], "texture": "#1"},
"down": {"uv": [11.25, 8.5, 10.5, 9.5], "texture": "#1"}
}
},
{
"from": [11, 0.2, -4],
"to": [14, 1, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 0.2, -3]},
"faces": {
"north": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"},
"east": {"uv": [6.5, 11.25, 7.5, 11.5], "texture": "#1"},
"south": {"uv": [11.75, 5.5, 12.5, 5.75], "texture": "#1"},
"west": {"uv": [7.5, 11.25, 8.5, 11.5], "texture": "#1"},
"up": {"uv": [11.25, 10.5, 10.5, 9.5], "texture": "#1"},
"down": {"uv": [11.25, 10.5, 10.5, 11.5], "texture": "#1"}
}
},
{
"from": [1, 0, -3],
"to": [2, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, -3]},
"faces": {
"north": {"uv": [1.75, 12.25, 2, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 8.5, 12.25, 8.75], "texture": "#1"},
"south": {"uv": [12.25, 2.25, 12.5, 2.5], "texture": "#1"},
"west": {"uv": [11.25, 8.75, 12.25, 9], "texture": "#1"},
"up": {"uv": [3.75, 12.25, 3.5, 11.25], "texture": "#1"},
"down": {"uv": [4, 11.25, 3.75, 12.25], "texture": "#1"}
}
},
{
"from": [14, 0, -3],
"to": [15, 0.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, -3]},
"faces": {
"north": {"uv": [3.5, 12.25, 3.75, 12.5], "texture": "#1"},
"east": {"uv": [11.25, 9, 12.25, 9.25], "texture": "#1"},
"south": {"uv": [3.75, 12.25, 4, 12.5], "texture": "#1"},
"west": {"uv": [11.25, 9.25, 12.25, 9.5], "texture": "#1"},
"up": {"uv": [8.75, 12.25, 8.5, 11.25], "texture": "#1"},
"down": {"uv": [9, 11.25, 8.75, 12.25], "texture": "#1"}
}
},
{
"from": [0.6, -0.6, 1],
"to": [1.6, 6, 5],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"east": {"uv": [2, 9.5, 3, 11.25], "texture": "#1"},
"south": {"uv": [3, 11.25, 3.25, 13], "texture": "#1"},
"west": {"uv": [3, 9.5, 4, 11.25], "texture": "#1"},
"up": {"uv": [11.5, 10.5, 11.25, 9.5], "texture": "#1"},
"down": {"uv": [11.5, 10.5, 11.25, 11.5], "texture": "#1"}
}
},
{
"from": [0.6, -1.6, 5],
"to": [1.6, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9.5, 11, 9.75, 13], "texture": "#1"},
"east": {"uv": [6.25, 4.5, 8.75, 6.5], "texture": "#1"},
"south": {"uv": [9.75, 11, 10, 13], "texture": "#1"},
"west": {"uv": [0, 6.5, 2.5, 8.5], "texture": "#1"},
"up": {"uv": [10.25, 13.25, 10, 10.75], "texture": "#1"},
"down": {"uv": [10.5, 10.75, 10.25, 13.25], "texture": "#1"}
}
},
{
"from": [1.6, 0.4, 1],
"to": [14.4, 6, 14.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"east": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"south": {"uv": [6.25, 6.5, 9.5, 8], "texture": "#1"},
"west": {"uv": [8.75, 4, 12, 5.5], "texture": "#1"},
"up": {"uv": [3.25, 3.25, 0, 0], "texture": "#1"},
"down": {"uv": [3.25, 3.25, 0, 6.5], "texture": "#1"}
}
},
{
"from": [1.6, 0.5, 0],
"to": [3.6, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"east": {"uv": [4.5, 11.5, 4.75, 12.5], "texture": "#1"},
"south": {"uv": [0, 11.25, 0.5, 12.25], "texture": "#1"},
"west": {"uv": [4.75, 11.5, 5, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 3, 12, 2.75], "texture": "#1"},
"down": {"uv": [12.5, 3.5, 12, 3.75], "texture": "#1"}
}
},
{
"from": [3.6, 0.5, -1],
"to": [12.6, 4.5, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 1]},
"faces": {
"north": {"uv": [0, 8.5, 2.25, 9.5], "texture": "#1"},
"east": {"uv": [5, 11.5, 5.25, 12.5], "texture": "#1"},
"south": {"uv": [9, 2.5, 11.25, 3.5], "texture": "#1"},
"west": {"uv": [5.25, 11.5, 5.5, 12.5], "texture": "#1"},
"up": {"uv": [6.75, 11.25, 4.5, 11], "texture": "#1"},
"down": {"uv": [9, 11, 6.75, 11.25], "texture": "#1"}
}
},
{
"from": [12.6, 0.5, 0],
"to": [14.4, 4.5, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"east": {"uv": [5.5, 11.5, 5.75, 12.5], "texture": "#1"},
"south": {"uv": [1, 11.25, 1.5, 12.25], "texture": "#1"},
"west": {"uv": [5.75, 11.5, 6, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 4, 12, 3.75], "texture": "#1"},
"down": {"uv": [12.5, 4, 12, 4.25], "texture": "#1"}
}
},
{
"from": [1.6, 4.5, 0],
"to": [14.4, 7, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 2]},
"faces": {
"north": {"uv": [9, 1, 12.25, 1.75], "texture": "#1"},
"east": {"uv": [11.75, 5.75, 12, 6.5], "texture": "#1"},
"south": {"uv": [9, 1.75, 12.25, 2.5], "texture": "#1"},
"west": {"uv": [6.5, 11.75, 6.75, 12.5], "texture": "#1"},
"up": {"uv": [7.25, 10.75, 4, 10.5], "texture": "#1"},
"down": {"uv": [10.5, 10.5, 7.25, 10.75], "texture": "#1"}
}
},
{
"from": [1.6, -2.5, 14.3],
"to": [14.4, 6, 15.3],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 16.3]},
"faces": {
"north": {"uv": [3.25, 0, 6.5, 2.25], "texture": "#1"},
"east": {"uv": [9, 11, 9.25, 13.25], "texture": "#1"},
"south": {"uv": [3.25, 2.25, 6.5, 4.5], "texture": "#1"},
"west": {"uv": [9.25, 11, 9.5, 13.25], "texture": "#1"},
"up": {"uv": [13.75, 8.25, 10.5, 8], "texture": "#1"},
"down": {"uv": [13.75, 8.25, 10.5, 8.5], "texture": "#1"}
}
},
{
"from": [2, 6, 1],
"to": [14, 8, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9, 3.5, 12, 4], "texture": "#1"},
"east": {"uv": [6.5, 4, 8.25, 4.5], "texture": "#1"},
"south": {"uv": [4, 9.5, 7, 10], "texture": "#1"},
"west": {"uv": [7, 9.5, 8.75, 10], "texture": "#1"},
"up": {"uv": [6.25, 6.25, 3.25, 4.5], "texture": "#1"},
"down": {"uv": [6.25, 4.5, 3.25, 6.25], "texture": "#1"}
}
},
{
"from": [2, 6, 8],
"to": [14, 7.6, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [9.5, 7.5, 12.5, 8], "texture": "#1"},
"east": {"uv": [8.25, 4, 8.75, 4.5], "texture": "#1"},
"south": {"uv": [9.5, 7, 12.5, 7.5], "texture": "#1"},
"west": {"uv": [6, 11.5, 6.5, 12], "texture": "#1"},
"up": {"uv": [12.5, 8, 9.5, 7.5], "texture": "#1"},
"down": {"uv": [12.5, 7, 9.5, 7.5], "texture": "#1"}
}
},
{
"from": [2, 6, 10],
"to": [14, 7, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 2]},
"faces": {
"north": {"uv": [4, 10.75, 7, 11], "texture": "#1"},
"east": {"uv": [6.5, 11.5, 7.5, 11.75], "texture": "#1"},
"south": {"uv": [7, 10.75, 10, 11], "texture": "#1"},
"west": {"uv": [7.5, 11.5, 8.5, 11.75], "texture": "#1"},
"up": {"uv": [11.75, 6.5, 8.75, 5.5], "texture": "#1"},
"down": {"uv": [11.75, 5.5, 8.75, 6.5], "texture": "#1"}
}
},
{
"from": [14.4, -1.6, 5],
"to": [15.4, 6, 14.6],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 2]},
"faces": {
"north": {"uv": [2, 11.25, 2.25, 13.25], "texture": "#1"},
"east": {"uv": [6.5, 0, 9, 2], "texture": "#1"},
"south": {"uv": [2.25, 11.25, 2.5, 13.25], "texture": "#1"},
"west": {"uv": [6.5, 2, 9, 4], "texture": "#1"},
"up": {"uv": [4.25, 13.5, 4, 11], "texture": "#1"},
"down": {"uv": [4.5, 11, 4.25, 13.5], "texture": "#1"}
}
},
{
"from": [10, -6.45, 1],
"to": [12, -5.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [12, -7.45, 1]},
"faces": {
"north": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"},
"east": {"uv": [12.25, 5.75, 12.5, 6], "texture": "#1"},
"south": {"uv": [12, 4.5, 12.5, 4.75], "texture": "#1"},
"west": {"uv": [12.25, 6, 12.5, 6.25], "texture": "#1"},
"up": {"uv": [12.5, 5, 12, 4.75], "texture": "#1"},
"down": {"uv": [12.5, 5, 12, 5.25], "texture": "#1"}
}
},
{
"from": [6, -6.45, 1],
"to": [10, -4.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -6.45, 1]},
"faces": {
"north": {"uv": [11.5, 9.5, 12.5, 9.75], "texture": "#1"},
"east": {"uv": [6.75, 12.25, 7, 12.5], "texture": "#1"},
"south": {"uv": [11.5, 9.75, 12.5, 10], "texture": "#1"},
"west": {"uv": [7, 12.25, 7.25, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 10.25, 11.5, 10], "texture": "#1"},
"down": {"uv": [12.5, 10.25, 11.5, 10.5], "texture": "#1"}
}
},
{
"from": [3, -6.45, 1],
"to": [4, -4.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [2, -6.45, 1]},
"faces": {
"north": {"uv": [8.5, 10, 8.75, 10.5], "texture": "#1"},
"east": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"},
"south": {"uv": [12, 5.75, 12.25, 6.25], "texture": "#1"},
"west": {"uv": [6, 12, 6.25, 12.5], "texture": "#1"},
"up": {"uv": [7.5, 12.5, 7.25, 12.25], "texture": "#1"},
"down": {"uv": [7.75, 12.25, 7.5, 12.5], "texture": "#1"}
}
},
{
"from": [4, -7.45, 1],
"to": [7, -6.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -7.45, 1]},
"faces": {
"north": {"uv": [6.75, 11.75, 7.5, 12], "texture": "#1"},
"east": {"uv": [8.25, 12.25, 8.5, 12.5], "texture": "#1"},
"south": {"uv": [7.5, 11.75, 8.25, 12], "texture": "#1"},
"west": {"uv": [8.5, 12.25, 8.75, 12.5], "texture": "#1"},
"up": {"uv": [11.75, 12, 11, 11.75], "texture": "#1"},
"down": {"uv": [12.5, 11.5, 11.75, 11.75], "texture": "#1"}
}
},
{
"from": [4, -6.45, 1],
"to": [6, -5.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [4, -7.45, 1]},
"faces": {
"north": {"uv": [12, 5.25, 12.5, 5.5], "texture": "#1"},
"east": {"uv": [12.25, 8.5, 12.5, 8.75], "texture": "#1"},
"south": {"uv": [12, 6.25, 12.5, 6.5], "texture": "#1"},
"west": {"uv": [8.75, 12.25, 9, 12.5], "texture": "#1"},
"up": {"uv": [7.25, 12.25, 6.75, 12], "texture": "#1"},
"down": {"uv": [7.75, 12, 7.25, 12.25], "texture": "#1"}
}
},
{
"from": [9, -7.45, 1],
"to": [12, -6.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [12, -7.45, 1]},
"faces": {
"north": {"uv": [11.75, 11.75, 12.5, 12], "texture": "#1"},
"east": {"uv": [12.25, 8.75, 12.5, 9], "texture": "#1"},
"south": {"uv": [12, 0, 12.75, 0.25], "texture": "#1"},
"west": {"uv": [12.25, 9, 12.5, 9.25], "texture": "#1"},
"up": {"uv": [12.75, 0.5, 12, 0.25], "texture": "#1"},
"down": {"uv": [12.75, 0.5, 12, 0.75], "texture": "#1"}
}
},
{
"from": [12, -6.45, 1],
"to": [13, -4.45, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [14, -6.45, 1]},
"faces": {
"north": {"uv": [6.25, 12, 6.5, 12.5], "texture": "#1"},
"east": {"uv": [7.75, 12, 8, 12.5], "texture": "#1"},
"south": {"uv": [8, 12, 8.25, 12.5], "texture": "#1"},
"west": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"},
"up": {"uv": [12.5, 9.5, 12.25, 9.25], "texture": "#1"},
"down": {"uv": [11, 12.25, 10.75, 12.5], "texture": "#1"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"thirdperson_lefthand": {
"rotation": [-19.25, 0, 0],
"translation": [0, 1.5, -3.5],
"scale": [0.42774, 0.42774, 0.42774]
},
"firstperson_righthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 10.25, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"firstperson_lefthand": {
"rotation": [162.39, 24.19, 163.92],
"translation": [-2.25, 10.25, 0],
"scale": [0.54688, 0.54688, 0.54688]
},
"ground": {
"rotation": [20.5, 0, 0],
"translation": [0, 6.25, 0],
"scale": [0.82031, 0.82031, 0.82031]
},
"gui": {
"rotation": [-153.13, 24.55, -172.11],
"translation": [1, 4, 0],
"scale": [0.73046, 0.73046, 0.73046]
},
"head": {
"translation": [0, 9.5, 0.25],
"scale": [1.04688, 1.07422, 1.08398]
},
"fixed": {
"rotation": [-66.25, 0, 0],
"translation": [0, 11, -14.5],
"scale": [1.82227, 1.82227, 1.82227]
},
"on_shelf": {
"rotation": [-122.5, 0, -180],
"translation": [0, 2.25, 0]
}
},
"groups": [
{
"name": "group",
"origin": [7, 1, 6],
"color": 0,
"children": [
{
"name": "hat",
"origin": [16, 0, 2],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
},
{
"name": "bigode",
"origin": [12, -1, 7],
"color": 0,
"children": [18, 19, 20, 21, 22, 23, 24]
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,55 @@
{
"__sixsides_generator": "generate_helmet.js",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"A": "minecraft:red_dye",
"B": "minecraft:iron_nugget",
"#": "minecraft:leather_helmet"
},
"pattern": [
" B ",
"A#A",
" A "
],
"result": {
"count": 1,
"id": "minecraft:poisonous_potato",
"components": {
"!minecraft:consumable": {},
"minecraft:enchantable": {
"value": 15
},
"minecraft:enchantment_glint_override": false,
"minecraft:equippable": {
"slot": "head",
"equip_on_interact": true
},
"!minecraft:food": {},
"minecraft:item_model": "sixsides_cosmetics:mario_hat",
"minecraft:item_name": {
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat",
"fallback": "<Copyrithed> Hat",
"color": "red",
"bold": true,
"italic": false
},
"minecraft:lore": [
{
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat.lore",
"fallback": "It's a me [REDACTED]",
"color": "white",
"bold": false,
"italic": true
}
],
"minecraft:repairable": {
"items": "minecraft:leather"
},
"minecraft:max_damage": 55,
"minecraft:max_stack_size": 1
}
}
}

View File

@@ -0,0 +1,56 @@
{
"__sixsides_generator": "generate_helmet.js",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"A": "minecraft:red_dye",
"B": "minecraft:iron_nugget",
"C": "minecraft:brown_dye",
"#": "minecraft:leather_helmet"
},
"pattern": [
" B ",
"A#A",
"CAC"
],
"result": {
"count": 1,
"id": "minecraft:poisonous_potato",
"components": {
"!minecraft:consumable": {},
"minecraft:enchantable": {
"value": 15
},
"minecraft:enchantment_glint_override": false,
"minecraft:equippable": {
"slot": "head",
"equip_on_interact": true
},
"!minecraft:food": {},
"minecraft:item_model": "sixsides_cosmetics:mario_hat_2",
"minecraft:item_name": {
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat_2",
"fallback": "<Copyrithed> Hat",
"color": "red",
"bold": true,
"italic": false
},
"minecraft:lore": [
{
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat_2.lore",
"fallback": "It's a me [REDACTED]",
"color": "white",
"bold": false,
"italic": true
}
],
"minecraft:repairable": {
"items": "minecraft:leather"
},
"minecraft:max_damage": 55,
"minecraft:max_stack_size": 1
}
}
}

View File

@@ -0,0 +1,56 @@
{
"__sixsides_generator": "generate_helmet.js",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"A": "minecraft:red_dye",
"B": "minecraft:iron_nugget",
"C": "minecraft:brown_dye",
"#": "minecraft:leather_helmet"
},
"pattern": [
" B ",
"C#C",
" A "
],
"result": {
"count": 1,
"id": "minecraft:poisonous_potato",
"components": {
"!minecraft:consumable": {},
"minecraft:enchantable": {
"value": 15
},
"minecraft:enchantment_glint_override": false,
"minecraft:equippable": {
"slot": "head",
"equip_on_interact": true
},
"!minecraft:food": {},
"minecraft:item_model": "sixsides_cosmetics:mario_hat_3",
"minecraft:item_name": {
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat_3",
"fallback": "<Copyrithed> Hat",
"color": "red",
"bold": true,
"italic": false
},
"minecraft:lore": [
{
"type": "translatable",
"translate": "sixsides_cosmetics.item.mario_hat_3.lore",
"fallback": "It's a me [REDACTED]",
"color": "white",
"bold": false,
"italic": true
}
],
"minecraft:repairable": {
"items": "minecraft:leather"
},
"minecraft:max_damage": 55,
"minecraft:max_stack_size": 1
}
}
}