feat(items): shark head
This commit is contained in:
@@ -436,6 +436,28 @@ const ITEMS = {
|
||||
],
|
||||
},
|
||||
},
|
||||
shark_head: {
|
||||
name: {
|
||||
pt_br: "Cabeça de Tubarão",
|
||||
fallback: "Shark Head",
|
||||
color: "dark_aqua",
|
||||
},
|
||||
lore: {
|
||||
pt_br: "♬ Baby Sha... ♬",
|
||||
fallback: "♬ Baby Sha... ♬",
|
||||
},
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:light_blue_dye",
|
||||
B: "minecraft:prismarine_shard",
|
||||
},
|
||||
pattern: [
|
||||
" A ", //
|
||||
"A#A",
|
||||
"BBB",
|
||||
],
|
||||
},
|
||||
},
|
||||
straw_hat: {
|
||||
name: {
|
||||
pt_br: "Chapéu de Palha",
|
||||
|
||||
1
.meta/shark_head.bbmodel
Normal file
1
.meta/shark_head.bbmodel
Normal file
File diff suppressed because one or more lines are too long
7
assets/sixsides_cosmetics/items/shark_head.json
Normal file
7
assets/sixsides_cosmetics/items/shark_head.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "sixsides_cosmetics:item/shark_head"
|
||||
}
|
||||
}
|
||||
@@ -49,5 +49,7 @@
|
||||
"sixsides_cosmetics.item.majora_postman": "Postman's Hat",
|
||||
"sixsides_cosmetics.item.majora_postman.lore": "The moon is falling",
|
||||
"sixsides_cosmetics.item.construction_hat": "Construction Hat",
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Safety first!"
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Safety first!",
|
||||
"sixsides_cosmetics.item.shark_head": "Shark Head",
|
||||
"sixsides_cosmetics.item.shark_head.lore": "♬ Baby Sha... ♬"
|
||||
}
|
||||
@@ -49,5 +49,7 @@
|
||||
"sixsides_cosmetics.item.majora_postman": "Chapéu de Carteiro",
|
||||
"sixsides_cosmetics.item.majora_postman.lore": "A lua está caindo...",
|
||||
"sixsides_cosmetics.item.construction_hat": "Chapéu de Construção",
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Segurança em primeiro lugar!"
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Segurança em primeiro lugar!",
|
||||
"sixsides_cosmetics.item.shark_head": "Cabeça de Tubarão",
|
||||
"sixsides_cosmetics.item.shark_head.lore": "♬ Baby Sha... ♬"
|
||||
}
|
||||
@@ -49,5 +49,7 @@
|
||||
"sixsides_cosmetics.item.majora_postman": "Chapéu de Carteiro",
|
||||
"sixsides_cosmetics.item.majora_postman.lore": "A lua está caindo...",
|
||||
"sixsides_cosmetics.item.construction_hat": "Chapéu de Construção",
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Segurança em primeiro lugar!"
|
||||
"sixsides_cosmetics.item.construction_hat.lore": "Segurança em primeiro lugar!",
|
||||
"sixsides_cosmetics.item.shark_head": "Cabeça de Tubarão",
|
||||
"sixsides_cosmetics.item.shark_head.lore": "♬ Baby Sha... ♬"
|
||||
}
|
||||
183
assets/sixsides_cosmetics/models/item/shark_head.json
Normal file
183
assets/sixsides_cosmetics/models/item/shark_head.json
Normal file
@@ -0,0 +1,183 @@
|
||||
{
|
||||
"format_version": "1.21.11",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"0": "sixsides_cosmetics:item/shark_head",
|
||||
"particle": "sixsides_cosmetics:item/shark_head"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 6.5, -3.55],
|
||||
"to": [0, 9.5, 16.45],
|
||||
"rotation": {"angle": 12.5, "axis": "x", "origin": [0, 9.5, -3.55]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"east": {"uv": [5.75, 5.875, 8.25, 6.25], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"west": {"uv": [3.25, 5.875, 5.75, 6.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 6.5, -3.55],
|
||||
"to": [16, 9.5, -3.55],
|
||||
"rotation": {"angle": 12.5, "axis": "x", "origin": [0, 9.5, -3.55]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.25, 6, 3.25, 6.375], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"south": {"uv": [1.25, 6, 3.25, 6.375], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"up": {"uv": [2, 0, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [2, 0, 0, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 6.5, 16.45],
|
||||
"to": [16, 9.5, 16.45],
|
||||
"rotation": {"angle": 12.5, "axis": "x", "origin": [0, 9.5, -3.55]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 3, 8, 3.375], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"south": {"uv": [6, 3.375, 8, 3.75], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"up": {"uv": [2, 0, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [2, 0, 0, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, -5, -3],
|
||||
"to": [16, -1, 17],
|
||||
"rotation": {"angle": -12.5, "axis": "x", "origin": [0, -5, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.25, 5, 7.25, 5.5], "texture": "#0"},
|
||||
"east": {"uv": [1.25, 5, 3.75, 5.5], "texture": "#0"},
|
||||
"south": {"uv": [1.25, 5.5, 3.25, 6], "texture": "#0"},
|
||||
"west": {"uv": [5.25, 4.5, 7.75, 5], "texture": "#0"},
|
||||
"up": {"uv": [2, 2.5, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [4, 0, 2, 2.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, -1, -3],
|
||||
"to": [0, 1, 13],
|
||||
"rotation": {"angle": -12.5, "axis": "x", "origin": [0, -5, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"east": {"uv": [5.25, 6.25, 7.25, 6.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [6, 4, 8, 4.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, -1, -3],
|
||||
"to": [16, 1, -3],
|
||||
"rotation": {"angle": -12.5, "axis": "x", "origin": [0, -5, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 4.25, 8, 4.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"south": {"uv": [6, 4.25, 8, 4.5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"up": {"uv": [2, 0, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [2, 0, 0, 0], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, 6.5, -3.55],
|
||||
"to": [16, 9.5, 16.45],
|
||||
"rotation": {"angle": 12.5, "axis": "x", "origin": [16, 9.5, -3.55]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"east": {"uv": [5.75, 5.875, 8.25, 6.25], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 0.375], "texture": "#0"},
|
||||
"west": {"uv": [3.25, 5.875, 5.75, 6.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, -1, -3],
|
||||
"to": [16, 1, 13],
|
||||
"rotation": {"angle": -12.5, "axis": "x", "origin": [16, -5, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"east": {"uv": [5.25, 6.25, 7.25, 6.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#0"},
|
||||
"west": {"uv": [6, 4, 8, 4.25], "texture": "#0"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 9.5, -3.55],
|
||||
"to": [16, 18.5, 16.45],
|
||||
"rotation": {"angle": 12.5, "axis": "x", "origin": [0, 9.5, -3.55]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 2.25, 6, 3.375], "texture": "#0"},
|
||||
"east": {"uv": [4, 0, 6.5, 1.125], "texture": "#0"},
|
||||
"south": {"uv": [4, 3.375, 6, 4.5], "texture": "#0"},
|
||||
"west": {"uv": [4, 1.125, 6.5, 2.25], "texture": "#0"},
|
||||
"up": {"uv": [2, 5, 0, 2.5], "texture": "#0"},
|
||||
"down": {"uv": [4, 2.5, 2, 5], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 12.04162, 10.02823],
|
||||
"to": [9, 23.04162, 20.02823],
|
||||
"rotation": {"angle": 30, "axis": "x", "origin": [8, 18.54162, 14.52823]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 6.375, 2.25, 7.75], "texture": "#0"},
|
||||
"east": {"uv": [4, 4.5, 5.25, 5.875], "texture": "#0"},
|
||||
"south": {"uv": [2.25, 6.375, 2.5, 7.75], "texture": "#0"},
|
||||
"west": {"uv": [0, 5, 1.25, 6.375], "texture": "#0"},
|
||||
"up": {"uv": [2.75, 7.625, 2.5, 6.375], "texture": "#0"},
|
||||
"down": {"uv": [3, 6.375, 2.75, 7.625], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"scale": [0.31836, 0.31836, 0.31836]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"scale": [0.31836, 0.31836, 0.31836]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [168.68, 58.19, -169.03],
|
||||
"translation": [0, 3.75, 0],
|
||||
"scale": [0.37305, 0.37305, 0.37305]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [168.68, 58.19, -169.03],
|
||||
"translation": [0, 3.75, 0],
|
||||
"scale": [0.37305, 0.37305, 0.37305]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [13.29, -2.18, -10.39],
|
||||
"translation": [0, 6.25, 0],
|
||||
"scale": [0.59961, 0.59961, 0.59961]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-167.02, 40.77, -174.02],
|
||||
"scale": [0.4707, 0.4707, 0.4707]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 1, 0.25],
|
||||
"scale": [0.9375, 0.9375, 0.9375]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -7.75]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [0, 9.5, -3.55],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
assets/sixsides_cosmetics/textures/item/shark_head.png
Normal file
BIN
assets/sixsides_cosmetics/textures/item/shark_head.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
55
data/sixsides_cosmetics/recipe/shark_head.json
Normal file
55
data/sixsides_cosmetics/recipe/shark_head.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"__sixsides_generator": "generate_helmet.js",
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:light_blue_dye",
|
||||
"B": "minecraft:prismarine_shard",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
" A ",
|
||||
"A#A",
|
||||
"BBB"
|
||||
],
|
||||
"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:shark_head",
|
||||
"minecraft:item_name": {
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.shark_head",
|
||||
"fallback": "Shark Head",
|
||||
"color": "dark_aqua",
|
||||
"bold": true,
|
||||
"italic": false
|
||||
},
|
||||
"minecraft:lore": [
|
||||
{
|
||||
"type": "translatable",
|
||||
"translate": "sixsides_cosmetics.item.shark_head.lore",
|
||||
"fallback": "♬ Baby Sha... ♬",
|
||||
"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