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 registerTFCDataForTFG(event) {
|
||||
registerTFGHeatData(event);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
TFCEvents.createChunkDataProvider('mars', event => {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
//#region Medicine
|
||||
|
||||
//Pills & Tablets
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
//priority: 0
|
||||
"use strict";
|
||||
|
||||
//#region Assign materials
|
||||
//////////////////////////////
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
|
||||
function registerTFGLoots(event) {
|
||||
|
||||
//#region Vase Loot
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGCollapseRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGConvertingRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGFishingNetsRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* @param {Internal.RecipesEventJS} event
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {Internal.RecipesEventJS} event
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGMedicineRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGMoldRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGPapermakingRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGRecyclingRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGRockRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGSpaceRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGStoneDustRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGSupportRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGTerrariumRecipes(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerFacadeWhitelistTags(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const registerTFGItemTags = (event) => {
|
||||
|
||||
registerTFGTrimTags(event)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
// This file was generated by OresToFieldGuide, do not manually edit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue