Add new music discs, models, and update release workflow; remove obsolete files
Zip and Release / zip-and-release (push) Successful in 6s

This commit is contained in:
Chloe
2025-08-21 02:15:52 -04:00
parent ac74dbd315
commit fb8f6481bc
40 changed files with 192 additions and 123 deletions
@@ -1,2 +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]
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:city_under_siege6",minecraft:custom_model_data={strings:["city_under_siege6"]}]
@@ -1,2 +0,0 @@
#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 Clothing Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:clothing_shop4",minecraft:custom_model_data={strings:["clothing_shop4"]}]
@@ -1,2 +0,0 @@
#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 Food Mart to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:food_mart2",minecraft:custom_model_data={strings:["food_mart2"]}]
@@ -1,2 +0,0 @@
#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 Hat Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:hat_shop3",minecraft:custom_model_data={strings:["hat_shop3"]}]
@@ -0,0 +1,2 @@
#give Interior Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:interior_shop0",minecraft:custom_model_data={strings:["interior_shop0"]}]
@@ -1,2 +0,0 @@
#give Interior Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:interior_shop3"},minecraft:custom_model_data=37003]
+1 -1
View File
@@ -1,2 +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]
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:jump_up5",minecraft:custom_model_data={strings:["jump_up5"]}]
@@ -0,0 +1,2 @@
#give Pawn Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable="new_music:pawn_shop1",minecraft:custom_model_data={strings:["pawn_shop1"]}]
@@ -1,2 +0,0 @@
#give Pawn Shop to player
give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:pawn_shop4"},minecraft:custom_model_data=37004]
@@ -1,7 +1,7 @@
{
"comparator_output": 1,
"description": "Author - City under siege",
"length_in_seconds": 362.100979,
"length_in_seconds": 362,
"sound_event": {
"sound_id": "minecraft:music_disc.city_under_siege6"
}
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Clothing Shop",
"length_in_seconds": 93.936326,
"length_in_seconds": 93,
"sound_event": {
"sound_id": "minecraft:music_disc.clothing_shop0"
"sound_id": "minecraft:music_disc.clothing_shop4"
}
}
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Food Mart",
"length_in_seconds": 89.340979,
"length_in_seconds": 89,
"sound_event": {
"sound_id": "minecraft:music_disc.food_mart1"
"sound_id": "minecraft:music_disc.food_mart2"
}
}
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Hat Shop",
"length_in_seconds": 80.22204,
"length_in_seconds": 80,
"sound_event": {
"sound_id": "minecraft:music_disc.hat_shop2"
"sound_id": "minecraft:music_disc.hat_shop3"
}
}
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Interior Shop",
"length_in_seconds": 77.400816,
"length_in_seconds": 77,
"sound_event": {
"sound_id": "minecraft:music_disc.interior_shop3"
"sound_id": "minecraft:music_disc.interior_shop0"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"comparator_output": 1,
"description": "Author - Jump Up",
"length_in_seconds": 223.572979,
"length_in_seconds": 223,
"sound_event": {
"sound_id": "minecraft:music_disc.jump_up5"
}
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"description": "Author - Pawn Shop",
"length_in_seconds": 88.21551,
"length_in_seconds": 88,
"sound_event": {
"sound_id": "minecraft:music_disc.pawn_shop4"
"sound_id": "minecraft:music_disc.pawn_shop1"
}
}