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
+61
View File
@@ -0,0 +1,61 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "model",
"model": "item/music_disc_13"
},
"cases": [
{
"when": "interior_shop0",
"model": {
"type": "model",
"model": "item/interior_shop0"
}
},
{
"when": "pawn_shop1",
"model": {
"type": "model",
"model": "item/pawn_shop1"
}
},
{
"when": "food_mart2",
"model": {
"type": "model",
"model": "item/food_mart2"
}
},
{
"when": "hat_shop3",
"model": {
"type": "model",
"model": "item/hat_shop3"
}
},
{
"when": "clothing_shop4",
"model": {
"type": "model",
"model": "item/clothing_shop4"
}
},
{
"when": "jump_up5",
"model": {
"type": "model",
"model": "item/jump_up5"
}
},
{
"when": "city_under_siege6",
"model": {
"type": "model",
"model": "item/city_under_siege6"
}
}
]
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/clothing_shop0"
"layer0": "item/clothing_shop4"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/pawn_shop4"
"layer0": "item/food_mart2"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/hat_shop2"
"layer0": "item/hat_shop3"
}
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/interior_shop3"
"layer0": "item/interior_shop0"
}
}
@@ -1,50 +0,0 @@
{
"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"
}
]
}
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/food_mart1"
"layer0": "item/pawn_shop1"
}
}
+10 -10
View File
@@ -1,40 +1,40 @@
{
"music_disc.clothing_shop0": {
"music_disc.interior_shop0": {
"sounds": [
{
"name": "records/music_disc_clothing_shop0",
"name": "records/music_disc_interior_shop0",
"stream": true
}
]
},
"music_disc.food_mart1": {
"music_disc.pawn_shop1": {
"sounds": [
{
"name": "records/music_disc_food_mart1",
"name": "records/music_disc_pawn_shop1",
"stream": true
}
]
},
"music_disc.hat_shop2": {
"music_disc.food_mart2": {
"sounds": [
{
"name": "records/music_disc_hat_shop2",
"name": "records/music_disc_food_mart2",
"stream": true
}
]
},
"music_disc.interior_shop3": {
"music_disc.hat_shop3": {
"sounds": [
{
"name": "records/music_disc_interior_shop3",
"name": "records/music_disc_hat_shop3",
"stream": true
}
]
},
"music_disc.pawn_shop4": {
"music_disc.clothing_shop4": {
"sounds": [
{
"name": "records/music_disc_pawn_shop4",
"name": "records/music_disc_clothing_shop4",
"stream": true
}
]

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B