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,3 +1,4 @@
"use strict";
global.GTCEU_ANVIL_TOOL_TYPES = [

View File

@@ -1,4 +1,5 @@
// priority: 0
"use strict";
const registerTFCDataForGTCEU = (event) => {
registerGTCEUHeats(event)

View File

@@ -1,3 +1,5 @@
"use strict";
PlayerEvents.tick((event) => {
const { player } = event;
if (player.age % 100 == 0 && player.legsArmorItem == 'gtceu:nanomuscle_leggings') {

View File

@@ -1,5 +1,5 @@
// priority: 10
"use strict";
const STONE_TYPES_TO_COBBLE = {
gabbro: 'tfc:rock/cobble/gabbro',
shale: 'tfc:rock/cobble/shale',

View File

@@ -1,4 +1,5 @@
// priority: 0
"use strict";
/**
*

View File

@@ -1,4 +1,5 @@
// priority: 0
"use strict";
function registerGTCEuMachineRecipes(event) {
//#region Выход: Filter Casing

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,5 @@
// priority: 0
"use strict";
const registerGTCEUItemTags = (event) => {

View File

@@ -1,4 +1,5 @@
// priority: 0
"use strict";
//#region Mixer Recipes
/**