gurman update
This commit is contained in:
parent
b9e14a46e0
commit
19bf4de976
27 changed files with 407 additions and 292 deletions
|
|
@ -149,9 +149,9 @@ function registerTFGFoodItemTags(event) {
|
|||
'firmalife:food/yak_curd',
|
||||
'firmalife:food/goat_curd',
|
||||
'firmalife:food/milk_curd',
|
||||
'tfc_gurman:ox_curd',
|
||||
'tfc_gurman:sheep_curd',
|
||||
'tfc_gurman:alpaca_curd'
|
||||
'tfc_gourmet:ox_curd',
|
||||
'tfc_gourmet:sheep_curd',
|
||||
'tfc_gourmet:alpaca_curd'
|
||||
];
|
||||
cheeseCurds.forEach(item => {
|
||||
event.add('tfg:foods/cheese_curds', item);
|
||||
|
|
@ -177,7 +177,7 @@ function registerTFGFoodItemTags(event) {
|
|||
'#firmalife:foods/cheeses',
|
||||
'tfg:food/slice_of_cheese',
|
||||
'firmalife:food/shredded_cheese',
|
||||
'#tfc_gurman:foods/brinza'
|
||||
'#tfc_gourmet:foods/brinza'
|
||||
];
|
||||
cheeses.forEach(item => {
|
||||
event.add('tfg:foods/cheeses', item);
|
||||
|
|
@ -269,12 +269,12 @@ function registerTFGFoodItemTags(event) {
|
|||
'firmalife:food/toast_with_butter',
|
||||
'firmalife:food/toast_with_jam',
|
||||
'firmalife:food/butter',
|
||||
'tfc_gurman:adjika',
|
||||
'tfc_gurman:tzatziki',
|
||||
'tfc_gurman:falafel',
|
||||
'tfc_gurman:hummus',
|
||||
'tfc_gurman:sauerkraut',
|
||||
'tfc_gurman:bratwurst'
|
||||
'tfc_gourmet:adjika',
|
||||
'tfc_gourmet:tzatziki',
|
||||
'tfc_gourmet:falafel',
|
||||
'tfc_gourmet:hummus',
|
||||
'tfc_gourmet:sauerkraut',
|
||||
'tfc_gourmet:bratwurst'
|
||||
];
|
||||
usable_in_meal_bag.forEach(item => {
|
||||
event.add('tfg:foods/usable_in_meal_bag', item);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
const registerTFGItemTagsNuclear = (event) => {
|
||||
const registerTFGNuclearItemTags = (event) => {
|
||||
|
||||
//Fission Nucleat Fuel
|
||||
event.add('deafission:fuels', 'tfg:thorium_rod')
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ const registerTFGItemTags = (event) => {
|
|||
registerTFGAquaponicsItemTags(event)
|
||||
|
||||
// TEMPORARY, REMOVE WHEN GURMAN FIXES THIS
|
||||
event.remove('tfc:foods', 'tfc_gurman:havai_pizza')
|
||||
event.remove('tfc:foods', 'tfc_gourmet:havai_pizza')
|
||||
|
||||
//Circuit Stuff
|
||||
event.add('tfg:components/uv_leds', 'tfg:uv_led')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue