use strict
This commit is contained in:
parent
89d74ee72d
commit
3d89d59d4d
272 changed files with 388 additions and 21 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFCDataForTACZ(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
|
||||
const ammoIndexLogic = (event) => {
|
||||
const id = event.getId().toString();
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
|
||||
function registerTACZAmmoRecipes(event){
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
|
||||
function registerTACZAttachRecipes(event){
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
|
||||
function registerTACZGunRecipes(event){
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const registerTACZRecipes = (event) => {
|
||||
event.remove({ mod: 'tacz' })
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
function registerTACZMiscRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
|
||||
const registerTACZItemTags = (event) => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue