* Rubber recipe changes - Latex can now be extracted from rubber trees' logs, saplings, leaves via the vacuum chamber (ULV) or extractor(LV) - values: 1000mB per log, 100mB per sapling, 50mB per leaves; Extractor recipes do this in bulk and output 1000mB per operation - Dandelions and goldenrods can, with added sodium hydroxide, be turned into latex in a chem reactor - Sticky resin recipes (from both conifer pitch and latex) require wood ash now instead of sulfur - Latex -> Vulcanized latex recipe now requires sulfur instead of wood ash - Vulcanized latex now becomes raw rubber pulp in a solidifier or vacuum chamber at a rate of 250mB/raw pulp - Latex soaked glove recipe now is a barrel recipe that takes 50 seconds instead of a vat recipe * Correctly set latex soaked gloves recipe to 50 seconds (was 100 seconds in previous commit) * Quest/patchouli book updates - Tried to catch every mention of the old rubber making recipes. * Revert Latex-soaked gloves recipe change as it didn't need to change - Originally I wanted to make vulc latex -> raw rubber a Vat recipe, this isn't the case anymore so there is no reason to change this recipe. * Rebalanced recipe values - Logs now only give 250mB of latex - Increase overall in time required vacuumizing directly into latex (now roughly takes 150 seconds per 1000mB, logs slightly faster) - Gregtech fluid extraction recipes for these have been rebalanced to be around 4x faster and in bulk (roughly 37.5 seconds per 1000mB, logs slightly faster) - Made vacuum chamber recipes use kubejs tag: field for allowing tags in recipe * Lang & Quest updates - Changed rubber ingot quest dependency to be on vacuum chamber instead of extractor - Removed LV circuit quest dependency on rubber (this hasn't required rubber for a while) - Lang changes - fix ambiguous wording, typos, titles too long for book
717 lines
24 KiB
JavaScript
717 lines
24 KiB
JavaScript
// priority: 0
|
||
|
||
const registerFirmaLifeRecipes = (event) => {
|
||
|
||
global.FIRMALIFE_DISABLED_ITEMS.forEach(item => {
|
||
event.remove({ input: item })
|
||
event.remove({ output: item })
|
||
})
|
||
|
||
// - Chromium
|
||
|
||
// Ores
|
||
event.remove({ id: 'firmalife:heating/ore/small_chromite' })
|
||
event.remove({ id: 'firmalife:heating/ore/poor_chromite' })
|
||
event.remove({ id: 'firmalife:heating/ore/normal_chromite' })
|
||
event.remove({ id: 'firmalife:heating/ore/rich_chromite' })
|
||
|
||
// Plated blocks
|
||
event.remove({ id: 'firmalife:crafting/crafting/metal/block/chromium' })
|
||
event.remove({ id: 'firmalife:crafting/metal/block/chromium_slab' })
|
||
event.remove({ id: 'firmalife:crafting/metal/block/chromium_stairs' })
|
||
event.remove({ id: 'firmalife:heating/metal/chromium_block' })
|
||
event.remove({ id: 'firmalife:heating/metal/chromium_block_slab' })
|
||
event.remove({ id: 'firmalife:heating/metal/chromium_block_stairs' })
|
||
|
||
// - Stainless Steel
|
||
event.remove({ id: 'firmalife:alloy/stainless_steel' })
|
||
|
||
// Jar lid
|
||
event.remove({ id: 'firmalife:heating/stainless_steel_jar_lid' })
|
||
|
||
// Plated Blocks
|
||
event.remove({ id: 'firmalife:crafting/crafting/metal/block/stainless_steel' })
|
||
event.remove({ id: 'firmalife:crafting/metal/block/stainless_steel_slab' })
|
||
event.remove({ id: 'firmalife:crafting/metal/block/stainless_steel_stairs' })
|
||
event.remove({ id: 'firmalife:heating/metal/stainless_steel_block' })
|
||
event.remove({ id: 'firmalife:heating/metal/stainless_steel_block_slab' })
|
||
event.remove({ id: 'firmalife:heating/metal/stainless_steel_block_stairs' })
|
||
|
||
//#endregion
|
||
|
||
// Декрафт Jag Lid
|
||
event.recipes.tfc.heating('tfc:jar_lid', 230)
|
||
.resultFluid(Fluid.of('gtceu:tin', 9))
|
||
.id(`tfc:heating/jar_lid`)
|
||
|
||
// Pie Pan
|
||
event.recipes.tfc.anvil('4x firmalife:pie_pan', '#forge:plates/wrought_iron', ["hit_last", "hit_second_last", "draw_third_last"])
|
||
.tier(3)
|
||
.id('firmalife:anvil/pie_pan')
|
||
|
||
// Jarring Station
|
||
event.shaped('firmalife:jarring_station', [
|
||
'A A',
|
||
'BBB'
|
||
], {
|
||
A: '#forge:plates/wrought_iron',
|
||
B: 'firmalife:treated_lumber'
|
||
}).id('firmalife:crafting/jarring_station')
|
||
|
||
// Vat
|
||
event.shaped('firmalife:vat', [
|
||
'A A',
|
||
'BAB'
|
||
], {
|
||
A: '#forge:plates/wrought_iron',
|
||
B: '#forge:wax'
|
||
}).id('firmalife:crafting/vat')
|
||
|
||
// Jar Lid
|
||
event.recipes.gtceu.fluid_solidifier(`tfg:firmalife/jar_lid`)
|
||
.inputFluids(Fluid.of('gtceu:tin', 9))
|
||
.notConsumable('gtceu:cylinder_casting_mold')
|
||
.itemOutputs('tfc:jar_lid')
|
||
.duration(50)
|
||
.EUt(7)
|
||
|
||
event.recipes.gtceu.extractor('tfc:jar_lid_extraction')
|
||
.itemInputs('tfc:jar_lid')
|
||
.outputFluids(Fluid.of('gtceu:tin', 9))
|
||
.duration(50)
|
||
.EUt(2)
|
||
|
||
event.recipes.gtceu.fluid_solidifier(`firmalife:firmalife/stainless_steel_jar_lid`)
|
||
.inputFluids(Fluid.of('gtceu:stainless_steel', 9))
|
||
.notConsumable('gtceu:cylinder_casting_mold')
|
||
.itemOutputs('firmalife:stainless_steel_jar_lid')
|
||
.duration(50)
|
||
.EUt(7)
|
||
|
||
event.recipes.gtceu.extractor('firmalife:stainless_steel_jar_extraction')
|
||
.itemInputs('firmalife:stainless_steel_jar_lid')
|
||
.outputFluids(Fluid.of('gtceu:stainless_steel', 9))
|
||
.duration(50)
|
||
.EUt(2)
|
||
|
||
// Pineapple Fiber
|
||
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_fiber`)
|
||
.itemInputs('firmalife:food/pineapple')
|
||
.circuit(1)
|
||
.itemOutputs('firmalife:pineapple_fiber')
|
||
.duration(50)
|
||
.EUt(7)
|
||
|
||
// Pineapple Yarn
|
||
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_yarn`)
|
||
.itemInputs('firmalife:pineapple_fiber')
|
||
.circuit(1)
|
||
.itemOutputs('8x firmalife:pineapple_yarn')
|
||
.duration(50)
|
||
.EUt(7)
|
||
|
||
// Pineapple Leather
|
||
event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_leather`)
|
||
.itemInputs('16x firmalife:pineapple_yarn')
|
||
.circuit(1)
|
||
.itemOutputs('firmalife:pineapple_leather')
|
||
.duration(50)
|
||
.EUt(7)
|
||
|
||
// TODO: Не работает потому что грегтех
|
||
// Доставание меда из сот
|
||
/*
|
||
event.recipes.gtceu.assembler(`tfg:firmalife/beehive_honey_decomposition`)
|
||
.itemInputs('firmalife:beehive_frame')
|
||
.circuit(1)
|
||
.itemOutputs('firmalife:beehive_frame', 'firmalife:beeswax')
|
||
.duration(10)
|
||
.EUt(2)*/
|
||
|
||
//#region Рецепты теплиц
|
||
|
||
//#region Медная
|
||
|
||
|
||
event.recipes.gtceu.bender('tfg:firmalife/sprinkler')
|
||
.itemInputs('#forge:plates/copper')
|
||
.itemOutputs('firmalife:sprinkler')
|
||
.circuit(4)
|
||
.duration(60)
|
||
.EUt(8)
|
||
|
||
// Стена
|
||
event.shaped('8x firmalife:copper_greenhouse_wall', [
|
||
'ABA',
|
||
'ABA',
|
||
'ABA'
|
||
], {
|
||
A: '#forge:rods/copper',
|
||
B: 'minecraft:glass'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_wall')
|
||
|
||
// Панель
|
||
event.shaped('8x firmalife:copper_greenhouse_panel_wall', [
|
||
'ABA',
|
||
'ABA',
|
||
'ABA'
|
||
], {
|
||
A: '#forge:rods/copper',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_panel_wall')
|
||
|
||
// Панельная Крыша
|
||
event.shaped('4x firmalife:copper_greenhouse_panel_roof', [
|
||
'A ',
|
||
'BA ',
|
||
'BBA'
|
||
], {
|
||
A: 'firmalife:reinforced_glass',
|
||
B: '#forge:rods/copper'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_panel_roof')
|
||
|
||
// Крыша
|
||
event.shaped('4x firmalife:copper_greenhouse_roof', [
|
||
'A ',
|
||
'BA ',
|
||
'BBA'
|
||
], {
|
||
A: '#forge:rods/copper',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_roof')
|
||
|
||
// Верхушка крыши
|
||
event.shaped('8x firmalife:copper_greenhouse_roof_top', [
|
||
'ABA',
|
||
'BAB'
|
||
], {
|
||
A: '#forge:rods/copper',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_roof_top')
|
||
|
||
// Люк
|
||
event.shaped('8x firmalife:copper_greenhouse_trapdoor', [
|
||
'ABA',
|
||
'BAB'
|
||
], {
|
||
A: 'firmalife:reinforced_glass',
|
||
B: '#forge:rods/copper'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_trapdoor')
|
||
|
||
// Дверь
|
||
event.shaped('2x firmalife:copper_greenhouse_door', [
|
||
'AB',
|
||
'AB',
|
||
'AB'
|
||
], {
|
||
A: '#forge:rods/copper',
|
||
B: 'minecraft:glass'
|
||
}).id('firmalife:crafting/greenhouse/copper_greenhouse_door')
|
||
|
||
//#endregion
|
||
|
||
//#region Железная
|
||
|
||
// Стена
|
||
event.shaped('8x firmalife:iron_greenhouse_wall', [
|
||
'ABA',
|
||
'ABA',
|
||
'ABA'
|
||
], {
|
||
A: '#forge:rods/wrought_iron',
|
||
B: 'minecraft:glass'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_wall')
|
||
|
||
// Панель
|
||
event.shaped('8x firmalife:iron_greenhouse_panel_wall', [
|
||
'ABA',
|
||
'ABA',
|
||
'ABA'
|
||
], {
|
||
A: '#forge:rods/wrought_iron',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_panel_wall')
|
||
|
||
// Панельная Крыша
|
||
event.shaped('4x firmalife:iron_greenhouse_panel_roof', [
|
||
'A ',
|
||
'BA ',
|
||
'BBA'
|
||
], {
|
||
A: 'firmalife:reinforced_glass',
|
||
B: '#forge:rods/wrought_iron'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_panel_roof')
|
||
|
||
// Крыша
|
||
event.shaped('4x firmalife:iron_greenhouse_roof', [
|
||
'A ',
|
||
'BA ',
|
||
'BBA'
|
||
], {
|
||
A: '#forge:rods/wrought_iron',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_roof')
|
||
|
||
// Верхушка крыши
|
||
event.shaped('8x firmalife:iron_greenhouse_roof_top', [
|
||
'ABA',
|
||
'BAB'
|
||
], {
|
||
A: '#forge:rods/wrought_iron',
|
||
B: 'firmalife:reinforced_glass'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_roof_top')
|
||
|
||
// Люк
|
||
event.shaped('8x firmalife:iron_greenhouse_trapdoor', [
|
||
'ABA',
|
||
'BAB'
|
||
], {
|
||
A: 'firmalife:reinforced_glass',
|
||
B: '#forge:rods/wrought_iron'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_trapdoor')
|
||
|
||
// Дверь
|
||
event.shaped('2x firmalife:iron_greenhouse_door', [
|
||
'AB',
|
||
'AB',
|
||
'AB'
|
||
], {
|
||
A: '#forge:rods/wrought_iron',
|
||
B: 'minecraft:glass'
|
||
}).id('firmalife:crafting/greenhouse/iron_greenhouse_door')
|
||
|
||
//#endregion
|
||
|
||
//#region Нержавеющая теплица
|
||
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_wall' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_panel_wall' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_panel_roof' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_roof' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_roof_top' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_trapdoor' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_door' })
|
||
event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_port' })
|
||
|
||
//#endregion
|
||
|
||
//#endregion
|
||
|
||
//#region Укрепленное стекло
|
||
|
||
event.shaped('firmalife:reinforced_glass', [
|
||
'AB'
|
||
], {
|
||
A: '#tfc:saws',
|
||
B: 'gtceu:tempered_glass'
|
||
}).id('tfg:shaped/reinforced_glass')
|
||
|
||
generateCutterRecipe(event, '3x gtceu:tempered_glass', '8x firmalife:reinforced_glass', 100, 7, 'reinforced_glass')
|
||
|
||
//#endregion
|
||
|
||
//#region Рецепты электрической теплицы
|
||
|
||
// Дерево
|
||
|
||
// Семена фруктов
|
||
global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS.forEach(element => {
|
||
generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name)
|
||
})
|
||
|
||
// Семена ягод
|
||
global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS.forEach(element => {
|
||
generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name)
|
||
})
|
||
|
||
//#endregion
|
||
|
||
//#region Рецепты муки
|
||
|
||
global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => {
|
||
event.recipes.gtceu.macerator(`tfg:${element.name}`)
|
||
.itemInputs(element.input)
|
||
.itemOutputs(element.output)
|
||
.duration(200)
|
||
.EUt(2)
|
||
})
|
||
|
||
//#endregion
|
||
|
||
//#region Рецепты теста
|
||
|
||
global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => {
|
||
event.recipes.gtceu.mixer(element.name)
|
||
.itemInputs(element.input, '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:yeast_starter', 100))
|
||
.itemOutputs(element.output)
|
||
.duration(300)
|
||
.EUt(16)
|
||
.circuit(2)
|
||
})
|
||
|
||
//#endregion
|
||
|
||
//#region Рецепты плоского хлеба
|
||
|
||
global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(element => {
|
||
event.smelting(element.output, element.input)
|
||
.id(`tfg:smelting/${element.name}`)
|
||
})
|
||
|
||
//#endregion
|
||
|
||
//#region Смешивание в миске
|
||
|
||
// Тесто для пиццы
|
||
event.recipes.gtceu.mixer('firmalife:food/pizza_dough')
|
||
.itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt')
|
||
.inputFluids(Fluid.of('tfc:olive_oil', 1000))
|
||
.itemOutputs('4x firmalife:food/pizza_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('4x firmalife:food/pizza_dough', ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt', Fluid.of('tfc:olive_oil', 1000)])
|
||
.id('firmalife:create/mixer/food/pizza_dough')
|
||
|
||
// Vanilla Ice Cream
|
||
event.recipes.gtceu.mixer('firmalife:food/vanilla_ice_cream')
|
||
.itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla')
|
||
.inputFluids(Fluid.of('firmalife:cream', 1000))
|
||
.itemOutputs('2x firmalife:food/vanilla_ice_cream')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/vanilla_ice_cream', ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla', Fluid.of('firmalife:cream', 1000)])
|
||
.id('firmalife:create/mixer/food/vanilla_ice_cream')
|
||
|
||
// Pumpkin Pie Dough
|
||
event.recipes.gtceu.mixer('firmalife:food/pumpkin_pie_dough')
|
||
.itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour')
|
||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||
.itemOutputs('firmalife:food/pumpkin_pie_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
.circuit(2)
|
||
|
||
event.recipes.create.mixing('firmalife:food/pumpkin_pie_dough', ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour', Fluid.of('minecraft:water', 1000)]
|
||
).id('firmalife:create/mixer/food/pumpkin_pie_dough')
|
||
|
||
// Butter
|
||
event.recipes.gtceu.mixer('firmalife:food/butter')
|
||
.itemInputs('tfc:powder/salt')
|
||
.inputFluids(Fluid.of('firmalife:cream', 1000))
|
||
.itemOutputs('firmalife:food/butter')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('firmalife:food/butter', ['tfc:powder/salt', Fluid.of('firmalife:cream', 1000)])
|
||
.id('firmalife:create/mixer/food/butter')
|
||
|
||
// Pie Dough
|
||
event.recipes.gtceu.mixer('firmalife:food/pie_dough')
|
||
.itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour')
|
||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||
.itemOutputs('firmalife:food/pie_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
.circuit(2)
|
||
|
||
event.recipes.create.mixing('firmalife:food/pie_dough', ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', Fluid.of('minecraft:water', 1000)])
|
||
.id('firmalife:create/mixer/food/pie_dough')
|
||
|
||
// Cookie Dough
|
||
event.recipes.gtceu.mixer('firmalife:food/cookie_dough')
|
||
.itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla')
|
||
.itemOutputs('4x firmalife:food/cookie_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('4x firmalife:food/cookie_dough', ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla'])
|
||
.id('firmalife:create/mixer/food/cookie_dough')
|
||
|
||
// Hardtack Dough
|
||
event.recipes.gtceu.mixer('firmalife:food/hardtack_dough')
|
||
.itemInputs('tfc:powder/salt', '#tfc:foods/flour')
|
||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||
.itemOutputs('4x firmalife:food/hardtack_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
.circuit(2)
|
||
|
||
event.recipes.create.mixing('4x firmalife:food/hardtack_dough', ['tfc:powder/salt', '#tfc:foods/flour', Fluid.of('minecraft:water', 1000)])
|
||
.id('firmalife:create/mixer/food/hardtack_dough')
|
||
|
||
// Yeast starter
|
||
event.recipes.gtceu.mixer('firmalife:yeast_starter')
|
||
.inputFluids(Fluid.of('firmalife:yeast_starter', 100))
|
||
.itemInputs('#tfc:foods/flour')
|
||
.outputFluids(Fluid.of('firmalife:yeast_starter', 600))
|
||
.duration(1200)
|
||
.EUt(8)
|
||
.circuit(1)
|
||
|
||
event.recipes.create.mixing(Fluid.of('firmalife:yeast_starter', 600), ['#tfc:foods/flour', Fluid.of('firmalife:yeast_starter', 100)])
|
||
.id('firmalife:create/mixer/yeast_starter')
|
||
|
||
// Cocoa Powder
|
||
event.recipes.gtceu.macerator('firmalife:food/cocoa_powder')
|
||
.itemInputs('gtceu:cocoa_dust')
|
||
.itemOutputs('4x firmalife:food/cocoa_powder')
|
||
.duration(100)
|
||
.EUt(2)
|
||
|
||
event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust')
|
||
.id(`tfg:quern/cocoa_powder`)
|
||
|
||
event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans')
|
||
.id('tfg:quern/cocoa_dust');
|
||
|
||
// Chocolate Ice Cream
|
||
event.recipes.gtceu.mixer('firmalife:food/chocolate_ice_cream')
|
||
.itemInputs('firmalife:food/vanilla_ice_cream')
|
||
.inputFluids(Fluid.of('firmalife:chocolate', 1000))
|
||
.itemOutputs('firmalife:food/chocolate_ice_cream')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('firmalife:food/chocolate_ice_cream', ['firmalife:food/vanilla_ice_cream', Fluid.of('firmalife:chocolate', 1000)])
|
||
.id('firmalife:create/mixer/food/chocolate_ice_cream')
|
||
|
||
// White Chocolate Blend
|
||
event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/milk')
|
||
.itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('minecraft:milk', 1000))
|
||
.itemOutputs('2x firmalife:food/white_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/white_chocolate_blend', ['2x firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('minecraft:milk', 1000)])
|
||
.id('firmalife:create/mixer/food/white_chocolate_blend/milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/yak_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:yak_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/white_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/white_chocolate_blend', ['2x firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:yak_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/white_chocolate_blend/yak_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/goat_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:goat_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/white_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/white_chocolate_blend', ['2x firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:goat_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/white_chocolate_blend/goat_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/coconut_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:coconut_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/white_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/white_chocolate_blend', ['2x firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:coconut_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/white_chocolate_blend/coconut_milk')
|
||
|
||
// Dark Chocolate Blend
|
||
event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/milk')
|
||
.itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('minecraft:milk', 1000))
|
||
.itemOutputs('2x firmalife:food/dark_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/dark_chocolate_blend', ['2x firmalife:food/cocoa_powder', '#tfc:sweetener', Fluid.of('minecraft:milk', 1000)])
|
||
.id('firmalife:create/mixer/food/dark_chocolate_blend/milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/yak_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:yak_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/dark_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/dark_chocolate_blend', ['2x firmalife:food/cocoa_powder', '#tfc:sweetener', Fluid.of('firmalife:yak_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/dark_chocolate_blend/yak_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/goat_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:goat_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/dark_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/dark_chocolate_blend', ['2x firmalife:food/cocoa_powder', '#tfc:sweetener', Fluid.of('firmalife:goat_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/dark_chocolate_blend/goat_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/coconut_milk')
|
||
.itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:coconut_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/dark_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/dark_chocolate_blend', ['2x firmalife:food/cocoa_powder', '#tfc:sweetener', Fluid.of('firmalife:coconut_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/dark_chocolate_blend/coconut_milk')
|
||
|
||
// Milk Chocolate Blend
|
||
event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/milk')
|
||
.itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('minecraft:milk', 1000))
|
||
.itemOutputs('2x firmalife:food/milk_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/milk_chocolate_blend', ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('minecraft:milk', 1000)])
|
||
.id('firmalife:create/mixer/food/milk_chocolate_blend/milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/yak_milk')
|
||
.itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:yak_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/milk_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/milk_chocolate_blend', ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:yak_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/milk_chocolate_blend/yak_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/goat_milk')
|
||
.itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:goat_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/milk_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/milk_chocolate_blend', ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:goat_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/milk_chocolate_blend/goat_milk')
|
||
|
||
event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/coconut_milk')
|
||
.itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener')
|
||
.inputFluids(Fluid.of('firmalife:coconut_milk', 1000))
|
||
.itemOutputs('2x firmalife:food/milk_chocolate_blend')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('2x firmalife:food/milk_chocolate_blend', ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener', Fluid.of('firmalife:coconut_milk', 1000)])
|
||
.id('firmalife:create/mixer/food/milk_chocolate_blend/coconut_milk')
|
||
|
||
// Strawberry Ice Cream
|
||
event.recipes.gtceu.mixer('firmalife:food/strawberry_ice_cream')
|
||
.itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry')
|
||
.itemOutputs('firmalife:food/strawberry_ice_cream')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('firmalife:food/strawberry_ice_cream', ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry']
|
||
).id('firmalife:create/mixer/food/strawberry_ice_cream')
|
||
|
||
// Hardtack Dough
|
||
event.recipes.gtceu.mixer('firmalife:food/chocolate_chip_cookie_dough')
|
||
.itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends')
|
||
.itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough')
|
||
.duration(300)
|
||
.EUt(16)
|
||
|
||
event.recipes.create.mixing('4x firmalife:food/chocolate_chip_cookie_dough', ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'])
|
||
.id('firmalife:create/mixer/food/chocolate_chip_cookie_dough')
|
||
|
||
//#endregion
|
||
|
||
//#region Обжарка некоторой еды
|
||
|
||
// Cooked Pizza
|
||
event.smelting('firmalife:food/cooked_pizza', 'firmalife:food/raw_pizza')
|
||
|
||
// Taco Shell
|
||
event.smelting('firmalife:food/taco_shell', 'firmalife:food/corn_tortilla')
|
||
|
||
// Sugar Cookie
|
||
event.smelting('firmalife:food/sugar_cookie', 'firmalife:food/cookie_dough')
|
||
|
||
// Chocolate Chip Cookie
|
||
event.smelting('firmalife:food/chocolate_chip_cookie', 'firmalife:food/chocolate_chip_cookie_dough')
|
||
|
||
// Hardtack
|
||
event.smelting('firmalife:food/hardtack', 'firmalife:food/hardtack_dough')
|
||
|
||
// Cooked Pie
|
||
event.smelting('firmalife:food/cooked_pie', 'firmalife:food/filled_pie')
|
||
|
||
// Roasted Cocoa Beans
|
||
event.smelting('firmalife:food/roasted_cocoa_beans', 'firmalife:food/cocoa_beans')
|
||
|
||
// Pumpkin Pie
|
||
event.smelting('minecraft:pumpkin_pie', 'firmalife:food/raw_pumpkin_pie')
|
||
|
||
//#endregion
|
||
|
||
//#region Sticky Resin by Vat
|
||
|
||
event.recipes.firmalife.vat()
|
||
.inputs('tfc:powder/wood_ash', Fluid.of('tfg:latex', 1000))
|
||
.outputItem('gtceu:sticky_resin')
|
||
.id('tfg:vat/latex_to_sticky_resin');
|
||
|
||
event.recipes.firmalife.vat()
|
||
.inputs('tfc:powder/wood_ash', Fluid.of('tfg:conifer_pitch', 1000))
|
||
.outputItem('gtceu:sticky_resin')
|
||
.id('tfg:vat/conifer_pitch_to_sticky_resin');
|
||
|
||
//#endregion
|
||
|
||
//#region Replace existing dyes
|
||
|
||
global.MINECRAFT_DYE_NAMES.forEach(dye => {
|
||
|
||
event.recipes.firmalife.vat()
|
||
.inputs(`#forge:dyes/${dye}`, Fluid.of('tfc:salt_water', 250))
|
||
.outputFluid(Fluid.of(`tfc:${dye}_dye`, 144))
|
||
.length(2000)
|
||
.temperature(600)
|
||
.id(`firmalife:vat/${dye}_dye`)
|
||
})
|
||
|
||
//#endregion
|
||
|
||
//#region Plated blocks
|
||
|
||
generatePlatedBlockRecipe(event, GTMaterials.Chromium);
|
||
generatePlatedBlockRecipe(event, GTMaterials.StainlessSteel);
|
||
|
||
// #endregion
|
||
|
||
// #region Smashed food
|
||
|
||
event.recipes.gtceu.forge_hammer('firmalife:soybean_paste')
|
||
.itemInputs('firmalife:food/dehydrated_soybeans')
|
||
.itemOutputs('firmalife:food/soybean_paste')
|
||
.duration(20)
|
||
.EUt(7)
|
||
|
||
event.recipes.gtceu.forge_hammer('firmalife:red_grapes')
|
||
.itemInputs('firmalife:food/red_grapes')
|
||
.itemOutputs('firmalife:food/smashed_red_grapes')
|
||
.duration(20)
|
||
.EUt(7)
|
||
|
||
event.recipes.gtceu.forge_hammer('firmalife:white_grapes')
|
||
.itemInputs('firmalife:food/white_grapes')
|
||
.itemOutputs('firmalife:food/smashed_white_grapes')
|
||
.duration(20)
|
||
.EUt(7)
|
||
|
||
// #endregion
|
||
|
||
// #region Drying mat alternatives
|
||
|
||
event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/leafy_kelp' }).id('tfg:shaped/drying_mat_leafy_kelp')
|
||
event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/winged_kelp' }).id('tfg:shaped/drying_mat_winged_kelp')
|
||
|
||
// #endregion
|
||
}
|