Zombie Siege (LootTables) TacZ
Modby DarthCreeper11
adds guns to minecraft and other mod's loot tables.
Type
Mod
CurseForge Downloads
724,733
CurseForge ID
1204093
Last Updated
Jun 11, 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
"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
Mining Speed Tooltips
Adds information about harvest speed to all tools.
Deltabox Lib
A Kotlin library for all Deltabox mods!
Advent of Ascension (Nevermine)
An all-in-one RPG mod with new skills, weapons, armour, mobs, bosses, dimensions, and more!
Resistance Balancer (Modpack Utils Series)
Allows to add a custom formula (or change the damge percentage it reduces) of the Resistance status effect.
Pillager's Gun
A mod let the pillagers use shotguns.
MattDahEpic Core (MDECore)
Common code for all MattDahEpic mods. Adds helpful commands too.