From d7ce6b690c5635c597824e010268d0890b6394a0 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 10 Feb 2024 15:11:51 +0700 Subject: [PATCH] dead --- CHANGELOG.md | 1 + kubejs/server_scripts/ae2/recipes.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a369c45..591dc1159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - Changed quests in connection with unlocking bronze boilers. Now you can switch to the steam era from bronze (though you won’t be able to make cars from bronze, hee hee). - Fixed recipes for some vanilla items. - Added more recipes for FirmaLife items via GTCEu machines. +- Decreased EUt required for ae2 quartz glass. ## [0.6.11] - 05.02.2024 ### Changes diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 108316d6d..53ab5951a 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -1668,7 +1668,7 @@ const registerAE2Recipes = (event) => { .itemInputs('5x #forge:dusts/certus_quartz', '4x #forge:glass') .itemOutputs('4x ae2:quartz_glass') .duration(20) - .EUt(480) + .EUt(120) // Vibrant Quartz Glass event.recipes.gtceu.alloy_smelter('ae2:quartz_vibrant_glass')