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.
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"packTitle": "Friends CMP",
|
||||
"packDescription": "§7Friends CMP §c§lExtras§f §7Pack",
|
||||
"packVersion": 34,
|
||||
"packIcon": "pack.png",
|
||||
"songs": [
|
||||
{
|
||||
"title": "Clothing Shop",
|
||||
"author": "Author",
|
||||
"length": 93.936326,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_clothing_shop0.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/clothing_shop0.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "Food Mart",
|
||||
"author": "Author",
|
||||
"length": 89.340979,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_food_mart1.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/food_mart1.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "Hat Shop",
|
||||
"author": "Author",
|
||||
"length": 80.22204,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_hat_shop2.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/hat_shop2.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "Interior Shop",
|
||||
"author": "Author",
|
||||
"length": 77.400816,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_interior_shop3.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/interior_shop3.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "Pawn Shop",
|
||||
"author": "Author",
|
||||
"length": 88.21551,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_pawn_shop4.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/pawn_shop4.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "Jump Up",
|
||||
"author": "Author",
|
||||
"length": 223.572979,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_jump_up5.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/jump_up5.png",
|
||||
"animated": false
|
||||
},
|
||||
{
|
||||
"title": "City under siege",
|
||||
"author": "Author",
|
||||
"length": 362.100979,
|
||||
"filePath": "assets/minecraft/sounds/records/music_disc_city_under_siege6.ogg",
|
||||
"imagePath": "assets/minecraft/textures/item/city_under_siege6.png",
|
||||
"animated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user