You've already forked minecraft-assets
Create/Update assets for version 1.21.4
This commit is contained in:
1
assets/minecraft/equipment/_all.json
Normal file
1
assets/minecraft/equipment/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"armadillo_scute":{"layers":{"wolf_body":[{"texture":"minecraft:armadillo_scute"},{"dyeable":{},"texture":"minecraft:armadillo_scute_overlay"}]}},"black_carpet":{"layers":{"llama_body":[{"texture":"minecraft:black"}]}},"blue_carpet":{"layers":{"llama_body":[{"texture":"minecraft:blue"}]}},"brown_carpet":{"layers":{"llama_body":[{"texture":"minecraft:brown"}]}},"chainmail":{"layers":{"humanoid":[{"texture":"minecraft:chainmail"}],"humanoid_leggings":[{"texture":"minecraft:chainmail"}]}},"cyan_carpet":{"layers":{"llama_body":[{"texture":"minecraft:cyan"}]}},"diamond":{"layers":{"horse_body":[{"texture":"minecraft:diamond"}],"humanoid":[{"texture":"minecraft:diamond"}],"humanoid_leggings":[{"texture":"minecraft:diamond"}]}},"elytra":{"layers":{"wings":[{"texture":"minecraft:elytra","use_player_texture":true}]}},"gold":{"layers":{"horse_body":[{"texture":"minecraft:gold"}],"humanoid":[{"texture":"minecraft:gold"}],"humanoid_leggings":[{"texture":"minecraft:gold"}]}},"gray_carpet":{"layers":{"llama_body":[{"texture":"minecraft:gray"}]}},"green_carpet":{"layers":{"llama_body":[{"texture":"minecraft:green"}]}},"iron":{"layers":{"horse_body":[{"texture":"minecraft:iron"}],"humanoid":[{"texture":"minecraft:iron"}],"humanoid_leggings":[{"texture":"minecraft:iron"}]}},"leather":{"layers":{"horse_body":[{"dyeable":{"color_when_undyed":-6265536},"texture":"minecraft:leather"}],"humanoid":[{"dyeable":{"color_when_undyed":-6265536},"texture":"minecraft:leather"},{"texture":"minecraft:leather_overlay"}],"humanoid_leggings":[{"dyeable":{"color_when_undyed":-6265536},"texture":"minecraft:leather"},{"texture":"minecraft:leather_overlay"}]}},"light_blue_carpet":{"layers":{"llama_body":[{"texture":"minecraft:light_blue"}]}},"light_gray_carpet":{"layers":{"llama_body":[{"texture":"minecraft:light_gray"}]}},"lime_carpet":{"layers":{"llama_body":[{"texture":"minecraft:lime"}]}},"magenta_carpet":{"layers":{"llama_body":[{"texture":"minecraft:magenta"}]}},"netherite":{"layers":{"humanoid":[{"texture":"minecraft:netherite"}],"humanoid_leggings":[{"texture":"minecraft:netherite"}]}},"orange_carpet":{"layers":{"llama_body":[{"texture":"minecraft:orange"}]}},"pink_carpet":{"layers":{"llama_body":[{"texture":"minecraft:pink"}]}},"purple_carpet":{"layers":{"llama_body":[{"texture":"minecraft:purple"}]}},"red_carpet":{"layers":{"llama_body":[{"texture":"minecraft:red"}]}},"trader_llama":{"layers":{"llama_body":[{"texture":"minecraft:trader_llama"}]}},"turtle_scute":{"layers":{"humanoid":[{"texture":"minecraft:turtle_scute"}]}},"white_carpet":{"layers":{"llama_body":[{"texture":"minecraft:white"}]}},"yellow_carpet":{"layers":{"llama_body":[{"texture":"minecraft:yellow"}]}}}
|
||||
1
assets/minecraft/equipment/_list.json
Normal file
1
assets/minecraft/equipment/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["armadillo_scute.json","black_carpet.json","blue_carpet.json","brown_carpet.json","chainmail.json","cyan_carpet.json","diamond.json","elytra.json","gold.json","gray_carpet.json","green_carpet.json","iron.json","leather.json","light_blue_carpet.json","light_gray_carpet.json","lime_carpet.json","magenta_carpet.json","netherite.json","orange_carpet.json","pink_carpet.json","purple_carpet.json","red_carpet.json","trader_llama.json","turtle_scute.json","white_carpet.json","yellow_carpet.json"]}
|
||||
13
assets/minecraft/equipment/armadillo_scute.json
Normal file
13
assets/minecraft/equipment/armadillo_scute.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"layers": {
|
||||
"wolf_body": [
|
||||
{
|
||||
"texture": "minecraft:armadillo_scute"
|
||||
},
|
||||
{
|
||||
"dyeable": {},
|
||||
"texture": "minecraft:armadillo_scute_overlay"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/black_carpet.json
Normal file
9
assets/minecraft/equipment/black_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:black"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/blue_carpet.json
Normal file
9
assets/minecraft/equipment/blue_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:blue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/brown_carpet.json
Normal file
9
assets/minecraft/equipment/brown_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:brown"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
14
assets/minecraft/equipment/chainmail.json
Normal file
14
assets/minecraft/equipment/chainmail.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"layers": {
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:chainmail"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"texture": "minecraft:chainmail"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/cyan_carpet.json
Normal file
9
assets/minecraft/equipment/cyan_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:cyan"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/equipment/diamond.json
Normal file
19
assets/minecraft/equipment/diamond.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"layers": {
|
||||
"horse_body": [
|
||||
{
|
||||
"texture": "minecraft:diamond"
|
||||
}
|
||||
],
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:diamond"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"texture": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/equipment/elytra.json
Normal file
10
assets/minecraft/equipment/elytra.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"layers": {
|
||||
"wings": [
|
||||
{
|
||||
"texture": "minecraft:elytra",
|
||||
"use_player_texture": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/equipment/gold.json
Normal file
19
assets/minecraft/equipment/gold.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"layers": {
|
||||
"horse_body": [
|
||||
{
|
||||
"texture": "minecraft:gold"
|
||||
}
|
||||
],
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:gold"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"texture": "minecraft:gold"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/gray_carpet.json
Normal file
9
assets/minecraft/equipment/gray_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:gray"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/green_carpet.json
Normal file
9
assets/minecraft/equipment/green_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:green"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/equipment/iron.json
Normal file
19
assets/minecraft/equipment/iron.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"layers": {
|
||||
"horse_body": [
|
||||
{
|
||||
"texture": "minecraft:iron"
|
||||
}
|
||||
],
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:iron"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"texture": "minecraft:iron"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
34
assets/minecraft/equipment/leather.json
Normal file
34
assets/minecraft/equipment/leather.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"layers": {
|
||||
"horse_body": [
|
||||
{
|
||||
"dyeable": {
|
||||
"color_when_undyed": -6265536
|
||||
},
|
||||
"texture": "minecraft:leather"
|
||||
}
|
||||
],
|
||||
"humanoid": [
|
||||
{
|
||||
"dyeable": {
|
||||
"color_when_undyed": -6265536
|
||||
},
|
||||
"texture": "minecraft:leather"
|
||||
},
|
||||
{
|
||||
"texture": "minecraft:leather_overlay"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"dyeable": {
|
||||
"color_when_undyed": -6265536
|
||||
},
|
||||
"texture": "minecraft:leather"
|
||||
},
|
||||
{
|
||||
"texture": "minecraft:leather_overlay"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/light_blue_carpet.json
Normal file
9
assets/minecraft/equipment/light_blue_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:light_blue"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/light_gray_carpet.json
Normal file
9
assets/minecraft/equipment/light_gray_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:light_gray"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/lime_carpet.json
Normal file
9
assets/minecraft/equipment/lime_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:lime"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/magenta_carpet.json
Normal file
9
assets/minecraft/equipment/magenta_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:magenta"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
14
assets/minecraft/equipment/netherite.json
Normal file
14
assets/minecraft/equipment/netherite.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"layers": {
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:netherite"
|
||||
}
|
||||
],
|
||||
"humanoid_leggings": [
|
||||
{
|
||||
"texture": "minecraft:netherite"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/orange_carpet.json
Normal file
9
assets/minecraft/equipment/orange_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:orange"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/pink_carpet.json
Normal file
9
assets/minecraft/equipment/pink_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:pink"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/purple_carpet.json
Normal file
9
assets/minecraft/equipment/purple_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:purple"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/red_carpet.json
Normal file
9
assets/minecraft/equipment/red_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:red"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/trader_llama.json
Normal file
9
assets/minecraft/equipment/trader_llama.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:trader_llama"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/turtle_scute.json
Normal file
9
assets/minecraft/equipment/turtle_scute.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"humanoid": [
|
||||
{
|
||||
"texture": "minecraft:turtle_scute"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/white_carpet.json
Normal file
9
assets/minecraft/equipment/white_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:white"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
assets/minecraft/equipment/yellow_carpet.json
Normal file
9
assets/minecraft/equipment/yellow_carpet.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"layers": {
|
||||
"llama_body": [
|
||||
{
|
||||
"texture": "minecraft:yellow"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user