Zombie Siege (LootTables) TacZ logo

Zombie Siege (LootTables) TacZ

Mod

by DarthCreeper11

adds guns to minecraft and other mod's loot tables.

Downloads

643,692

Type

Mod

CurseForge ID

1204093

Last Updated

Apr 9, 2026

Description

Zombie Siege (LootTables) TacZ is a addition to the Zombie siege series, enhancing your zombie apocalypse experience.

join my discord to report bugs and help support me. Day of the Dead Discord


you must change fire mode to allow the gun to shoot.

 

there are two version the "shoot and loot' and the normal one.
the shoot and loot injects guns/ammo into ALL loot tables.
the normal one injects it into loot tables under chests/

 

this mod adds TacZ guns, and ammo to all loot tables!!
just use the blacklist to tell the mod what loot tables to not put loot in.
and use the whitelist to tell the mod only put it in the loot tables you tell it too.
it default adds to all loot tables under "chests/"

 

you can add mod ids to the zombie_siege_tacz_tables.json config to change the drop chances of guns/ammo.
and you can blacklist/whitelist specific loot tables. default: blacklist.

if you loaded your modpack with the mod before the update delete the config and reload.

{

  "useWhitelist": false,
  "tables": [
    "minecraft:chests/fake1",
    "minecraft:chests/fake2",
    "minecraft:chests/fake3"
  ],
  "dropChances": {
    "minecraft": {
      "emptyWeight": 75,
      "gunOnlyWeight": 5,
      "ammoOnlyWeight": 15,
      "bothWeight": 5
    },
    "doomsday_functionality": {
      "emptyWeight": 85,
      "gunOnlyWeight": 3,
      "ammoOnlyWeight": 10,
      "bothWeight": 2
    }
  }
}

 

to add compat with a gunpack/mod just replace tacz with mod's/gunpack's gunid and then add the gunid
then do the same with the ammo id

// example of a default tacz m4a1 gun dropping with 5.56 ammo with a range of 8-12
"tacz:m4a1": {
"weight": 10,
"ammoTag": "tacz:556x45",
"ammoMin": 8,
"ammoMax": 12
},
// example of a fake glock from lesrasins append pack using tacz's 9mm ammo
"lesrasins:glock_17": {
"weight": 10,
"ammoTag": "tacz:9mm",
"ammoMin": 0,
"ammoMax": 24
}

 

Download the official mod pack today: Day of the Dead (Zombie Apocalypse)

Similar Mods

Included in Modpacks

External Resources