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>
This commit is contained in:
@@ -42,11 +42,12 @@ ServerEvents.tags('item', event => {
|
||||
registerRnrItemTags(event)
|
||||
registerSophisticatedBackpacksItemTags(event)
|
||||
registerSpeciesItemTags(event)
|
||||
registerTACZItemTags(event)
|
||||
registerTFCAmbientalItemTags(event)
|
||||
registerTFCItemTags(event)
|
||||
registerTFCTextileItemTags(event)
|
||||
registerTFGItemTags(event)
|
||||
registerTFCLunchboxItemTags(event)
|
||||
registerTFCLunchboxItemTags(event)
|
||||
registerVintageImprovementsItemTags(event)
|
||||
})
|
||||
|
||||
@@ -242,6 +243,7 @@ ServerEvents.recipes(event => {
|
||||
registerSophisticatedBackpacksRecipes(event)
|
||||
registerSimplylightRecipes(event)
|
||||
registerSpeciesRecipes(event)
|
||||
registerTACZRecipes(event)
|
||||
registerTFCRecipes(event)
|
||||
registerTFCBetterBFRecipes(event)
|
||||
registerTFCLunchBoxRecipes(event)
|
||||
@@ -253,3 +255,15 @@ ServerEvents.recipes(event => {
|
||||
registerVintageImprovementsRecipes(event)
|
||||
registerWaterFlasksRecipes(event)
|
||||
})
|
||||
|
||||
TaCZServerEvents.gunIndexLoad((event) => {
|
||||
gunIndexLogic(event)
|
||||
})
|
||||
|
||||
TaCZServerEvents.ammoIndexLoad((event) => {
|
||||
ammoIndexLogic(event)
|
||||
})
|
||||
|
||||
TaCZServerEvents.attachmentIndexLoad((event) => {
|
||||
attachmentIndexLogic(event)
|
||||
})
|
||||
Reference in New Issue
Block a user