diff --git a/common/src/main/java/fonnymunkey/simplehats/common/init/HatJson.java b/common/src/main/java/fonnymunkey/simplehats/common/init/HatJson.java index 3fd38c4..cb06db5 100644 --- a/common/src/main/java/fonnymunkey/simplehats/common/init/HatJson.java +++ b/common/src/main/java/fonnymunkey/simplehats/common/init/HatJson.java @@ -180,6 +180,7 @@ public class HatJson { new HatEntry("rgbushanka", Rarity.EPIC, 5, 0), new HatEntry("rock", Rarity.UNCOMMON, 5, 0), new HatEntry("rubbernipple", Rarity.COMMON, 5, 0), + new HatEntry("samuraihat", Rarity.UNCOMMON, 5, 0), new HatEntry("sandcastle", Rarity.EPIC, 5, 0, HatEntry.HatSeason.SUMMER), new HatEntry("santaclaus", Rarity.RARE, 5, 1, HatEntry.HatSeason.FESTIVE), new HatEntry("sausage", Rarity.COMMON, 5, 0), diff --git a/common/src/main/resources/assets/simplehats/lang/en_us.json b/common/src/main/resources/assets/simplehats/lang/en_us.json index 3f0141c..53a3406 100644 --- a/common/src/main/resources/assets/simplehats/lang/en_us.json +++ b/common/src/main/resources/assets/simplehats/lang/en_us.json @@ -219,6 +219,7 @@ "item.simplehats.rgbushanka": "RGB Ushanka", "item.simplehats.rock": "Rock Eye", "item.simplehats.rubbernipple": "Baby Bottle Head", + "item.simplehats.samuraihat": "Samurai hat", "item.simplehats.sandcastle": "Sand Castle", "item.simplehats.santaclaus": "Santa Claus", "item.simplehats.sausage": "Sausage", diff --git a/common/src/main/resources/assets/simplehats/lang/fr_fr.json b/common/src/main/resources/assets/simplehats/lang/fr_fr.json index 0b0c2e5..0ae7cae 100644 --- a/common/src/main/resources/assets/simplehats/lang/fr_fr.json +++ b/common/src/main/resources/assets/simplehats/lang/fr_fr.json @@ -196,6 +196,7 @@ "item.simplehats.rgbushanka": "Chapeau ushanka arc-en-ciel", "item.simplehats.rock": "Œil de roche", "item.simplehats.rubbernipple": "Biberon sur la tête", + "item.simplehats.samuraihat": "Chapeau de samurai", "item.simplehats.sandcastle": "Château de sable", "item.simplehats.santaclaus": "Père Noël", "item.simplehats.sausage": "Saucisse", diff --git a/common/src/main/resources/assets/simplehats/lang/zh_cn.json b/common/src/main/resources/assets/simplehats/lang/zh_cn.json index 0de7d2c..7a51ac1 100644 --- a/common/src/main/resources/assets/simplehats/lang/zh_cn.json +++ b/common/src/main/resources/assets/simplehats/lang/zh_cn.json @@ -236,6 +236,7 @@ "item.simplehats.rgbushanka": "炫彩苏联毛帽", "item.simplehats.rock": "石之眼", "item.simplehats.rubbernipple": "奶瓶帽", + "item.simplehats.samuraihat": "战笠", "item.simplehats.sandcastle": "沙子城堡头饰", "item.simplehats.santaclaus": "圣诞老人装扮", "item.simplehats.sausage": "嘴叼香肠", diff --git a/common/src/main/resources/assets/simplehats/models/item/samuraihat.json b/common/src/main/resources/assets/simplehats/models/item/samuraihat.json new file mode 100644 index 0000000..6a6df5f --- /dev/null +++ b/common/src/main/resources/assets/simplehats/models/item/samuraihat.json @@ -0,0 +1,458 @@ +{ + "credit": "Made with Blockbench", + "parent": "simplehats:item/hatparent", + "texture_size": [64, 64], + "textures": { + "1": "simplehats:item/hats/samuraihat" + }, + "elements": [ + { + "from": [5, 0, 0], + "to": [11, 1, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0.5, 8]}, + "faces": { + "north": {"uv": [6, 3, 7.5, 3.25], "texture": "#1"}, + "east": {"uv": [5.75, 0, 9.75, 0.25], "texture": "#1"}, + "south": {"uv": [6, 3.25, 7.5, 3.5], "texture": "#1"}, + "west": {"uv": [5.75, 0.25, 9.75, 0.5], "texture": "#1"}, + "up": {"uv": [1.5, 4, 0, 0], "texture": "#1"}, + "down": {"uv": [3, 0, 1.5, 4], "texture": "#1"} + } + }, + { + "from": [11, 0, 5], + "to": [16, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [12.5, 0.5, 8]}, + "faces": { + "north": {"uv": [6.25, 0.5, 7.5, 0.75], "texture": "#1"}, + "east": {"uv": [3.5, 6, 5, 6.25], "texture": "#1"}, + "south": {"uv": [6.25, 0.75, 7.5, 1], "texture": "#1"}, + "west": {"uv": [6, 3.5, 7.5, 3.75], "texture": "#1"}, + "up": {"uv": [1.25, 5.5, 0, 4], "texture": "#1"}, + "down": {"uv": [2.5, 4, 1.25, 5.5], "texture": "#1"} + } + }, + { + "from": [0, 0, 5], + "to": [5, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0.5, 8]}, + "faces": { + "north": {"uv": [6.25, 1, 7.5, 1.25], "texture": "#1"}, + "east": {"uv": [6, 3.75, 7.5, 4], "texture": "#1"}, + "south": {"uv": [6.25, 1.25, 7.5, 1.5], "texture": "#1"}, + "west": {"uv": [6, 4, 7.5, 4.25], "texture": "#1"}, + "up": {"uv": [5.75, 1.5, 4.5, 0], "texture": "#1"}, + "down": {"uv": [5.75, 1.5, 4.5, 3], "texture": "#1"} + } + }, + { + "from": [11, 0, 1], + "to": [13, 1, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 0, 1]}, + "faces": { + "north": {"uv": [7.25, 1.75, 7.75, 2], "texture": "#1"}, + "east": {"uv": [6.25, 1.5, 7.25, 1.75], "texture": "#1"}, + "south": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#1"}, + "west": {"uv": [6.25, 1.75, 7.25, 2], "texture": "#1"}, + "up": {"uv": [6.25, 3, 5.75, 2], "texture": "#1"}, + "down": {"uv": [0.5, 6, 0, 7], "texture": "#1"} + } + }, + { + "from": [3, 0, 1], + "to": [5, 1, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, + "faces": { + "north": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#1"}, + "east": {"uv": [6.25, 2, 7.25, 2.25], "texture": "#1"}, + "south": {"uv": [7.25, 2.5, 7.75, 2.75], "texture": "#1"}, + "west": {"uv": [6.25, 2.25, 7.25, 2.5], "texture": "#1"}, + "up": {"uv": [1, 7, 0.5, 6], "texture": "#1"}, + "down": {"uv": [1.5, 6, 1, 7], "texture": "#1"} + } + }, + { + "from": [3, 0, 11], + "to": [5, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 11]}, + "faces": { + "north": {"uv": [7.25, 2.75, 7.75, 3], "texture": "#1"}, + "east": {"uv": [6.25, 2.5, 7.25, 2.75], "texture": "#1"}, + "south": {"uv": [5.5, 7.25, 6, 7.5], "texture": "#1"}, + "west": {"uv": [6.25, 2.75, 7.25, 3], "texture": "#1"}, + "up": {"uv": [2, 7, 1.5, 6], "texture": "#1"}, + "down": {"uv": [2.5, 6, 2, 7], "texture": "#1"} + } + }, + { + "from": [11, 0, 11], + "to": [13, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 0, 11]}, + "faces": { + "north": {"uv": [6, 7.25, 6.5, 7.5], "texture": "#1"}, + "east": {"uv": [3.5, 6.25, 4.5, 6.5], "texture": "#1"}, + "south": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#1"}, + "west": {"uv": [4.5, 6.25, 5.5, 6.5], "texture": "#1"}, + "up": {"uv": [3, 7, 2.5, 6], "texture": "#1"}, + "down": {"uv": [3.5, 6, 3, 7], "texture": "#1"} + } + }, + { + "from": [13, 0, 3], + "to": [15, 1, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 3]}, + "faces": { + "north": {"uv": [7, 7.25, 7.5, 7.5], "texture": "#1"}, + "east": {"uv": [7.25, 7, 7.75, 7.25], "texture": "#1"}, + "south": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#1"}, + "west": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#1"}, + "up": {"uv": [6, 6.75, 5.5, 6.25], "texture": "#1"}, + "down": {"uv": [6.5, 6.25, 6, 6.75], "texture": "#1"} + } + }, + { + "from": [13, 0, 11], + "to": [15, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 11]}, + "faces": { + "north": {"uv": [7.5, 0.5, 8, 0.75], "texture": "#1"}, + "east": {"uv": [7.5, 0.75, 8, 1], "texture": "#1"}, + "south": {"uv": [1, 7.5, 1.5, 7.75], "texture": "#1"}, + "west": {"uv": [7.5, 1, 8, 1.25], "texture": "#1"}, + "up": {"uv": [4, 7, 3.5, 6.5], "texture": "#1"}, + "down": {"uv": [4.5, 6.5, 4, 7], "texture": "#1"} + } + }, + { + "from": [1, 0, 11], + "to": [3, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 11]}, + "faces": { + "north": {"uv": [7.5, 1.25, 8, 1.5], "texture": "#1"}, + "east": {"uv": [1.5, 7.5, 2, 7.75], "texture": "#1"}, + "south": {"uv": [2, 7.5, 2.5, 7.75], "texture": "#1"}, + "west": {"uv": [2.5, 7.5, 3, 7.75], "texture": "#1"}, + "up": {"uv": [5, 7, 4.5, 6.5], "texture": "#1"}, + "down": {"uv": [5.5, 6.5, 5, 7], "texture": "#1"} + } + }, + { + "from": [1, 0, 3], + "to": [3, 1, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 3]}, + "faces": { + "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.5, 3, 8, 3.25], "texture": "#1"}, + "south": {"uv": [7.5, 3.25, 8, 3.5], "texture": "#1"}, + "west": {"uv": [3.5, 7.5, 4, 7.75], "texture": "#1"}, + "up": {"uv": [7, 6.5, 6.5, 6], "texture": "#1"}, + "down": {"uv": [7, 6.5, 6.5, 7], "texture": "#1"} + } + }, + { + "from": [2, 0, 2], + "to": [3, 1, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 1]}, + "faces": { + "north": {"uv": [7.75, 2.5, 8, 2.75], "texture": "#1"}, + "east": {"uv": [7.75, 2.75, 8, 3], "texture": "#1"}, + "south": {"uv": [3, 7.75, 3.25, 8], "texture": "#1"}, + "west": {"uv": [3.25, 7.75, 3.5, 8], "texture": "#1"}, + "up": {"uv": [3.75, 8, 3.5, 7.75], "texture": "#1"}, + "down": {"uv": [4, 7.75, 3.75, 8], "texture": "#1"} + } + }, + { + "from": [13, 0, 2], + "to": [14, 1, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, + "faces": { + "north": {"uv": [4, 7.75, 4.25, 8], "texture": "#1"}, + "east": {"uv": [4.25, 7.75, 4.5, 8], "texture": "#1"}, + "south": {"uv": [4.5, 7.75, 4.75, 8], "texture": "#1"}, + "west": {"uv": [4.75, 7.75, 5, 8], "texture": "#1"}, + "up": {"uv": [5.25, 8, 5, 7.75], "texture": "#1"}, + "down": {"uv": [5.5, 7.75, 5.25, 8], "texture": "#1"} + } + }, + { + "from": [13, 0, 13], + "to": [14, 1, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 12]}, + "faces": { + "north": {"uv": [5.5, 7.75, 5.75, 8], "texture": "#1"}, + "east": {"uv": [5.75, 7.75, 6, 8], "texture": "#1"}, + "south": {"uv": [6, 7.75, 6.25, 8], "texture": "#1"}, + "west": {"uv": [6.25, 7.75, 6.5, 8], "texture": "#1"}, + "up": {"uv": [6.75, 8, 6.5, 7.75], "texture": "#1"}, + "down": {"uv": [8, 6.5, 7.75, 6.75], "texture": "#1"} + } + }, + { + "from": [2, 0, 13], + "to": [3, 1, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, + "faces": { + "north": {"uv": [6.75, 7.75, 7, 8], "texture": "#1"}, + "east": {"uv": [7.75, 6.75, 8, 7], "texture": "#1"}, + "south": {"uv": [7, 7.75, 7.25, 8], "texture": "#1"}, + "west": {"uv": [7.75, 7, 8, 7.25], "texture": "#1"}, + "up": {"uv": [7.5, 8, 7.25, 7.75], "texture": "#1"}, + "down": {"uv": [7.75, 7.75, 7.5, 8], "texture": "#1"} + } + }, + { + "from": [5, 1, 2], + "to": [11, 2, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.5, 8]}, + "faces": { + "north": {"uv": [6, 4.25, 7.5, 4.5], "texture": "#1"}, + "east": {"uv": [0, 5.5, 3, 5.75], "texture": "#1"}, + "south": {"uv": [6, 4.5, 7.5, 4.75], "texture": "#1"}, + "west": {"uv": [0, 5.75, 3, 6], "texture": "#1"}, + "up": {"uv": [4.5, 3, 3, 0], "texture": "#1"}, + "down": {"uv": [4.5, 3, 3, 6], "texture": "#1"} + } + }, + { + "from": [11, 1, 5], + "to": [14, 2, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [12.5, 1.5, 8]}, + "faces": { + "north": {"uv": [6.5, 7, 7.25, 7.25], "texture": "#1"}, + "east": {"uv": [6, 4.75, 7.5, 5], "texture": "#1"}, + "south": {"uv": [7, 6.5, 7.75, 6.75], "texture": "#1"}, + "west": {"uv": [5, 6, 6.5, 6.25], "texture": "#1"}, + "up": {"uv": [5.25, 4.5, 4.5, 3], "texture": "#1"}, + "down": {"uv": [5.25, 4.5, 4.5, 6], "texture": "#1"} + } + }, + { + "from": [2, 1, 5], + "to": [5, 2, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 1.5, 8]}, + "faces": { + "north": {"uv": [7, 6.75, 7.75, 7], "texture": "#1"}, + "east": {"uv": [6, 5, 7.5, 5.25], "texture": "#1"}, + "south": {"uv": [7.25, 1.5, 8, 1.75], "texture": "#1"}, + "west": {"uv": [6, 5.25, 7.5, 5.5], "texture": "#1"}, + "up": {"uv": [6, 4.5, 5.25, 3], "texture": "#1"}, + "down": {"uv": [6, 4.5, 5.25, 6], "texture": "#1"} + } + }, + { + "from": [3, 1, 11], + "to": [5, 2, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 11]}, + "faces": { + "north": {"uv": [7.5, 3.5, 8, 3.75], "texture": "#1"}, + "east": {"uv": [7.5, 3.75, 8, 4], "texture": "#1"}, + "south": {"uv": [4, 7.5, 4.5, 7.75], "texture": "#1"}, + "west": {"uv": [7.5, 4, 8, 4.25], "texture": "#1"}, + "up": {"uv": [6, 7.25, 5.5, 6.75], "texture": "#1"}, + "down": {"uv": [6.5, 6.75, 6, 7.25], "texture": "#1"} + } + }, + { + "from": [3, 1, 3], + "to": [5, 2, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [7.5, 4.25, 8, 4.5], "texture": "#1"}, + "east": {"uv": [4.5, 7.5, 5, 7.75], "texture": "#1"}, + "south": {"uv": [7.5, 4.5, 8, 4.75], "texture": "#1"}, + "west": {"uv": [7.5, 4.75, 8, 5], "texture": "#1"}, + "up": {"uv": [0.5, 7.5, 0, 7], "texture": "#1"}, + "down": {"uv": [1, 7, 0.5, 7.5], "texture": "#1"} + } + }, + { + "from": [11, 1, 3], + "to": [13, 2, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 1, 3]}, + "faces": { + "north": {"uv": [5, 7.5, 5.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.5, 5, 8, 5.25], "texture": "#1"}, + "south": {"uv": [7.5, 5.25, 8, 5.5], "texture": "#1"}, + "west": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#1"}, + "up": {"uv": [1.5, 7.5, 1, 7], "texture": "#1"}, + "down": {"uv": [2, 7, 1.5, 7.5], "texture": "#1"} + } + }, + { + "from": [11, 1, 11], + "to": [13, 2, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 1, 11]}, + "faces": { + "north": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#1"}, + "east": {"uv": [7.5, 5.75, 8, 6], "texture": "#1"}, + "south": {"uv": [6, 7.5, 6.5, 7.75], "texture": "#1"}, + "west": {"uv": [7.5, 6, 8, 6.25], "texture": "#1"}, + "up": {"uv": [2.5, 7.5, 2, 7], "texture": "#1"}, + "down": {"uv": [3, 7, 2.5, 7.5], "texture": "#1"} + } + }, + { + "from": [7, 2, 5], + "to": [9, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 2.5, 8]}, + "faces": { + "north": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#1"}, + "east": {"uv": [6, 5.5, 7.5, 5.75], "texture": "#1"}, + "south": {"uv": [6.5, 7.5, 7, 7.75], "texture": "#1"}, + "west": {"uv": [6, 5.75, 7.5, 6], "texture": "#1"}, + "up": {"uv": [3, 5.5, 2.5, 4], "texture": "#1"}, + "down": {"uv": [6.25, 0.5, 5.75, 2], "texture": "#1"} + } + }, + { + "from": [5, 2, 7], + "to": [7, 3, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 2.5, 8]}, + "faces": { + "north": {"uv": [7, 7.5, 7.5, 7.75], "texture": "#1"}, + "east": {"uv": [7.5, 7.25, 8, 7.5], "texture": "#1"}, + "south": {"uv": [7.5, 7.5, 8, 7.75], "texture": "#1"}, + "west": {"uv": [0, 7.75, 0.5, 8], "texture": "#1"}, + "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, + "down": {"uv": [4, 7, 3.5, 7.5], "texture": "#1"} + } + }, + { + "from": [9, 2, 7], + "to": [11, 3, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2.5, 8]}, + "faces": { + "north": {"uv": [0.5, 7.75, 1, 8], "texture": "#1"}, + "east": {"uv": [1, 7.75, 1.5, 8], "texture": "#1"}, + "south": {"uv": [1.5, 7.75, 2, 8], "texture": "#1"}, + "west": {"uv": [7.75, 1.75, 8.25, 2], "texture": "#1"}, + "up": {"uv": [4.5, 7.5, 4, 7], "texture": "#1"}, + "down": {"uv": [5, 7, 4.5, 7.5], "texture": "#1"} + } + }, + { + "from": [6, 2, 9], + "to": [7, 3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 9]}, + "faces": { + "north": {"uv": [7.75, 7.75, 8, 8], "texture": "#1"}, + "east": {"uv": [0, 8, 0.25, 8.25], "texture": "#1"}, + "south": {"uv": [0.25, 8, 0.5, 8.25], "texture": "#1"}, + "west": {"uv": [0.5, 8, 0.75, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 0.75, 8, 0.5], "texture": "#1"}, + "down": {"uv": [1, 8, 0.75, 8.25], "texture": "#1"} + } + }, + { + "from": [9, 2, 9], + "to": [10, 3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 2, 9]}, + "faces": { + "north": {"uv": [8, 0.75, 8.25, 1], "texture": "#1"}, + "east": {"uv": [1, 8, 1.25, 8.25], "texture": "#1"}, + "south": {"uv": [8, 1, 8.25, 1.25], "texture": "#1"}, + "west": {"uv": [1.25, 8, 1.5, 8.25], "texture": "#1"}, + "up": {"uv": [8.25, 1.5, 8, 1.25], "texture": "#1"}, + "down": {"uv": [1.75, 8, 1.5, 8.25], "texture": "#1"} + } + }, + { + "from": [9, 2, 6], + "to": [10, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 2, 5]}, + "faces": { + "north": {"uv": [8, 1.5, 8.25, 1.75], "texture": "#1"}, + "east": {"uv": [1.75, 8, 2, 8.25], "texture": "#1"}, + "south": {"uv": [2, 8, 2.25, 8.25], "texture": "#1"}, + "west": {"uv": [2.25, 8, 2.5, 8.25], "texture": "#1"}, + "up": {"uv": [2.75, 8.25, 2.5, 8], "texture": "#1"}, + "down": {"uv": [8.25, 2.5, 8, 2.75], "texture": "#1"} + } + }, + { + "from": [6, 2, 6], + "to": [7, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 5]}, + "faces": { + "north": {"uv": [2.75, 8, 3, 8.25], "texture": "#1"}, + "east": {"uv": [8, 2.75, 8.25, 3], "texture": "#1"}, + "south": {"uv": [3, 8, 3.25, 8.25], "texture": "#1"}, + "west": {"uv": [8, 3, 8.25, 3.25], "texture": "#1"}, + "up": {"uv": [3.5, 8.25, 3.25, 8], "texture": "#1"}, + "down": {"uv": [8.25, 3.25, 8, 3.5], "texture": "#1"} + } + }, + { + "from": [7, 3, 7], + "to": [9, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 8]}, + "faces": { + "north": {"uv": [2, 7.75, 2.5, 8], "texture": "#1"}, + "east": {"uv": [7.75, 2, 8.25, 2.25], "texture": "#1"}, + "south": {"uv": [7.75, 2.25, 8.25, 2.5], "texture": "#1"}, + "west": {"uv": [2.5, 7.75, 3, 8], "texture": "#1"}, + "up": {"uv": [5.5, 7.5, 5, 7], "texture": "#1"}, + "down": {"uv": [7.5, 6, 7, 6.5], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 4, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "translation": [0, 4, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [26, 64, 0], + "translation": [1.25, 5, 2], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "rotation": [26, 64, 0], + "translation": [1.25, 5, 2], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "translation": [0, 2.75, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [35, 145, 0], + "translation": [0, 4.5, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, 17, 0], + "scale": [2.2, 1.63, 2.2] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0.5, -7.25] + } + }, + "groups": [ + { + "name": "Bottom", + "origin": [8, 0.5, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] + }, + { + "name": "middle", + "origin": [8, 0.5, 8], + "color": 0, + "children": [15, 16, 17, 18, 19, 20, 21] + }, + { + "name": "top", + "origin": [8, 0.5, 8], + "color": 0, + "children": [22, 23, 24, 25, 26, 27, 28] + }, + 29 + ] +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplehats/textures/item/hats/samuraihat.png b/common/src/main/resources/assets/simplehats/textures/item/hats/samuraihat.png new file mode 100644 index 0000000..9859041 Binary files /dev/null and b/common/src/main/resources/assets/simplehats/textures/item/hats/samuraihat.png differ