use strict
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
global.GTCEU_ANVIL_TOOL_TYPES = [
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
const registerTFCDataForGTCEU = (event) => {
|
||||
registerGTCEUHeats(event)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
PlayerEvents.tick((event) => {
|
||||
const { player } = event;
|
||||
if (player.age % 100 == 0 && player.legsArmorItem == 'gtceu:nanomuscle_leggings') {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// priority: 10
|
||||
|
||||
"use strict";
|
||||
const STONE_TYPES_TO_COBBLE = {
|
||||
gabbro: 'tfc:rock/cobble/gabbro',
|
||||
shale: 'tfc:rock/cobble/shale',
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerGTCEuMachineRecipes(event) {
|
||||
//#region Выход: Filter Casing
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerGTCEUMetalRecipes(event) {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerGTCEURecyclingRecipes(event) {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function removeGTCEURecipes(event) {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerGTCEuTFCMetalsRecipes(event)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
const registerGTCEUItemTags = (event) => {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
//#region Mixer Recipes
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user