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:
Chloe
2025-08-21 01:02:29 -04:00
parent ade4095669
commit d896b483fa
120 changed files with 317 additions and 28291 deletions
@@ -0,0 +1,2 @@
#give City under siege to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:city_under_siege6"},minecraft:custom_model_data=37006]
@@ -0,0 +1,2 @@
#give Clothing Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:clothing_shop0"},minecraft:custom_model_data=37000]
@@ -0,0 +1,2 @@
#give Food Mart to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:food_mart1"},minecraft:custom_model_data=37001]
@@ -0,0 +1,2 @@
#give Hat Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:hat_shop2"},minecraft:custom_model_data=37002]
@@ -0,0 +1,2 @@
#give Interior Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:interior_shop3"},minecraft:custom_model_data=37003]
@@ -0,0 +1,2 @@
#give Jump Up to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:jump_up5"},minecraft:custom_model_data=37005]
@@ -0,0 +1,2 @@
#give Pawn Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:pawn_shop4"},minecraft:custom_model_data=37004]
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - City under siege",
"length_in_seconds": 362.100979,
"sound_event": {
"sound_id": "minecraft:music_disc.city_under_siege6"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Clothing Shop",
"length_in_seconds": 93.936326,
"sound_event": {
"sound_id": "minecraft:music_disc.clothing_shop0"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Food Mart",
"length_in_seconds": 89.340979,
"sound_event": {
"sound_id": "minecraft:music_disc.food_mart1"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Hat Shop",
"length_in_seconds": 80.22204,
"sound_event": {
"sound_id": "minecraft:music_disc.hat_shop2"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Interior Shop",
"length_in_seconds": 77.400816,
"sound_event": {
"sound_id": "minecraft:music_disc.interior_shop3"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Jump Up",
"length_in_seconds": 223.572979,
"sound_event": {
"sound_id": "minecraft:music_disc.jump_up5"
}
}
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Pawn Shop",
"length_in_seconds": 88.21551,
"sound_event": {
"sound_id": "minecraft:music_disc.pawn_shop4"
}
}