* Feature/ulv ev guns (#1280) * update pakku mods * mod config stuff * Port over of current guns * ae2 gun recipes * nitrocellulose and other stuff * more recipes * gun packs Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update pakku-lock.json Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * LICENSE * changed powderbarrel to use lumber instead of wood boards * lang * gunpowder unification * emi categories --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> Co-authored-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
13 lines
No EOL
291 B
JavaScript
13 lines
No EOL
291 B
JavaScript
|
|
|
|
const registerTACZRecipes = (event) => {
|
|
event.remove({ mod: 'tacz' })
|
|
event.remove({ mod: 'create_armorer' })
|
|
event.remove({ mod: 'applied_armorer' })
|
|
|
|
registerTACZMiscRecipes(event)
|
|
registerTACZGunRecipes(event)
|
|
registerTACZAttachRecipes(event)
|
|
registerTACZAmmoRecipes(event)
|
|
|
|
} |