Added keys and minimum configs
132
assets/minecraft/items/stick.json
Normal file
|
@ -0,0 +1,132 @@
|
|||
{
|
||||
"model": {
|
||||
"type": "select",
|
||||
"property": "component",
|
||||
"component": "custom_name",
|
||||
"fallback": {
|
||||
"type": "model",
|
||||
"model": "item/stick"
|
||||
},
|
||||
"cases": [
|
||||
{
|
||||
"when": "Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "White Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/white_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Light Gray Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/light_gray_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Gray Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/gray_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Black Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/black_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Brown Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/brown_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Red Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/red_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Orange Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/orange_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Yellow Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/yellow_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Lime Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/lime_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Green Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/green_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Cyan Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/cyan_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Light Blue Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/light_blue_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Blue Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/blue_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Purple Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/purple_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Magenta Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/magenta_key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": "Pink Key",
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/keys/pink_key"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/black_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/black_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/blue_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/blue_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/brown_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/brown_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/cyan_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/cyan_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/gray_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/gray_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/green_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/green_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/light_blue_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/light_blue_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/light_gray_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/light_gray_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/lime_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/lime_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/magenta_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/magenta_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/orange_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/orange_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/pink_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/pink_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/purple_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/purple_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/red_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/red_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/white_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/white_key"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/item/keys/yellow_key.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/keys/yellow_key"
|
||||
}
|
||||
}
|
BIN
assets/minecraft/textures/item/keys/black_key.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
assets/minecraft/textures/item/keys/blue_key.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/minecraft/textures/item/keys/blue_key.png~
Normal file
After Width: | Height: | Size: 763 B |
BIN
assets/minecraft/textures/item/keys/brown_key.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
assets/minecraft/textures/item/keys/cyan_key.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
assets/minecraft/textures/item/keys/gray_key.png
Normal file
After Width: | Height: | Size: 613 B |
BIN
assets/minecraft/textures/item/keys/green_key.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
assets/minecraft/textures/item/keys/key.png
Normal file
After Width: | Height: | Size: 598 B |
BIN
assets/minecraft/textures/item/keys/key.png~
Normal file
After Width: | Height: | Size: 758 B |
BIN
assets/minecraft/textures/item/keys/light_blue_key.png
Normal file
After Width: | Height: | Size: 616 B |
BIN
assets/minecraft/textures/item/keys/light_gray_key.png
Normal file
After Width: | Height: | Size: 603 B |
BIN
assets/minecraft/textures/item/keys/lime_key.png
Normal file
After Width: | Height: | Size: 621 B |
BIN
assets/minecraft/textures/item/keys/magenta_key.png
Normal file
After Width: | Height: | Size: 614 B |
BIN
assets/minecraft/textures/item/keys/orange_key.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/minecraft/textures/item/keys/pink_key.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/minecraft/textures/item/keys/purple_key.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/minecraft/textures/item/keys/red_key.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/minecraft/textures/item/keys/white_key.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
assets/minecraft/textures/item/keys/yellow_key.png
Normal file
After Width: | Height: | Size: 624 B |
7
pack.mcmeta
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 55,
|
||||
"description": "Midnight Valley Server Resource Pack"
|
||||
}
|
||||
|
||||
}
|
BIN
pack.png
Normal file
After Width: | Height: | Size: 36 KiB |