feat: gm08 and tb3 helmets
@@ -74,6 +74,52 @@ const ITEMS = {
|
||||
],
|
||||
},
|
||||
},
|
||||
gm08_helmet: {
|
||||
name: {
|
||||
pt_br: "Capacete do GM08",
|
||||
fallback: "GM08's Helmet",
|
||||
color: "gold",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "Touch? I remember touch...",
|
||||
fallback: "Touch? I remember touch...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:gold_nugget",
|
||||
B: "minecraft:black_dye",
|
||||
C: "minecraft:note_block",
|
||||
},
|
||||
pattern: [
|
||||
"ABA", //
|
||||
"B#B", //
|
||||
"ACA",
|
||||
],
|
||||
},
|
||||
},
|
||||
gm08_helmet_voyager: {
|
||||
name: {
|
||||
pt_br: "Capacete do GM08 (Voyager)",
|
||||
fallback: "GM08's Helmet (Voyager)",
|
||||
color: "gold",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "Touch? I remember touch...",
|
||||
fallback: "Touch? I remember touch...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:gold_nugget",
|
||||
B: "minecraft:yellow_dye",
|
||||
C: "minecraft:note_block",
|
||||
},
|
||||
pattern: [
|
||||
"ABA", //
|
||||
"B#B", //
|
||||
"ACA",
|
||||
],
|
||||
},
|
||||
},
|
||||
koi_horns: {
|
||||
name: {
|
||||
pt_br: "Chifres de Dragão",
|
||||
@@ -149,6 +195,52 @@ const ITEMS = {
|
||||
pattern: ["AAA", "A#A", "AAA"],
|
||||
},
|
||||
},
|
||||
tb3_helmet: {
|
||||
name: {
|
||||
pt_br: "Capacete do TB3",
|
||||
fallback: "TB3's Helmet",
|
||||
color: "gray",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "Touch? I remember touch...",
|
||||
fallback: "Touch? I remember touch...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:iron_nugget",
|
||||
B: "minecraft:black_dye",
|
||||
C: "minecraft:note_block",
|
||||
},
|
||||
pattern: [
|
||||
"ABA", //
|
||||
"B#B", //
|
||||
"ACA",
|
||||
],
|
||||
},
|
||||
},
|
||||
tb3_helmet_voyager: {
|
||||
name: {
|
||||
pt_br: "Capacete do TB3 (Voyager)",
|
||||
fallback: "TB3's Helmet (Voyager)",
|
||||
color: "gray",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "Touch? I remember touch...",
|
||||
fallback: "Touch? I remember touch...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:iron_nugget",
|
||||
B: "minecraft:red_dye",
|
||||
C: "minecraft:note_block",
|
||||
},
|
||||
pattern: [
|
||||
"ABA", //
|
||||
"B#B", //
|
||||
"ACA",
|
||||
],
|
||||
},
|
||||
},
|
||||
teto_hair: {
|
||||
name: {
|
||||
pt_br: "Cabelo da Teto",
|
||||
|
||||
1
.meta/gm08.bbmodel
Normal file
1
.meta/tb3.bbmodel
Normal file
7
assets/sixsides_cosmetics/items/gm08_helmet_voyager.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/gm08_helmet_voyager"
|
||||
}
|
||||
}
|
||||
7
assets/sixsides_cosmetics/items/tb3_helmet.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/tb3_helmet"
|
||||
}
|
||||
}
|
||||
7
assets/sixsides_cosmetics/items/tb3_helmet_voyager.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/tb3_helmet_voyager"
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
"sixsides_cosmetics.mcmeta.description": "%s - Small collection of cosmetics for your survival world.",
|
||||
"sixsides_cosmetics.item.guz_ears": "Wolf Ears",
|
||||
"sixsides_cosmetics.item.guz_ears.lore": "Are you a furry?",
|
||||
"sixsides_cosmetics.item.gm08_helmet": "GM08's Helmet",
|
||||
"sixsides_cosmetics.item.gm08_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.koi_horns": "Dragon Horns",
|
||||
"sixsides_cosmetics.item.koi_horns.lore": "\"glub glub\"",
|
||||
"sixsides_cosmetics.item.miku_hair": "Miku's Hair",
|
||||
@@ -11,5 +13,11 @@
|
||||
"sixsides_cosmetics.item.straw_hat": "Straw Hat",
|
||||
"sixsides_cosmetics.item.straw_hat.lore": "Provide a little shade for your head.",
|
||||
"sixsides_cosmetics.item.teto_hair": "Teto's Hair",
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off"
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager": "GM08's Helmet (Voyager)",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet": "TB3's Helmet",
|
||||
"sixsides_cosmetics.item.tb3_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager": "TB3's Helmet (Voyager)",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager.lore": "Touch? I remember touch..."
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
"sixsides_cosmetics.mcmeta.description": "%s - Pequena coleção de cosméticos para seu mundo survival.",
|
||||
"sixsides_cosmetics.item.guz_ears": "Orelhas de Lobo",
|
||||
"sixsides_cosmetics.item.guz_ears.lore": "Você é um furry?",
|
||||
"sixsides_cosmetics.item.gm08_helmet": "Capacete do GM08",
|
||||
"sixsides_cosmetics.item.gm08_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.koi_horns": "Chifres de Dragão",
|
||||
"sixsides_cosmetics.item.koi_horns.lore": "\"glub glub\"",
|
||||
"sixsides_cosmetics.item.miku_hair": "Cabelo da Miku",
|
||||
@@ -11,5 +13,11 @@
|
||||
"sixsides_cosmetics.item.straw_hat": "Chapéu de Palha",
|
||||
"sixsides_cosmetics.item.straw_hat.lore": "Provê um pouco de sombra para o seu rosto.",
|
||||
"sixsides_cosmetics.item.teto_hair": "Cabelo da Teto",
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off"
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager": "Capacete do GM08 (Voyager)",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet": "Capacete do TB3",
|
||||
"sixsides_cosmetics.item.tb3_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager": "Capacete do TB3 (Voyager)",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager.lore": "Touch? I remember touch..."
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
"sixsides_cosmetics.mcmeta.description": "%s - Pequena coleção de cosméticos para seu mundo survival.",
|
||||
"sixsides_cosmetics.item.guz_ears": "Orelhas de Lobo",
|
||||
"sixsides_cosmetics.item.guz_ears.lore": "Você é um furry?",
|
||||
"sixsides_cosmetics.item.gm08_helmet": "Capacete do GM08",
|
||||
"sixsides_cosmetics.item.gm08_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.koi_horns": "Chifres de Dragão",
|
||||
"sixsides_cosmetics.item.koi_horns.lore": "\"glub glub\"",
|
||||
"sixsides_cosmetics.item.miku_hair": "Cabelo da Miku",
|
||||
@@ -11,5 +13,11 @@
|
||||
"sixsides_cosmetics.item.straw_hat": "Chapéu de Palha",
|
||||
"sixsides_cosmetics.item.straw_hat.lore": "Provê um pouco de sombra para o seu rosto.",
|
||||
"sixsides_cosmetics.item.teto_hair": "Cabelo da Teto",
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off"
|
||||
"sixsides_cosmetics.item.teto_hair.lore": "but i falter on the forethought. i keep on running like a chicken with its head cut off",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager": "Capacete do GM08 (Voyager)",
|
||||
"sixsides_cosmetics.item.gm08_helmet_voyager.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet": "Capacete do TB3",
|
||||
"sixsides_cosmetics.item.tb3_helmet.lore": "Touch? I remember touch...",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager": "Capacete do TB3 (Voyager)",
|
||||
"sixsides_cosmetics.item.tb3_helmet_voyager.lore": "Touch? I remember touch..."
|
||||
}
|
||||
773
assets/sixsides_cosmetics/models/item/gm08_helmet.json
Normal file
@@ -0,0 +1,773 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/gm08_helmet_details",
|
||||
"1": "sixsides_cosmetics:item/gm08_helmet",
|
||||
"particle": "sixsides_cosmetics:item/gm08_helmet",
|
||||
"emissive": "sixsides_cosmetics:item/gm08_helmet_emissive"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [1.99, -0.51, 1.09],
|
||||
"to": [14.01, 13.01, 2.01],
|
||||
"light_emission": 15,
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 0, 10, 3.5], "texture": "#emissive" },
|
||||
"east": { "uv": [0, 12.25, 0.25, 15.75], "texture": "#emissive" },
|
||||
"south": { "uv": [7, 3.5, 10, 7], "texture": "#emissive" },
|
||||
"west": { "uv": [0.25, 12.25, 0.5, 15.75], "texture": "#emissive" },
|
||||
"up": { "uv": [15, 10.75, 12, 10.5], "texture": "#emissive" },
|
||||
"down": { "uv": [15, 10.75, 12, 11], "texture": "#emissive" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.99, -0.01, 1.99],
|
||||
"to": [15.01, 13.01, 16.41],
|
||||
"light_emission": 15,
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 0, 7, 3.25], "texture": "#emissive" },
|
||||
"east": { "uv": [3.5, 3.25, 7, 6.5], "texture": "#emissive" },
|
||||
"south": { "uv": [3.5, 6.5, 7, 9.75], "texture": "#emissive" },
|
||||
"west": { "uv": [0, 7, 3.5, 10.25], "texture": "#emissive" },
|
||||
"up": { "uv": [3.5, 3.5, 0, 0], "texture": "#emissive" },
|
||||
"down": { "uv": [3.5, 3.5, 0, 7], "texture": "#emissive" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.99, 12.99, 1.49],
|
||||
"to": [14.01, 13.51, 10.01],
|
||||
"light_emission": 15,
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 11, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [12, 8.5, 15, 8.75], "texture": "#emissive" },
|
||||
"east": { "uv": [12, 11, 14.25, 11.25], "texture": "#emissive" },
|
||||
"south": { "uv": [12, 8.75, 15, 9], "texture": "#emissive" },
|
||||
"west": { "uv": [12.5, 10, 14.75, 10.25], "texture": "#emissive" },
|
||||
"up": { "uv": [10, 9.25, 7, 7], "texture": "#emissive" },
|
||||
"down": { "uv": [10, 9.25, 7, 11.5], "texture": "#emissive" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3.99, 11.99, 2.49],
|
||||
"to": [12.01, 14.01, 10.01],
|
||||
"light_emission": 15,
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [4, 11, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 12, 5.5, 12.5], "texture": "#emissive" },
|
||||
"east": { "uv": [12, 6.5, 14, 7], "texture": "#emissive" },
|
||||
"south": { "uv": [12, 7, 14, 7.5], "texture": "#emissive" },
|
||||
"west": { "uv": [12, 7.5, 14, 8], "texture": "#emissive" },
|
||||
"up": { "uv": [12, 11.25, 10, 9.25], "texture": "#emissive" },
|
||||
"down": { "uv": [2, 10.25, 0, 12.25], "texture": "#emissive" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 13, 11.5],
|
||||
"to": [14, 13.5, 16],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 11, 11] },
|
||||
"faces": {
|
||||
"north": { "uv": [12, 8, 15, 8.25], "texture": "#1" },
|
||||
"east": { "uv": [12.5, 10.25, 13.75, 10.5], "texture": "#1" },
|
||||
"south": { "uv": [12, 8.25, 15, 8.5], "texture": "#1" },
|
||||
"west": { "uv": [12.75, 12.5, 14, 12.75], "texture": "#1" },
|
||||
"up": { "uv": [13, 12.5, 10, 11.25], "texture": "#1" },
|
||||
"down": { "uv": [8.5, 11.5, 5.5, 12.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 13, 1.5],
|
||||
"to": [14, 13.5, 10],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 11, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [12, 8.5, 15, 8.75], "texture": "#1" },
|
||||
"east": { "uv": [12, 11, 14.25, 11.25], "texture": "#1" },
|
||||
"south": { "uv": [12, 8.75, 15, 9], "texture": "#1" },
|
||||
"west": { "uv": [12.5, 10, 14.75, 10.25], "texture": "#1" },
|
||||
"up": { "uv": [10, 9.25, 7, 7], "texture": "#1" },
|
||||
"down": { "uv": [10, 9.25, 7, 11.5], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 12, 2.5],
|
||||
"to": [12, 14, 10],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [4, 11, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 12, 5.5, 12.5], "texture": "#1" },
|
||||
"east": { "uv": [12, 6.5, 14, 7], "texture": "#1" },
|
||||
"south": { "uv": [12, 7, 14, 7.5], "texture": "#1" },
|
||||
"west": { "uv": [12, 7.5, 14, 8], "texture": "#1" },
|
||||
"up": { "uv": [12, 11.25, 10, 9.25], "texture": "#1" },
|
||||
"down": { "uv": [2, 10.25, 0, 12.25], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, 1, 7],
|
||||
"to": [1, 6, 13],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [2, 1, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 12.5, 4, 13.75], "texture": "#1" },
|
||||
"east": { "uv": [5.5, 9.75, 7, 11], "texture": "#1" },
|
||||
"south": { "uv": [4, 12.5, 4.5, 13.75], "texture": "#1" },
|
||||
"west": { "uv": [2, 10.25, 3.5, 11.5], "texture": "#1" },
|
||||
"up": { "uv": [12.5, 10.5, 12, 9], "texture": "#1" },
|
||||
"down": { "uv": [1, 12.25, 0.5, 13.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1, 6, 8],
|
||||
"to": [1, 8, 13],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [2, 6, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [9, 12.75, 9.5, 13.25], "texture": "#1" },
|
||||
"east": { "uv": [5.5, 11, 6.75, 11.5], "texture": "#1" },
|
||||
"south": { "uv": [9.5, 12.75, 10, 13.25], "texture": "#1" },
|
||||
"west": { "uv": [12.5, 9, 13.75, 9.5], "texture": "#1" },
|
||||
"up": { "uv": [5, 13.75, 4.5, 12.5], "texture": "#1" },
|
||||
"down": { "uv": [5.5, 12.5, 5, 13.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 6, 8],
|
||||
"to": [17, 8, 13],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [14, 6, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [12.75, 12.75, 13.25, 13.25], "texture": "#1" },
|
||||
"east": { "uv": [12.5, 9.5, 13.75, 10], "texture": "#1" },
|
||||
"south": { "uv": [10, 13, 10.5, 13.5], "texture": "#1" },
|
||||
"west": { "uv": [10, 12.5, 11.25, 13], "texture": "#1" },
|
||||
"up": { "uv": [11.75, 13.75, 11.25, 12.5], "texture": "#1" },
|
||||
"down": { "uv": [12.25, 12.5, 11.75, 13.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 2],
|
||||
"to": [15, 13, 16.4],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 0, 7, 3.25], "texture": "#1" },
|
||||
"east": { "uv": [3.5, 3.25, 7, 6.5], "texture": "#1" },
|
||||
"south": { "uv": [3.5, 6.5, 7, 9.75], "texture": "#1" },
|
||||
"west": { "uv": [0, 7, 3.5, 10.25], "texture": "#1" },
|
||||
"up": { "uv": [3.5, 3.5, 0, 0], "texture": "#1" },
|
||||
"down": { "uv": [3.5, 3.5, 0, 7], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 1, 7],
|
||||
"to": [17, 6, 13],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [14, 1, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [12.25, 12.5, 12.75, 13.75], "texture": "#1" },
|
||||
"east": { "uv": [2, 11.5, 3.5, 12.75], "texture": "#1" },
|
||||
"south": { "uv": [2, 12.75, 2.5, 14], "texture": "#1" },
|
||||
"west": { "uv": [8.5, 11.5, 10, 12.75], "texture": "#1" },
|
||||
"up": { "uv": [1.5, 13.75, 1, 12.25], "texture": "#1" },
|
||||
"down": { "uv": [2, 12.25, 1.5, 13.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, -0.5, 1.1],
|
||||
"to": [14, 13, 2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 0, 10, 3.5], "texture": "#1" },
|
||||
"east": { "uv": [0, 12.25, 0.25, 15.75], "texture": "#1" },
|
||||
"south": { "uv": [7, 3.5, 10, 7], "texture": "#1" },
|
||||
"west": { "uv": [0.25, 12.25, 0.5, 15.75], "texture": "#1" },
|
||||
"up": { "uv": [15, 10.75, 12, 10.5], "texture": "#1" },
|
||||
"down": { "uv": [15, 10.75, 12, 11], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.4, 0.5, 6],
|
||||
"to": [1, 9, 14],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [0, 7, 12] },
|
||||
"faces": {
|
||||
"north": { "uv": [5.5, 12.75, 5.75, 15], "texture": "#1" },
|
||||
"east": { "uv": [3.5, 9.75, 5.5, 12], "texture": "#1" },
|
||||
"south": { "uv": [5.75, 12.75, 6, 15], "texture": "#1" },
|
||||
"west": { "uv": [10, 2.5, 12, 4.75], "texture": "#1" },
|
||||
"up": { "uv": [8.25, 14.75, 8, 12.75], "texture": "#1" },
|
||||
"down": { "uv": [8.5, 12.75, 8.25, 14.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.4, 5.5, 14],
|
||||
"to": [15.6, 8, 17],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [0, 6, 12] },
|
||||
"faces": {
|
||||
"north": { "uv": [12, 2.5, 15.75, 3.25], "texture": "#1" },
|
||||
"east": { "uv": [6, 12.75, 6.75, 13.5], "texture": "#1" },
|
||||
"south": { "uv": [12, 3.25, 15.75, 4], "texture": "#1" },
|
||||
"west": { "uv": [6.75, 12.75, 7.5, 13.5], "texture": "#1" },
|
||||
"up": { "uv": [15.75, 4.75, 12, 4], "texture": "#1" },
|
||||
"down": { "uv": [15.75, 4.75, 12, 5.5], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.4, 9, 10],
|
||||
"to": [15.6, 14, 12],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [0, 7, 12] },
|
||||
"faces": {
|
||||
"north": { "uv": [10, 0, 13.75, 1.25], "texture": "#1" },
|
||||
"east": { "uv": [2.5, 12.75, 3, 14], "texture": "#1" },
|
||||
"south": { "uv": [10, 1.25, 13.75, 2.5], "texture": "#1" },
|
||||
"west": { "uv": [3, 12.75, 3.5, 14], "texture": "#1" },
|
||||
"up": { "uv": [15.75, 6, 12, 5.5], "texture": "#1" },
|
||||
"down": { "uv": [15.75, 6, 12, 6.5], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 0.5, 6],
|
||||
"to": [15.6, 9, 14],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [16, 7, 12] },
|
||||
"faces": {
|
||||
"north": { "uv": [7.5, 12.75, 7.75, 15], "texture": "#1" },
|
||||
"east": { "uv": [10, 4.75, 12, 7], "texture": "#1" },
|
||||
"south": { "uv": [7.75, 12.75, 8, 15], "texture": "#1" },
|
||||
"west": { "uv": [10, 7, 12, 9.25], "texture": "#1" },
|
||||
"up": { "uv": [8.75, 14.75, 8.5, 12.75], "texture": "#1" },
|
||||
"down": { "uv": [9, 12.75, 8.75, 14.75], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.2, 8, 12],
|
||||
"to": [2.4, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [0.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [2, 6, 2.25, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [0, 0, 1, 1.5], "texture": "#0" },
|
||||
"south": { "uv": [2.25, 6, 2.5, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [1, 0, 2, 1.5], "texture": "#0" },
|
||||
"up": { "uv": [8, 8.5, 7.75, 7.5], "texture": "#0" },
|
||||
"down": { "uv": [8.25, 0, 8, 1], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.2, 8, 12],
|
||||
"to": [1.4, 13.2, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-0.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.5, 5.5, 6.75, 6.75], "texture": "#0" },
|
||||
"east": { "uv": [0, 6, 1, 7.25], "texture": "#0" },
|
||||
"south": { "uv": [6.75, 2.5, 7, 3.75], "texture": "#0" },
|
||||
"west": { "uv": [6, 0, 7, 1.25], "texture": "#0" },
|
||||
"up": { "uv": [8.25, 2, 8, 1], "texture": "#0" },
|
||||
"down": { "uv": [8.25, 2, 8, 3], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.8, 12, 12],
|
||||
"to": [1, 12.2, 14.7],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-1, 11, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [2, 8.75, 2.25, 9], "texture": "#0" },
|
||||
"east": { "uv": [8.5, 1, 9.25, 1.25], "texture": "#0" },
|
||||
"south": { "uv": [2.25, 8.75, 2.5, 9], "texture": "#0" },
|
||||
"west": { "uv": [1.25, 8.5, 2, 8.75], "texture": "#0" },
|
||||
"up": { "uv": [8.75, 2, 8.5, 1.25], "texture": "#0" },
|
||||
"down": { "uv": [8.75, 2, 8.5, 2.75], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.8, 10.5, 14.9],
|
||||
"to": [1, 10.7, 16],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-1, 9.5, 16.7] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.75, 2.25, 9, 2.5], "texture": "#0" },
|
||||
"east": { "uv": [2.5, 8.75, 2.75, 9], "texture": "#0" },
|
||||
"south": { "uv": [8.75, 2.5, 9, 2.75], "texture": "#0" },
|
||||
"west": { "uv": [2.75, 8.75, 3, 9], "texture": "#0" },
|
||||
"up": { "uv": [3.25, 9, 3, 8.75], "texture": "#0" },
|
||||
"down": { "uv": [3.5, 8.75, 3.25, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.8, 10.5, 14.7],
|
||||
"to": [1, 12.2, 14.9],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-1, 11, 14.2] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.5, 4.75, 8.75, 5.25], "texture": "#0" },
|
||||
"east": { "uv": [8.5, 5.25, 8.75, 5.75], "texture": "#0" },
|
||||
"south": { "uv": [8.5, 5.75, 8.75, 6.25], "texture": "#0" },
|
||||
"west": { "uv": [8.5, 6.25, 8.75, 6.75], "texture": "#0" },
|
||||
"up": { "uv": [9, 3.5, 8.75, 3.25], "texture": "#0" },
|
||||
"down": { "uv": [3.75, 8.75, 3.5, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.8, 8, 15.8],
|
||||
"to": [1, 10.5, 16],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-1, 9.3, 15.3] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.5, 6.75, 8.75, 7.25], "texture": "#0" },
|
||||
"east": { "uv": [8.5, 7.25, 8.75, 7.75], "texture": "#0" },
|
||||
"south": { "uv": [7.75, 8.5, 8, 9], "texture": "#0" },
|
||||
"west": { "uv": [8.5, 7.75, 8.75, 8.25], "texture": "#0" },
|
||||
"up": { "uv": [9, 3.75, 8.75, 3.5], "texture": "#0" },
|
||||
"down": { "uv": [4, 8.75, 3.75, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2.2, 8, 16.2],
|
||||
"to": [2.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [0.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.75, 3.75, 7, 5], "texture": "#0" },
|
||||
"east": { "uv": [6.75, 5, 7, 6.25], "texture": "#0" },
|
||||
"south": { "uv": [6.75, 6.25, 7, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [6.5, 6.75, 6.75, 8], "texture": "#0" },
|
||||
"up": { "uv": [9, 4, 8.75, 3.75], "texture": "#0" },
|
||||
"down": { "uv": [4.25, 8.75, 4, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.2, 8, 16.2],
|
||||
"to": [1.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [-0.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 0, 7.25, 1.25], "texture": "#0" },
|
||||
"east": { "uv": [7, 1.25, 7.25, 2.5], "texture": "#0" },
|
||||
"south": { "uv": [7, 2.5, 7.25, 3.75], "texture": "#0" },
|
||||
"west": { "uv": [7, 3.75, 7.25, 5], "texture": "#0" },
|
||||
"up": { "uv": [9, 4.25, 8.75, 4], "texture": "#0" },
|
||||
"down": { "uv": [4.5, 8.75, 4.25, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3.2, 8, 16.2],
|
||||
"to": [3.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [1.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 5, 7.25, 6.25], "texture": "#0" },
|
||||
"east": { "uv": [6, 7, 6.25, 8.25], "texture": "#0" },
|
||||
"south": { "uv": [6.25, 7, 6.5, 8.25], "texture": "#0" },
|
||||
"west": { "uv": [7, 6.25, 7.25, 7.5], "texture": "#0" },
|
||||
"up": { "uv": [9, 4.5, 8.75, 4.25], "texture": "#0" },
|
||||
"down": { "uv": [4.75, 8.75, 4.5, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.2, 8, 16.2],
|
||||
"to": [4.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [2.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [0, 7.25, 0.25, 8.5], "texture": "#0" },
|
||||
"east": { "uv": [7.25, 0, 7.5, 1.25], "texture": "#0" },
|
||||
"south": { "uv": [0.25, 7.25, 0.5, 8.5], "texture": "#0" },
|
||||
"west": { "uv": [0.5, 7.25, 0.75, 8.5], "texture": "#0" },
|
||||
"up": { "uv": [9, 4.75, 8.75, 4.5], "texture": "#0" },
|
||||
"down": { "uv": [5, 8.75, 4.75, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.2, 8, 16.2],
|
||||
"to": [5.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [3.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [0.75, 7.25, 1, 8.5], "texture": "#0" },
|
||||
"east": { "uv": [1, 7.25, 1.25, 8.5], "texture": "#0" },
|
||||
"south": { "uv": [1.25, 7.25, 1.5, 8.5], "texture": "#0" },
|
||||
"west": { "uv": [7.25, 1.25, 7.5, 2.5], "texture": "#0" },
|
||||
"up": { "uv": [9, 5, 8.75, 4.75], "texture": "#0" },
|
||||
"down": { "uv": [5.25, 8.75, 5, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.2, 8, 16.2],
|
||||
"to": [6.4, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [4.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [1.5, 7.25, 1.75, 8.5], "texture": "#0" },
|
||||
"east": { "uv": [1.75, 7.25, 2, 8.5], "texture": "#0" },
|
||||
"south": { "uv": [7.25, 2.5, 7.5, 3.75], "texture": "#0" },
|
||||
"west": { "uv": [7.25, 3.75, 7.5, 5], "texture": "#0" },
|
||||
"up": { "uv": [9, 5.25, 8.75, 5], "texture": "#0" },
|
||||
"down": { "uv": [5.5, 8.75, 5.25, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.4, 8, 16.2],
|
||||
"to": [7.6, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [5.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [7.25, 5, 7.5, 6.25], "texture": "#0" },
|
||||
"east": { "uv": [7.25, 6.25, 7.5, 7.5], "texture": "#0" },
|
||||
"south": { "uv": [7.5, 0, 7.75, 1.25], "texture": "#0" },
|
||||
"west": { "uv": [7.5, 1.25, 7.75, 2.5], "texture": "#0" },
|
||||
"up": { "uv": [9, 5.5, 8.75, 5.25], "texture": "#0" },
|
||||
"down": { "uv": [5.75, 8.75, 5.5, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3.2, 8, 12],
|
||||
"to": [3.4, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [1.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [2.5, 6, 2.75, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [0, 1.5, 1, 3], "texture": "#0" },
|
||||
"south": { "uv": [6, 2.5, 6.25, 4], "texture": "#0" },
|
||||
"west": { "uv": [1, 1.5, 2, 3], "texture": "#0" },
|
||||
"up": { "uv": [8.25, 4, 8, 3], "texture": "#0" },
|
||||
"down": { "uv": [8.25, 4, 8, 5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.2, 8, 12],
|
||||
"to": [4.4, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [2.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [2.75, 6, 3, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [2, 0, 3, 1.5], "texture": "#0" },
|
||||
"south": { "uv": [3, 6, 3.25, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [2, 1.5, 3, 3], "texture": "#0" },
|
||||
"up": { "uv": [8.25, 6, 8, 5], "texture": "#0" },
|
||||
"down": { "uv": [8.25, 6, 8, 7], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.2, 8, 12],
|
||||
"to": [5.4, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [3.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.25, 6, 3.5, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [0, 3, 1, 4.5], "texture": "#0" },
|
||||
"south": { "uv": [3.5, 6, 3.75, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [3, 0, 4, 1.5], "texture": "#0" },
|
||||
"up": { "uv": [6.75, 9, 6.5, 8], "texture": "#0" },
|
||||
"down": { "uv": [8.25, 7, 8, 8], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.2, 8, 12],
|
||||
"to": [6.4, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [4.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.75, 6, 4, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [1, 3, 2, 4.5], "texture": "#0" },
|
||||
"south": { "uv": [4, 6, 4.25, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [3, 1.5, 4, 3], "texture": "#0" },
|
||||
"up": { "uv": [8.25, 9, 8, 8], "texture": "#0" },
|
||||
"down": { "uv": [8.5, 0, 8.25, 1], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.4, 8, 12],
|
||||
"to": [7.6, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [5.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [6, 4, 6.25, 5.5], "texture": "#0" },
|
||||
"east": { "uv": [2, 3, 3, 4.5], "texture": "#0" },
|
||||
"south": { "uv": [4.25, 6, 4.5, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [3, 3, 4, 4.5], "texture": "#0" },
|
||||
"up": { "uv": [8.5, 2, 8.25, 1], "texture": "#0" },
|
||||
"down": { "uv": [8.5, 2, 8.25, 3], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.4, 8, 12],
|
||||
"to": [8.6, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10.4, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [4.5, 6, 4.75, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [4, 0, 5, 1.5], "texture": "#0" },
|
||||
"south": { "uv": [4.75, 6, 5, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [4, 1.5, 5, 3], "texture": "#0" },
|
||||
"up": { "uv": [8.5, 4, 8.25, 3], "texture": "#0" },
|
||||
"down": { "uv": [8.5, 4, 8.25, 5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.4, 8, 16.2],
|
||||
"to": [8.6, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10.4, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [2, 7.5, 2.25, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [2.25, 7.5, 2.5, 8.75], "texture": "#0" },
|
||||
"south": { "uv": [2.5, 7.5, 2.75, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [7.5, 2.5, 7.75, 3.75], "texture": "#0" },
|
||||
"up": { "uv": [9, 5.75, 8.75, 5.5], "texture": "#0" },
|
||||
"down": { "uv": [6, 8.75, 5.75, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.6, 8, 12],
|
||||
"to": [12.8, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [14.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [5, 6, 5.25, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [4, 3, 5, 4.5], "texture": "#0" },
|
||||
"south": { "uv": [5.25, 6, 5.5, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [0, 4.5, 1, 6], "texture": "#0" },
|
||||
"up": { "uv": [8.5, 6, 8.25, 5], "texture": "#0" },
|
||||
"down": { "uv": [6.25, 8.25, 6, 9.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11.6, 8, 12],
|
||||
"to": [11.8, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [13.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [5.5, 6, 5.75, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [1, 4.5, 2, 6], "texture": "#0" },
|
||||
"south": { "uv": [6, 5.5, 6.25, 7], "texture": "#0" },
|
||||
"west": { "uv": [2, 4.5, 3, 6], "texture": "#0" },
|
||||
"up": { "uv": [8.5, 7, 8.25, 6], "texture": "#0" },
|
||||
"down": { "uv": [6.5, 8.25, 6.25, 9.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10.6, 8, 12],
|
||||
"to": [10.8, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [5.75, 6, 6, 7.5], "texture": "#0" },
|
||||
"east": { "uv": [3, 4.5, 4, 6], "texture": "#0" },
|
||||
"south": { "uv": [6.25, 2.5, 6.5, 4], "texture": "#0" },
|
||||
"west": { "uv": [4, 4.5, 5, 6], "texture": "#0" },
|
||||
"up": { "uv": [8.5, 8, 8.25, 7], "texture": "#0" },
|
||||
"down": { "uv": [8.5, 8, 8.25, 9], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.6, 8, 12],
|
||||
"to": [9.8, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [11.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.25, 4, 6.5, 5.5], "texture": "#0" },
|
||||
"east": { "uv": [5, 0, 6, 1.5], "texture": "#0" },
|
||||
"south": { "uv": [6.25, 5.5, 6.5, 7], "texture": "#0" },
|
||||
"west": { "uv": [5, 1.5, 6, 3], "texture": "#0" },
|
||||
"up": { "uv": [0.25, 9.5, 0, 8.5], "texture": "#0" },
|
||||
"down": { "uv": [8.75, 0, 8.5, 1], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 8, 15.8],
|
||||
"to": [15.2, 10.5, 16],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [17, 9.3, 15.3] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.5, 8.25, 8.75, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [8.75, 0, 9, 0.5], "texture": "#0" },
|
||||
"south": { "uv": [8.75, 0.5, 9, 1], "texture": "#0" },
|
||||
"west": { "uv": [1.25, 8.75, 1.5, 9.25], "texture": "#0" },
|
||||
"up": { "uv": [9, 6, 8.75, 5.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 6, 8.75, 6.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.6, 8, 16.2],
|
||||
"to": [14.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [16.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [2.75, 7.5, 3, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [3, 7.5, 3.25, 8.75], "texture": "#0" },
|
||||
"south": { "uv": [3.25, 7.5, 3.5, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [3.5, 7.5, 3.75, 8.75], "texture": "#0" },
|
||||
"up": { "uv": [9, 6.5, 8.75, 6.25], "texture": "#0" },
|
||||
"down": { "uv": [9, 6.5, 8.75, 6.75], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12.6, 8, 16.2],
|
||||
"to": [12.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [14.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.75, 7.5, 4, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [7.5, 3.75, 7.75, 5], "texture": "#0" },
|
||||
"south": { "uv": [4, 7.5, 4.25, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [4.25, 7.5, 4.5, 8.75], "texture": "#0" },
|
||||
"up": { "uv": [7, 9, 6.75, 8.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 6.75, 8.75, 7], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11.6, 8, 16.2],
|
||||
"to": [11.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [13.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [4.5, 7.5, 4.75, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [4.75, 7.5, 5, 8.75], "texture": "#0" },
|
||||
"south": { "uv": [5, 7.5, 5.25, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [7.5, 5, 7.75, 6.25], "texture": "#0" },
|
||||
"up": { "uv": [7.25, 9, 7, 8.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 7, 8.75, 7.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10.6, 8, 16.2],
|
||||
"to": [10.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [5.25, 7.5, 5.5, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [5.5, 7.5, 5.75, 8.75], "texture": "#0" },
|
||||
"south": { "uv": [5.75, 7.5, 6, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [7.5, 6.25, 7.75, 7.5], "texture": "#0" },
|
||||
"up": { "uv": [7.5, 9, 7.25, 8.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 7.25, 8.75, 7.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.6, 8, 16.2],
|
||||
"to": [9.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [11.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.75, 7.5, 7, 8.75], "texture": "#0" },
|
||||
"east": { "uv": [7, 7.5, 7.25, 8.75], "texture": "#0" },
|
||||
"south": { "uv": [7.25, 7.5, 7.5, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [7.5, 7.5, 7.75, 8.75], "texture": "#0" },
|
||||
"up": { "uv": [7.75, 9, 7.5, 8.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 7.5, 8.75, 7.75], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13.6, 8, 12],
|
||||
"to": [13.8, 13.7, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [15.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.5, 2.5, 6.75, 4], "texture": "#0" },
|
||||
"east": { "uv": [5, 3, 6, 4.5], "texture": "#0" },
|
||||
"south": { "uv": [6.5, 4, 6.75, 5.5], "texture": "#0" },
|
||||
"west": { "uv": [5, 4.5, 6, 6], "texture": "#0" },
|
||||
"up": { "uv": [0.5, 9.5, 0.25, 8.5], "texture": "#0" },
|
||||
"down": { "uv": [0.75, 8.5, 0.5, 9.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13.6, 8, 16.2],
|
||||
"to": [13.8, 13.2, 16.6],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [15.6, 12, 15] },
|
||||
"faces": {
|
||||
"north": { "uv": [7.75, 0, 8, 1.25], "texture": "#0" },
|
||||
"east": { "uv": [7.75, 1.25, 8, 2.5], "texture": "#0" },
|
||||
"south": { "uv": [7.75, 2.5, 8, 3.75], "texture": "#0" },
|
||||
"west": { "uv": [7.75, 3.75, 8, 5], "texture": "#0" },
|
||||
"up": { "uv": [9, 8, 8.75, 7.75], "texture": "#0" },
|
||||
"down": { "uv": [9, 8, 8.75, 8.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14.6, 8, 12],
|
||||
"to": [14.8, 13.2, 16.2],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [16.6, 12, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [7.75, 5, 8, 6.25], "texture": "#0" },
|
||||
"east": { "uv": [1, 6, 2, 7.25], "texture": "#0" },
|
||||
"south": { "uv": [7.75, 6.25, 8, 7.5], "texture": "#0" },
|
||||
"west": { "uv": [6, 1.25, 7, 2.5], "texture": "#0" },
|
||||
"up": { "uv": [1, 9.5, 0.75, 8.5], "texture": "#0" },
|
||||
"down": { "uv": [1.25, 8.5, 1, 9.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 10.5, 14.9],
|
||||
"to": [15.2, 10.7, 16],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [17, 9.5, 16.7] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.75, 8.25, 9, 8.5], "texture": "#0" },
|
||||
"east": { "uv": [8.5, 8.75, 8.75, 9], "texture": "#0" },
|
||||
"south": { "uv": [8.75, 8.5, 9, 8.75], "texture": "#0" },
|
||||
"west": { "uv": [8.75, 8.75, 9, 9], "texture": "#0" },
|
||||
"up": { "uv": [9.25, 0.25, 9, 0], "texture": "#0" },
|
||||
"down": { "uv": [9.25, 0.25, 9, 0.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 12, 12],
|
||||
"to": [15.2, 12.2, 14.7],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [17, 11, 14] },
|
||||
"faces": {
|
||||
"north": { "uv": [9, 0.5, 9.25, 0.75], "texture": "#0" },
|
||||
"east": { "uv": [8.5, 2.75, 9.25, 3], "texture": "#0" },
|
||||
"south": { "uv": [9, 0.75, 9.25, 1], "texture": "#0" },
|
||||
"west": { "uv": [8.5, 3, 9.25, 3.25], "texture": "#0" },
|
||||
"up": { "uv": [8.75, 4, 8.5, 3.25], "texture": "#0" },
|
||||
"down": { "uv": [8.75, 4, 8.5, 4.75], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 10.5, 14.7],
|
||||
"to": [15.2, 12.2, 14.9],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [17, 11, 14.2] },
|
||||
"faces": {
|
||||
"north": { "uv": [8.75, 1.25, 9, 1.75], "texture": "#0" },
|
||||
"east": { "uv": [1.5, 8.75, 1.75, 9.25], "texture": "#0" },
|
||||
"south": { "uv": [1.75, 8.75, 2, 9.25], "texture": "#0" },
|
||||
"west": { "uv": [8.75, 1.75, 9, 2.25], "texture": "#0" },
|
||||
"up": { "uv": [9.25, 1.5, 9, 1.25], "texture": "#0" },
|
||||
"down": { "uv": [9.25, 1.5, 9, 1.75], "texture": "#0" }
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [-24.25, 0, 0],
|
||||
"translation": [0, 0.75, -3.5],
|
||||
"scale": [0.38281, 0.38281, 0.38281]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [-24.25, 0, 0],
|
||||
"translation": [0, 0.75, -3.5],
|
||||
"scale": [0.38281, 0.38281, 0.38281]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [171.88, 18.01, 155.05],
|
||||
"translation": [0, 4.25, 0],
|
||||
"scale": [0.52344, 0.52344, 0.52344]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [171.88, 18.01, 155.05],
|
||||
"translation": [0, 4.25, 0],
|
||||
"scale": [0.52344, 0.52344, 0.52344]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 1.25, 0],
|
||||
"scale": [0.5332, 0.5332, 0.5332]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-160.04, -1.96, -157.34],
|
||||
"translation": [0.5, 0.5, 0],
|
||||
"scale": [0.66016, 0.66016, 0.66016]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 2, -1.25],
|
||||
"scale": [1.0625, 1.0625, 1.0625]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 2.75, -12.25],
|
||||
"scale": [1.74219, 1.875, 1.74219]
|
||||
},
|
||||
"on_shelf": {
|
||||
"rotation": [-180, -2.25, -180],
|
||||
"translation": [0, 3.75, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "emissive",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15.6, 6, 13],
|
||||
"color": 0,
|
||||
"children": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
||||
},
|
||||
{
|
||||
"name": "details",
|
||||
"origin": [0.4, 12, 14],
|
||||
"color": 0,
|
||||
"children": [
|
||||
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
||||
35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "sixsides_cosmetics:item/gm08_helmet",
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/gm08_helmet_details",
|
||||
"1": "sixsides_cosmetics:item/gm08_helmet_voyager",
|
||||
"emissive": "sixsides_cosmetics:item/gm08_helmet_voyager_emissive",
|
||||
"particle": "sixsides_cosmetics:item/gm08_helmet_voyager"
|
||||
}
|
||||
}
|
||||
188
assets/sixsides_cosmetics/models/item/tb3_helmet.json
Normal file
@@ -0,0 +1,188 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/tb3_helmet",
|
||||
"1": "sixsides_cosmetics:item/tb3_helmet_emissive",
|
||||
"particle": "sixsides_cosmetics:item/tb3_helmet"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [-0.01, 3.49, 1.09],
|
||||
"to": [16.01, 10.01, 11.01],
|
||||
"light_emission": 15,
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 5, 11, 6.75], "texture": "#1" },
|
||||
"east": { "uv": [7, 8.5, 9.5, 10.25], "texture": "#1" },
|
||||
"south": { "uv": [7, 6.75, 11, 8.5], "texture": "#1" },
|
||||
"west": { "uv": [9.5, 8.5, 12, 10.25], "texture": "#1" },
|
||||
"up": { "uv": [11, 2.5, 7, 0], "texture": "#1" },
|
||||
"down": { "uv": [11, 2.5, 7, 5], "texture": "#1" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 2],
|
||||
"to": [15, 13, 16.4],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [12, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [3.5, 0, 7, 3.25], "texture": "#0" },
|
||||
"east": { "uv": [3.5, 3.25, 7, 6.5], "texture": "#0" },
|
||||
"south": { "uv": [3.5, 6.5, 7, 9.75], "texture": "#0" },
|
||||
"west": { "uv": [0, 7, 3.5, 10.25], "texture": "#0" },
|
||||
"up": { "uv": [3.5, 3.5, 0, 0], "texture": "#0" },
|
||||
"down": { "uv": [3.5, 3.5, 0, 7], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3.5, 1.1],
|
||||
"to": [16, 10, 11],
|
||||
"rotation": { "angle": 0, "axis": "y", "origin": [10, 0, 0] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 5, 11, 6.75], "texture": "#0" },
|
||||
"east": { "uv": [7, 8.5, 9.5, 10.25], "texture": "#0" },
|
||||
"south": { "uv": [7, 6.75, 11, 8.5], "texture": "#0" },
|
||||
"west": { "uv": [9.5, 8.5, 12, 10.25], "texture": "#0" },
|
||||
"up": { "uv": [11, 2.5, 7, 0], "texture": "#0" },
|
||||
"down": { "uv": [11, 2.5, 7, 5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1.4, 5, 9.1],
|
||||
"to": [0.9, 11.1, 13],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [8.9, 1.5, 1] },
|
||||
"faces": {
|
||||
"north": { "uv": [6.5, 9.75, 7, 11.25], "texture": "#0" },
|
||||
"east": { "uv": [3.5, 9.75, 4.5, 11.25], "texture": "#0" },
|
||||
"south": { "uv": [1, 10.25, 1.5, 11.75], "texture": "#0" },
|
||||
"west": { "uv": [4.5, 9.75, 5.5, 11.25], "texture": "#0" },
|
||||
"up": { "uv": [3, 11.25, 2.5, 10.25], "texture": "#0" },
|
||||
"down": { "uv": [3.5, 10.25, 3, 11.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1.4, 6, 13],
|
||||
"to": [0.9, 10.1, 14],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [8.9, 1.5, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [7, 10.25, 7.5, 11.25], "texture": "#0" },
|
||||
"east": { "uv": [11, 2, 11.25, 3], "texture": "#0" },
|
||||
"south": { "uv": [7.5, 10.25, 8, 11.25], "texture": "#0" },
|
||||
"west": { "uv": [11, 3, 11.25, 4], "texture": "#0" },
|
||||
"up": { "uv": [11.5, 8.25, 11, 8], "texture": "#0" },
|
||||
"down": { "uv": [11.5, 8.25, 11, 8.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-1.4, 6.7, 8.1],
|
||||
"to": [0.9, 10.8, 9.1],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [8.9, 2.2, -2.9] },
|
||||
"faces": {
|
||||
"north": { "uv": [8, 10.25, 8.5, 11.25], "texture": "#0" },
|
||||
"east": { "uv": [11, 4, 11.25, 5], "texture": "#0" },
|
||||
"south": { "uv": [8.5, 10.25, 9, 11.25], "texture": "#0" },
|
||||
"west": { "uv": [11, 5, 11.25, 6], "texture": "#0" },
|
||||
"up": { "uv": [3, 11.5, 2.5, 11.25], "texture": "#0" },
|
||||
"down": { "uv": [3.5, 11.25, 3, 11.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15.1, 6, 13],
|
||||
"to": [17.4, 10.1, 14],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [7.1, 1.5, 2] },
|
||||
"faces": {
|
||||
"north": { "uv": [9, 10.25, 9.5, 11.25], "texture": "#0" },
|
||||
"east": { "uv": [11, 6, 11.25, 7], "texture": "#0" },
|
||||
"south": { "uv": [9.5, 10.25, 10, 11.25], "texture": "#0" },
|
||||
"west": { "uv": [11, 7, 11.25, 8], "texture": "#0" },
|
||||
"up": { "uv": [11.75, 3.25, 11.25, 3], "texture": "#0" },
|
||||
"down": { "uv": [11.75, 3.25, 11.25, 3.5], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15.1, 5, 9.1],
|
||||
"to": [17.4, 11.1, 13],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [7.1, 1.5, 1] },
|
||||
"faces": {
|
||||
"north": { "uv": [1.5, 10.25, 2, 11.75], "texture": "#0" },
|
||||
"east": { "uv": [5.5, 9.75, 6.5, 11.25], "texture": "#0" },
|
||||
"south": { "uv": [2, 10.25, 2.5, 11.75], "texture": "#0" },
|
||||
"west": { "uv": [0, 10.25, 1, 11.75], "texture": "#0" },
|
||||
"up": { "uv": [10.5, 11.25, 10, 10.25], "texture": "#0" },
|
||||
"down": { "uv": [11, 10.25, 10.5, 11.25], "texture": "#0" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15.1, 6.7, 8.1],
|
||||
"to": [17.4, 10.8, 9.1],
|
||||
"rotation": { "angle": 7.5, "axis": "x", "origin": [7.1, 2.2, -2.9] },
|
||||
"faces": {
|
||||
"north": { "uv": [11, 0, 11.5, 1], "texture": "#0" },
|
||||
"east": { "uv": [11, 10.25, 11.25, 11.25], "texture": "#0" },
|
||||
"south": { "uv": [11, 1, 11.5, 2], "texture": "#0" },
|
||||
"west": { "uv": [11.25, 2, 11.5, 3], "texture": "#0" },
|
||||
"up": { "uv": [4, 11.5, 3.5, 11.25], "texture": "#0" },
|
||||
"down": { "uv": [11.75, 3.5, 11.25, 3.75], "texture": "#0" }
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [-24.25, 0, 0],
|
||||
"translation": [0, 0.75, -3.5],
|
||||
"scale": [0.38281, 0.38281, 0.38281]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [-24.25, 0, 0],
|
||||
"translation": [0, 0.75, -3.5],
|
||||
"scale": [0.38281, 0.38281, 0.38281]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [171.88, 18.01, 155.05],
|
||||
"translation": [0, 4.25, 0],
|
||||
"scale": [0.52344, 0.52344, 0.52344]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [171.88, 18.01, 155.05],
|
||||
"translation": [0, 4.25, 0],
|
||||
"scale": [0.52344, 0.52344, 0.52344]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 1.25, 0],
|
||||
"scale": [0.5332, 0.5332, 0.5332]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-160.04, -1.96, -157.34],
|
||||
"translation": [0.5, 0.5, 0],
|
||||
"scale": [0.66016, 0.66016, 0.66016]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 2, -1.25],
|
||||
"scale": [1.0625, 1.0625, 1.0625]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 2.75, -12.25],
|
||||
"scale": [1.74219, 1.875, 1.74219]
|
||||
},
|
||||
"on_shelf": {
|
||||
"rotation": [-180, -2.25, -180],
|
||||
"translation": [0, 3.75, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "emissive",
|
||||
"origin": [10, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [15.6, 6, 13],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "sixsides_cosmetics:item/tb3_helmet",
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/tb3_helmet_voyager",
|
||||
"1": "sixsides_cosmetics:item/tb3_helmet_voyager_emissive",
|
||||
"particle": "sixsides_cosmetics:item/tb3_helmet_voyager"
|
||||
}
|
||||
}
|
||||
BIN
assets/sixsides_cosmetics/textures/item/gm08_helmet.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/sixsides_cosmetics/textures/item/gm08_helmet_details.png
Normal file
|
After Width: | Height: | Size: 979 B |
BIN
assets/sixsides_cosmetics/textures/item/gm08_helmet_emissive.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
assets/sixsides_cosmetics/textures/item/gm08_helmet_voyager.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/sixsides_cosmetics/textures/item/tb3_helmet.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/sixsides_cosmetics/textures/item/tb3_helmet_emissive.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
assets/sixsides_cosmetics/textures/item/tb3_helmet_voyager.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 327 B |
56
data/sixsides_cosmetics/recipe/gm08_helmet.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:gold_nugget",
|
||||
"B": "minecraft:black_dye",
|
||||
"C": "minecraft:note_block",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"B#B",
|
||||
"ACA"
|
||||
],
|
||||
"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:gm08_helmet",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.gm08_helmet",
|
||||
"fallback": "GM08's Helmet",
|
||||
"color": "gold",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.gm08_helmet.lore",
|
||||
"fallback": "Touch? I remember touch...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
56
data/sixsides_cosmetics/recipe/gm08_helmet_voyager.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:gold_nugget",
|
||||
"B": "minecraft:yellow_dye",
|
||||
"C": "minecraft:note_block",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"B#B",
|
||||
"ACA"
|
||||
],
|
||||
"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:gm08_helmet_voyager",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.gm08_helmet_voyager",
|
||||
"fallback": "GM08's Helmet (Voyager)",
|
||||
"color": "gold",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.gm08_helmet_voyager.lore",
|
||||
"fallback": "Touch? I remember touch...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
56
data/sixsides_cosmetics/recipe/tb3_helmet.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:iron_nugget",
|
||||
"B": "minecraft:black_dye",
|
||||
"C": "minecraft:note_block",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"B#B",
|
||||
"ACA"
|
||||
],
|
||||
"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:tb3_helmet",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.tb3_helmet",
|
||||
"fallback": "TB3's Helmet",
|
||||
"color": "gray",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.tb3_helmet.lore",
|
||||
"fallback": "Touch? I remember touch...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
56
data/sixsides_cosmetics/recipe/tb3_helmet_voyager.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:iron_nugget",
|
||||
"B": "minecraft:red_dye",
|
||||
"C": "minecraft:note_block",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"B#B",
|
||||
"ACA"
|
||||
],
|
||||
"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:tb3_helmet_voyager",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.tb3_helmet_voyager",
|
||||
"fallback": "TB3's Helmet (Voyager)",
|
||||
"color": "gray",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.tb3_helmet_voyager.lore",
|
||||
"fallback": "Touch? I remember touch...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||