PetiteInventory-TaCZMagazineCompatibilityPatchVIVI2-0.0.1.jar
Curse Maven Snippet
What's new
English:
Adds support for configuring the size and background color of TaCZ weapons, magazines and attachments.
Available colors:
default, green, cyan, blue, purple, pink, orange and red.
Total: 7 colors plus the default theme.
Size configuration example:
config/PetiteInventory/border_items.json
[
{
"match": [
"tacz:modern_kinetic_gun{GunId:\"tacz:m1911\"}"
],
"result": "2*1"
},
{
"match": [
"taczmagazines:magazine{MagazineFamily:\"45acp_7\"}"
],
"result": "1*2"
},
{
"match": [
"tacz:attachment{AttachmentId:\"tacz:sight_rmr_dot\"}"
],
"result": "2*1"
}
]
Color configuration example:
config/PetiteInventory/border_colors.json
[
{
"match": [
"tacz:modern_kinetic_gun{GunId:\"tacz:m1911\"}"
],
"theme": "red"
},
{
"match": [
"taczmagazines:magazine{MagazineFamily:\"45acp_7\"}"
],
"theme": "blue"
},
{
"match": [
"tacz:attachment{AttachmentId:\"tacz:sight_rmr_dot\"}"
],
"theme": "orange"
}
]
Español:
Añade compatibilidad para configurar el tamaño y el color de fondo de armas, cargadores y accesorios de TaCZ.
Colores disponibles:
default, green, cyan, blue, purple, pink, orange y red.
Total: 7 colores más el tema predeterminado.
Ejemplo de configuración de tamaños:
config/PetiteInventory/border_items.json
[
{
"match": [
"tacz:modern_kinetic_gun{GunId:\"tacz:m1911\"}"
],
"result": "2*1"
},
{
"match": [
"taczmagazines:magazine{MagazineFamily:\"45acp_7\"}"
],
"result": "1*2"
},
{
"match": [
"tacz:attachment{AttachmentId:\"tacz:sight_rmr_dot\"}"
],
"result": "2*1"
}
]
Ejemplo de configuración de colores:
config/PetiteInventory/border_colors.json
[
{
"match": [
"tacz:modern_kinetic_gun{GunId:\"tacz:m1911\"}"
],
"theme": "red"
},
{
"match": [
"taczmagazines:magazine{MagazineFamily:\"45acp_7\"}"
],
"theme": "blue"
},
{
"match": [
"tacz:attachment{AttachmentId:\"tacz:sight_rmr_dot\"}"
],
"theme": "orange"
}
]
This mod has no additional files

