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 registerTFCDataForTFG(event) {
registerTFGHeatData(event);

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
TFCEvents.createChunkDataProvider('mars', event => {

View file

@ -1,3 +1,5 @@
"use strict";
//#region Medicine
//Pills & Tablets

View file

@ -1,5 +1,6 @@
//priority: 0
"use strict";
//#region Assign materials
//////////////////////////////

View file

@ -1,3 +1,6 @@
"use strict";
function registerTFGLoots(event) {
//#region Vase Loot

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
// priority: 0
"use strict";
/**
* @param {Internal.RecipesEventJS} event
*/

View file

@ -1,3 +1,5 @@
"use strict";
/**
*
* @param {Internal.RecipesEventJS} event

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +1,5 @@
"use strict";
const registerTFGItemTags = (event) => {
registerTFGTrimTags(event)

View file

@ -1,4 +1,5 @@
// priority: 0
"use strict";
// This file was generated by OresToFieldGuide, do not manually edit