Complete Bedrock resource pack conversion
Build and release Bedrock pack / release (push) Successful in 6s
Build and release Bedrock pack / release (push) Successful in 6s
This commit is contained in:
@@ -106,6 +106,112 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"minecraft:paper": [
|
||||
{
|
||||
"type": "group",
|
||||
"model": "minecraft:item/paper",
|
||||
"definitions": [
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:interior_shop0",
|
||||
"display_name": "Interior Shop",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:interior_shop0",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "interior_shop0",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:pawn_shop1",
|
||||
"display_name": "Pawn Shop",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:pawn_shop1",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "pawn_shop1",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:food_mart2",
|
||||
"display_name": "Food Mart",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:food_mart2",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "food_mart2",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:hat_shop3",
|
||||
"display_name": "Hat Shop",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:hat_shop3",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "hat_shop3",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:clothing_shop4",
|
||||
"display_name": "Clothing Shop",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:clothing_shop4",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "clothing_shop4",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:jump_up5",
|
||||
"display_name": "Jump Up",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:jump_up5",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "jump_up5",
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bedrock_identifier": "friends_cmp:city_under_siege6",
|
||||
"display_name": "City under siege",
|
||||
"bedrock_options": {
|
||||
"icon": "friends_cmp:city_under_siege6",
|
||||
"creative_category": "items"
|
||||
},
|
||||
"predicate": {
|
||||
"type": "match",
|
||||
"property": "custom_model_data",
|
||||
"value": "city_under_siege6",
|
||||
"index": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user