diff --git a/kubejs/server_scripts/tfg/machines/recipes.coils.js b/kubejs/server_scripts/tfg/machines/recipes.coils.js index 670ae0d40..a35f0310e 100644 --- a/kubejs/server_scripts/tfg/machines/recipes.coils.js +++ b/kubejs/server_scripts/tfg/machines/recipes.coils.js @@ -100,28 +100,28 @@ function registerTFGCoilRecipes(event) { TFGHelpers.registerMaterialInfo('tfg:blue_alloy_desh_foil', [GTMaterials.BlueAlloy, 0.5, GTMaterials.get('gtceu:desh'), 0.25]) event.recipes.gtceu.implosion_compressor('tfg:chorus_ceramic_insulation_dynamite') - .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_dust', '2x gtceu:dynamite') + .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_crystal', '2x gtceu:dynamite') .itemOutputs('tfg:chorus_ceramic_insulation') .chancedOutput('#forge:dusts/dark_ash', 2500, 0) .duration(20) .EUt(GTValues.VA[GTValues.LV]) event.recipes.gtceu.implosion_compressor('tfg:chorus_ceramic_insulation_powderbarrel') - .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_dust', '8x gtceu:powderbarrel') + .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_crystal', '8x gtceu:powderbarrel') .itemOutputs('tfg:chorus_ceramic_insulation') .chancedOutput('#forge:dusts/dark_ash', 2500, 0) .duration(20) .EUt(GTValues.VA[GTValues.LV]) event.recipes.gtceu.implosion_compressor('tfg:chorus_ceramic_insulation_tnt') - .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_dust', '4x minecraft:tnt') + .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_crystal', '4x minecraft:tnt') .itemOutputs('tfg:chorus_ceramic_insulation') .chancedOutput('#forge:dusts/dark_ash', 2500, 0) .duration(20) .EUt(GTValues.VA[GTValues.LV]) event.recipes.gtceu.implosion_compressor('tfg:chorus_ceramic_insulation_itnt') - .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_dust', 'gtceu:industrial_tnt') + .itemInputs('ae2:sky_dust', '#forge:dusts/perlite', '#forge:dusts/kaolinite', 'minecraft:popped_chorus_fruit', 'ae2:fluix_crystal', 'gtceu:industrial_tnt') .itemOutputs('tfg:chorus_ceramic_insulation') .chancedOutput('#forge:dusts/dark_ash', 2500, 0) .duration(20)