diff --git a/config/ftbquests/quests/chapters/space_survival.snbt b/config/ftbquests/quests/chapters/space_survival.snbt index 01820e1a6..94e8db6ce 100644 --- a/config/ftbquests/quests/chapters/space_survival.snbt +++ b/config/ftbquests/quests/chapters/space_survival.snbt @@ -783,6 +783,7 @@ { dependencies: ["70F93982FC045A08"] description: ["{quests.space_survival.sandworm.desc}"] + icon: "sandworm_mod:sandworm_tooth" id: "62A5111836CB4D37" optional: true shape: "heart" diff --git a/kubejs/server_scripts/firmalife/tags.js b/kubejs/server_scripts/firmalife/tags.js index b881ac228..f43e51d25 100644 --- a/kubejs/server_scripts/firmalife/tags.js +++ b/kubejs/server_scripts/firmalife/tags.js @@ -82,4 +82,6 @@ const registerFirmaLifeFluidTags = (event) => { event.add('firmalife:mixable', 'tfcchannelcasting:dark_chocolate') event.add('firmalife:mixable', 'afc:maple_syrup') event.add('firmalife:mixable', 'afc:birch_syrup') + + event.add('firmalife:oils', 'gtceu:seed_oil') } diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 758917397..7c739872a 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -868,8 +868,9 @@ function registerTFGFoodRecipes(event) { itemInputs: [alcohol.ingredient], fluidInputs: ['#tfg:clean_water 500', 'firmalife:yeast_starter 10'], fluidOutputs: [Fluid.of(alcohol.id, 500)], - circuit: 11 - }).notConsumable('#tfc:barrels') + circuit: 11, + notConsumable: ['#tfc:barrels'] + }) }) // Cakes @@ -1176,9 +1177,6 @@ function registerTFGFoodRecipes(event) { event.recipes.tfc.heating('tfg:food/raw_long_pig_filet', 200) .resultItem(TFC.isp.of('tfg:food/cooked_long_pig_filet').copyFood()) - - event.recipes.tfc.heating('tfg:food/raw_dino_nugget', 200) - .resultItem(TFC.isp.of('tfg:food/cooked_dino_nugget').copyFood()) event.recipes.tfc.advanced_shapeless_crafting( TFC.itemStackProvider.of('tfg:food/raw_stickastackatick').copyFood(), @@ -1234,10 +1232,11 @@ function registerTFGFoodRecipes(event) { }) // Dino nugs + registerFoodRecipe("food_oven", "raw_dino_nugget", 300, GTValues.VA[GTValues.LV], "", { itemInputs: ["tfg:food/raw_dino_nugget"], itemOutputs: ["tfg:food/cooked_dino_nugget"], - fluidInputs: [], + fluidInputs: ['#firmalife:oils 100'], itemOutputProvider: TFC.isp.of("tfg:food/cooked_dino_nugget") .firmaLifeCopyDynamicFood() .addTrait("firmalife:oven_baked") @@ -1249,6 +1248,7 @@ function registerTFGFoodRecipes(event) { processorRecipe("raw_dino_nuggets", 300, GTValues.VA[GTValues.HV], { itemInputs: ['#tfg:raw_dinosaur_meat', '3x #tfc:foods/flour', 'tfc:powder/salt'], fluidInputs: ['tfc:beer 200'], + notConsumable: ['gtceu:nugget_casting_mold'], itemOutputs: ['2x tfg:food/raw_dino_nugget'], circuit: 1, itemOutputProvider: TFC.isp.of("2x tfg:food/raw_dino_nugget").meal( @@ -1260,6 +1260,7 @@ function registerTFGFoodRecipes(event) { processorRecipe("raw_dino_nuggets_aged_beer", 300, GTValues.VA[GTValues.HV], { itemInputs: ['#tfg:raw_dinosaur_meat', '3x #tfc:foods/flour', 'tfc:powder/salt'], fluidInputs: ['tfcagedalcohol:aged_beer 200'], + notConsumable: ['gtceu:nugget_casting_mold'], itemOutputs: ['2x tfg:food/raw_dino_nugget'], circuit: 1, itemOutputProvider: TFC.isp.of("2x tfg:food/raw_dino_nugget").meal(