promotional bannermobile promotional banner

PetiteInventory - TaCZ Magazine Compatibility Patch (VIVI2)

Adds NBT-based TaCZ compatibility to PetiteInventory, allowing magazine families and gun variants to use their own inventory sizes.
Back to Files

PetiteInventory-TaCZMagazineCompatibilityPatchVIVI2-0.0.1.jar

File namePetiteInventory-TaCZMagazineCompatibilityPatchVIVI2-0.0.1.jar
Uploader
TnazvTnazv
Uploaded
Aug 7, 2026
Downloads
491
Size
114.4 KB
Mod Loaders
Forge
File ID
8591987
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:petiteinventory-tacz-magazine-compatibility-patch-1583648:8591987")

Learn more about Curse Maven

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