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,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]
|
||||
Reference in New Issue
Block a user