Friends-CMP-2.0/assets/minecraft/models/item/music_disc_13.json
Chloe d896b483fa Add new music discs and models for various shops; remove obsolete files
- Introduced new music discs: "City Under Siege", "Clothing Shop", "Food Mart", "Hat Shop", "Interior Shop", "Pawn Shop", and "Jump Up" with corresponding models and textures.
- Updated sounds.json to include new music disc entries.
- Created new JSON files for music disc models and their textures.
- Removed outdated models and textures for cobblestone, emerald, and stick.
- Deleted unnecessary blockbench textures and environment textures.
- Updated pack metadata to reflect new pack format and supported versions.
2025-08-21 01:02:29 -04:00

50 lines
898 B
JSON

{
"parent": "item/generated",
"textures": {
"layer0": "item/music_disc_13"
},
"overrides": [
{
"predicate": {
"custom_model_data": 37000
},
"model": "item/clothing_shop0"
},
{
"predicate": {
"custom_model_data": 37001
},
"model": "item/food_mart1"
},
{
"predicate": {
"custom_model_data": 37002
},
"model": "item/hat_shop2"
},
{
"predicate": {
"custom_model_data": 37003
},
"model": "item/interior_shop3"
},
{
"predicate": {
"custom_model_data": 37004
},
"model": "item/pawn_shop4"
},
{
"predicate": {
"custom_model_data": 37005
},
"model": "item/jump_up5"
},
{
"predicate": {
"custom_model_data": 37006
},
"model": "item/city_under_siege6"
}
]
}