Skip to content

Commit 09b41df

Browse files
committed
Merge branch 'main' into Bare-Necessities
2 parents 9644e08 + dbe82ff commit 09b41df

27 files changed

Lines changed: 196 additions & 2 deletions

File tree

java/1_21_4/assets/minecraft/items/paper.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,32 @@
201201
{"threshold": 858, "model": { "type": "model", "model": "cape/8/58"}},
202202
{"threshold": 859, "model": { "type": "model", "model": "cape/8/59"}},
203203
{"threshold": 860, "model": { "type": "model", "model": "cape/8/60"}},
204-
{"threshold": 861, "model": { "type": "model", "model": "cape/8/61"}}
204+
{"threshold": 861, "model": { "type": "model", "model": "cape/8/61"}},
205+
206+
{"threshold": 900, "model": { "type": "model", "model": "cape/9/0"}},
207+
{"threshold": 901, "model": { "type": "model", "model": "cape/9/1"}},
208+
{"threshold": 902, "model": { "type": "model", "model": "cape/9/2"}},
209+
{"threshold": 903, "model": { "type": "model", "model": "cape/9/3"}},
210+
{"threshold": 904, "model": { "type": "model", "model": "cape/9/4"}},
211+
{"threshold": 905, "model": { "type": "model", "model": "cape/9/5"}},
212+
{"threshold": 906, "model": { "type": "model", "model": "cape/9/6"}},
213+
{"threshold": 907, "model": { "type": "model", "model": "cape/9/7"}},
214+
{"threshold": 908, "model": { "type": "model", "model": "cape/9/8"}},
215+
{"threshold": 909, "model": { "type": "model", "model": "cape/9/9"}},
216+
{"threshold": 910, "model": { "type": "model", "model": "cape/9/10"}},
217+
{"threshold": 911, "model": { "type": "model", "model": "cape/9/11"}},
218+
{"threshold": 950, "model": { "type": "model", "model": "cape/9/50"}},
219+
{"threshold": 951, "model": { "type": "model", "model": "cape/9/51"}},
220+
{"threshold": 952, "model": { "type": "model", "model": "cape/9/52"}},
221+
{"threshold": 953, "model": { "type": "model", "model": "cape/9/53"}},
222+
{"threshold": 954, "model": { "type": "model", "model": "cape/9/54"}},
223+
{"threshold": 955, "model": { "type": "model", "model": "cape/9/55"}},
224+
{"threshold": 956, "model": { "type": "model", "model": "cape/9/56"}},
225+
{"threshold": 957, "model": { "type": "model", "model": "cape/9/57"}},
226+
{"threshold": 958, "model": { "type": "model", "model": "cape/9/58"}},
227+
{"threshold": 959, "model": { "type": "model", "model": "cape/9/59"}},
228+
{"threshold": 960, "model": { "type": "model", "model": "cape/9/60"}},
229+
{"threshold": 961, "model": { "type": "model", "model": "cape/9/61"}}
205230
],
206231
"fallback": {
207232
"type": "model",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/0",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/1",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/10",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/11",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/2",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/3",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/4",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/5",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:cape/_base/50",
3+
"textures": {
4+
"0": "item/capes/9"
5+
}
6+
}

0 commit comments

Comments
 (0)