feat: familiar mustache
This commit is contained in:
@@ -324,6 +324,45 @@ const ITEMS = {
|
||||
],
|
||||
},
|
||||
},
|
||||
mustache: {
|
||||
name: {
|
||||
pt_br: "Bigode Familiar",
|
||||
fallback: "Familiar Mustache",
|
||||
color: "red",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "It's a me...",
|
||||
fallback: "It's a me...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:brown_dye",
|
||||
},
|
||||
pattern: [
|
||||
" # ", //
|
||||
"A A",
|
||||
],
|
||||
},
|
||||
},
|
||||
mustache_2: {
|
||||
name: {
|
||||
pt_br: "Bigode Familiar",
|
||||
fallback: "Familiar Mustache",
|
||||
color: "red",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "It's a me...",
|
||||
fallback: "It's a me...",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:brown_dye",
|
||||
},
|
||||
pattern: [
|
||||
"A#A", //
|
||||
],
|
||||
},
|
||||
},
|
||||
neru_hair: {
|
||||
name: {
|
||||
pt_br: "Cabelo da Neru",
|
||||
|
||||
1
.meta/mustache.bbmodel
Normal file
1
.meta/mustache.bbmodel
Normal file
File diff suppressed because one or more lines are too long
1
.meta/mustache_2.bbmodel
Normal file
1
.meta/mustache_2.bbmodel
Normal file
File diff suppressed because one or more lines are too long
7
assets/sixsides_cosmetics/items/mustache.json
Normal file
7
assets/sixsides_cosmetics/items/mustache.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/mustache"
|
||||
}
|
||||
}
|
||||
7
assets/sixsides_cosmetics/items/mustache_2.json
Normal file
7
assets/sixsides_cosmetics/items/mustache_2.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/mustache_2"
|
||||
}
|
||||
}
|
||||
@@ -39,3 +39,7 @@
|
||||
"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]",
|
||||
"sixsides_cosmetics.item.mustache": "Familiar Mustache",
|
||||
"sixsides_cosmetics.item.mustache.lore": "It's a me...",
|
||||
"sixsides_cosmetics.item.mustache_2": "Familiar Mustache",
|
||||
"sixsides_cosmetics.item.mustache_2.lore": "It's a me...",
|
||||
|
||||
@@ -39,3 +39,7 @@
|
||||
"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]",
|
||||
"sixsides_cosmetics.item.mustache": "Bigode Familiar",
|
||||
"sixsides_cosmetics.item.mustache.lore": "It's a me...",
|
||||
"sixsides_cosmetics.item.mustache_2": "Bigode Familiar",
|
||||
"sixsides_cosmetics.item.mustache_2.lore": "It's a me...",
|
||||
|
||||
@@ -39,3 +39,7 @@
|
||||
"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]",
|
||||
"sixsides_cosmetics.item.mustache": "Bigode Familiar",
|
||||
"sixsides_cosmetics.item.mustache.lore": "It's a me...",
|
||||
"sixsides_cosmetics.item.mustache_2": "Bigode Familiar",
|
||||
"sixsides_cosmetics.item.mustache_2.lore": "It's a me...",
|
||||
|
||||
209
assets/sixsides_cosmetics/models/item/mustache.json
Normal file
209
assets/sixsides_cosmetics/models/item/mustache.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/mustache",
|
||||
"particle": "sixsides_cosmetics:item/mustache"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6.1, 1, 6],
|
||||
"to": [7.1, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 4, 12, 5], "texture": "#0"},
|
||||
"east": {"uv": [3, 8, 5, 9], "texture": "#0"},
|
||||
"south": {"uv": [11, 5, 12, 6], "texture": "#0"},
|
||||
"west": {"uv": [8, 3, 10, 4], "texture": "#0"},
|
||||
"up": {"uv": [6, 10, 5, 8], "texture": "#0"},
|
||||
"down": {"uv": [7, 8, 6, 10], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.1, 1, 5.7],
|
||||
"to": [9.1, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 4, 10, 5], "texture": "#0"},
|
||||
"east": {"uv": [7, 8, 9, 9], "texture": "#0"},
|
||||
"south": {"uv": [0, 9, 2, 10], "texture": "#0"},
|
||||
"west": {"uv": [9, 0, 11, 1], "texture": "#0"},
|
||||
"up": {"uv": [5, 2, 3, 0], "texture": "#0"},
|
||||
"down": {"uv": [5, 2, 3, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9.1, 1, 6],
|
||||
"to": [9.9, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 6, 12, 7], "texture": "#0"},
|
||||
"east": {"uv": [2, 9, 4, 10], "texture": "#0"},
|
||||
"south": {"uv": [7, 11, 8, 12], "texture": "#0"},
|
||||
"west": {"uv": [9, 6, 11, 7], "texture": "#0"},
|
||||
"up": {"uv": [5, 11, 4, 9], "texture": "#0"},
|
||||
"down": {"uv": [8, 9, 7, 11], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.5, 2, 5.7],
|
||||
"to": [9.5, 3, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 1, 8, 2], "texture": "#0"},
|
||||
"east": {"uv": [9, 7, 11, 8], "texture": "#0"},
|
||||
"south": {"uv": [5, 2, 8, 3], "texture": "#0"},
|
||||
"west": {"uv": [8, 9, 10, 10], "texture": "#0"},
|
||||
"up": {"uv": [3, 2, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [3, 2, 0, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 7],
|
||||
"to": [12, 1, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 8, 11, 9], "texture": "#0"},
|
||||
"east": {"uv": [11, 7, 12, 8], "texture": "#0"},
|
||||
"south": {"uv": [0, 10, 2, 11], "texture": "#0"},
|
||||
"west": {"uv": [11, 8, 12, 9], "texture": "#0"},
|
||||
"up": {"uv": [4, 11, 2, 10], "texture": "#0"},
|
||||
"down": {"uv": [12, 3, 10, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 0, 7],
|
||||
"to": [10, 1, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 4, 5], "texture": "#0"},
|
||||
"east": {"uv": [9, 11, 10, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 4, 8, 5], "texture": "#0"},
|
||||
"west": {"uv": [10, 11, 11, 12], "texture": "#0"},
|
||||
"up": {"uv": [4, 6, 0, 5], "texture": "#0"},
|
||||
"down": {"uv": [9, 0, 5, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 7],
|
||||
"to": [4, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 4, 11, 6], "texture": "#0"},
|
||||
"east": {"uv": [5, 10, 6, 12], "texture": "#0"},
|
||||
"south": {"uv": [6, 10, 7, 12], "texture": "#0"},
|
||||
"west": {"uv": [8, 10, 9, 12], "texture": "#0"},
|
||||
"up": {"uv": [12, 11, 11, 10], "texture": "#0"},
|
||||
"down": {"uv": [12, 11, 11, 12], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, -1, 7],
|
||||
"to": [7, 0, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 3, 8, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 12, 1, 13], "texture": "#0"},
|
||||
"south": {"uv": [4, 5, 7, 6], "texture": "#0"},
|
||||
"west": {"uv": [1, 12, 2, 13], "texture": "#0"},
|
||||
"up": {"uv": [3, 7, 0, 6], "texture": "#0"},
|
||||
"down": {"uv": [6, 6, 3, 7], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 7],
|
||||
"to": [6, 1, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 10, 11, 11], "texture": "#0"},
|
||||
"east": {"uv": [12, 1, 13, 2], "texture": "#0"},
|
||||
"south": {"uv": [10, 9, 12, 10], "texture": "#0"},
|
||||
"west": {"uv": [12, 2, 13, 3], "texture": "#0"},
|
||||
"up": {"uv": [2, 12, 0, 11], "texture": "#0"},
|
||||
"down": {"uv": [13, 0, 11, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, -1, 7],
|
||||
"to": [12, 0, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7, 6, 8], "texture": "#0"},
|
||||
"east": {"uv": [12, 3, 13, 4], "texture": "#0"},
|
||||
"south": {"uv": [7, 5, 10, 6], "texture": "#0"},
|
||||
"west": {"uv": [12, 4, 13, 5], "texture": "#0"},
|
||||
"up": {"uv": [9, 8, 6, 7], "texture": "#0"},
|
||||
"down": {"uv": [3, 8, 0, 9], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 7],
|
||||
"to": [13, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 1, 12, 3], "texture": "#0"},
|
||||
"east": {"uv": [2, 11, 3, 13], "texture": "#0"},
|
||||
"south": {"uv": [3, 11, 4, 13], "texture": "#0"},
|
||||
"west": {"uv": [4, 11, 5, 13], "texture": "#0"},
|
||||
"up": {"uv": [6, 13, 5, 12], "texture": "#0"},
|
||||
"down": {"uv": [13, 5, 12, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [65, 0, 0],
|
||||
"translation": [0, 1.5, 3.5],
|
||||
"scale": [0.66211, 0.66211, 0.66211]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [65, 0, 0],
|
||||
"translation": [0, 1.5, 3.5],
|
||||
"scale": [0.66211, 0.66211, 0.66211]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [162.39, 24.19, 163.92],
|
||||
"translation": [-4.25, 10.5, 0]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [162.39, 24.19, 163.92],
|
||||
"translation": [-4.25, 10.5, 0]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 5.75, 0]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-180, 0, -159.25],
|
||||
"translation": [3.5, 9, 0],
|
||||
"scale": [1.40234, 1.40234, 1.40234]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 2, -6.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 12.25, 0.75],
|
||||
"scale": [1.82227, 1.82227, 1.82227]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [7, 1, 6],
|
||||
"color": 0,
|
||||
"children": [
|
||||
{
|
||||
"name": "nose",
|
||||
"origin": [7, 1, 6],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "bigode",
|
||||
"origin": [12, -1, 7],
|
||||
"color": 0,
|
||||
"children": [4, 5, 6, 7, 8, 9, 10]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
155
assets/sixsides_cosmetics/models/item/mustache_2.json
Normal file
155
assets/sixsides_cosmetics/models/item/mustache_2.json
Normal file
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/mustache",
|
||||
"particle": "sixsides_cosmetics:item/mustache"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [10, 0, 7],
|
||||
"to": [12, 1, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 8, 11, 9], "texture": "#0"},
|
||||
"east": {"uv": [11, 7, 12, 8], "texture": "#0"},
|
||||
"south": {"uv": [0, 10, 2, 11], "texture": "#0"},
|
||||
"west": {"uv": [11, 8, 12, 9], "texture": "#0"},
|
||||
"up": {"uv": [4, 11, 2, 10], "texture": "#0"},
|
||||
"down": {"uv": [12, 3, 10, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 0, 7],
|
||||
"to": [10, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 4, 5], "texture": "#0"},
|
||||
"east": {"uv": [9, 11, 10, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 4, 8, 5], "texture": "#0"},
|
||||
"west": {"uv": [10, 11, 11, 12], "texture": "#0"},
|
||||
"up": {"uv": [4, 6, 0, 5], "texture": "#0"},
|
||||
"down": {"uv": [9, 0, 5, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 7],
|
||||
"to": [4, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 4, 11, 6], "texture": "#0"},
|
||||
"east": {"uv": [5, 10, 6, 12], "texture": "#0"},
|
||||
"south": {"uv": [6, 10, 7, 12], "texture": "#0"},
|
||||
"west": {"uv": [8, 10, 9, 12], "texture": "#0"},
|
||||
"up": {"uv": [12, 11, 11, 10], "texture": "#0"},
|
||||
"down": {"uv": [12, 11, 11, 12], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, -1, 7],
|
||||
"to": [7, 0, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 3, 8, 4], "texture": "#0"},
|
||||
"east": {"uv": [0, 12, 1, 13], "texture": "#0"},
|
||||
"south": {"uv": [4, 5, 7, 6], "texture": "#0"},
|
||||
"west": {"uv": [1, 12, 2, 13], "texture": "#0"},
|
||||
"up": {"uv": [3, 7, 0, 6], "texture": "#0"},
|
||||
"down": {"uv": [6, 6, 3, 7], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 7],
|
||||
"to": [6, 1, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 10, 11, 11], "texture": "#0"},
|
||||
"east": {"uv": [12, 1, 13, 2], "texture": "#0"},
|
||||
"south": {"uv": [10, 9, 12, 10], "texture": "#0"},
|
||||
"west": {"uv": [12, 2, 13, 3], "texture": "#0"},
|
||||
"up": {"uv": [2, 12, 0, 11], "texture": "#0"},
|
||||
"down": {"uv": [13, 0, 11, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, -1, 7],
|
||||
"to": [12, 0, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, -1, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7, 6, 8], "texture": "#0"},
|
||||
"east": {"uv": [12, 3, 13, 4], "texture": "#0"},
|
||||
"south": {"uv": [7, 5, 10, 6], "texture": "#0"},
|
||||
"west": {"uv": [12, 4, 13, 5], "texture": "#0"},
|
||||
"up": {"uv": [9, 8, 6, 7], "texture": "#0"},
|
||||
"down": {"uv": [3, 8, 0, 9], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 7],
|
||||
"to": [13, 2, 8],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 1, 12, 3], "texture": "#0"},
|
||||
"east": {"uv": [2, 11, 3, 13], "texture": "#0"},
|
||||
"south": {"uv": [3, 11, 4, 13], "texture": "#0"},
|
||||
"west": {"uv": [4, 11, 5, 13], "texture": "#0"},
|
||||
"up": {"uv": [6, 13, 5, 12], "texture": "#0"},
|
||||
"down": {"uv": [13, 5, 12, 6], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [65, 0, 0],
|
||||
"translation": [0, 1.5, 3.5],
|
||||
"scale": [0.66211, 0.66211, 0.66211]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [65, 0, 0],
|
||||
"translation": [0, 1.5, 3.5],
|
||||
"scale": [0.66211, 0.66211, 0.66211]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [162.39, 24.19, 163.92],
|
||||
"translation": [-4.25, 10.5, 0]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [162.39, 24.19, 163.92],
|
||||
"translation": [-4.25, 10.5, 0]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 5.75, 0]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-180, 0, -159.25],
|
||||
"translation": [3.5, 9, 0],
|
||||
"scale": [1.40234, 1.40234, 1.40234]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 2, -6.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 12.25, 0.75],
|
||||
"scale": [1.82227, 1.82227, 1.82227]
|
||||
},
|
||||
"on_shelf": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [1.54102, 1.54102, 1.54102]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [7, 1, 6],
|
||||
"color": 0,
|
||||
"children": [
|
||||
{
|
||||
"name": "bigode",
|
||||
"origin": [12, -1, 7],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
assets/sixsides_cosmetics/textures/item/mustache.png
Normal file
BIN
assets/sixsides_cosmetics/textures/item/mustache.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 466 B |
53
data/sixsides_cosmetics/recipe/mustache.json
Normal file
53
data/sixsides_cosmetics/recipe/mustache.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:brown_dye",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"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:mustache",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.mustache",
|
||||
"fallback": "Familiar Mustache",
|
||||
"color": "red",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.mustache.lore",
|
||||
"fallback": "It's a me...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
52
data/sixsides_cosmetics/recipe/mustache_2.json
Normal file
52
data/sixsides_cosmetics/recipe/mustache_2.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:brown_dye",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"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:mustache_2",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.mustache_2",
|
||||
"fallback": "Familiar Mustache",
|
||||
"color": "red",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.mustache_2.lore",
|
||||
"fallback": "It's a me...",
|
||||
"color": "white",
|
||||
"bold": false,
|
||||
"italic": true
|
||||
}
|
||||
],
|
||||
"minecraft:repairable": {
|
||||
"items": "minecraft:leather"
|
||||
},
|
||||
"minecraft:max_damage": 55,
|
||||
"minecraft:max_stack_size": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user