use strict

This commit is contained in:
Gustavo 2025-07-21 13:52:18 +10:00
parent 89d74ee72d
commit 3d89d59d4d
272 changed files with 388 additions and 21 deletions

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
function registerTFCDataForTACZ(event) {

View file

@ -1,3 +1,4 @@
"use strict";
const ammoIndexLogic = (event) => {
const id = event.getId().toString();

View file

@ -1,3 +1,4 @@
"use strict";
function registerTACZAmmoRecipes(event){

View file

@ -1,3 +1,4 @@
"use strict";
function registerTACZAttachRecipes(event){

View file

@ -1,3 +1,4 @@
"use strict";
function registerTACZGunRecipes(event){

View file

@ -1,4 +1,4 @@
"use strict";
const registerTACZRecipes = (event) => {
event.remove({ mod: 'tacz' })

View file

@ -1,4 +1,4 @@
"use strict";
function registerTACZMiscRecipes(event) {

View file

@ -1,3 +1,4 @@
"use strict";
const registerTACZItemTags = (event) => {