neuralgia/kubejs/server_scripts/tacz/recipes.js
Pyritie 30f50f2e97
Merging guns branch (#1283)
* 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>
2025-07-13 12:31:39 +01:00

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)
}