removed duplicate white flag recipe

This commit is contained in:
Pyritie 2025-06-06 23:30:00 +01:00
parent 604f2080f3
commit b861df57fc

View file

@ -367,6 +367,7 @@ const registerAdAstraRecipes = (event) => {
.category(GTRecipeCategories.CHEM_DYES) .category(GTRecipeCategories.CHEM_DYES)
global.MINECRAFT_DYE_NAMES.forEach(color => { global.MINECRAFT_DYE_NAMES.forEach(color => {
if (color != "white") {
event.recipes.gtceu.chemical_bath(`tfg:ad_astra_${color}_flag`) event.recipes.gtceu.chemical_bath(`tfg:ad_astra_${color}_flag`)
.itemInputs('ad_astra:white_flag') .itemInputs('ad_astra:white_flag')
.inputFluids(Fluid.of(`tfc:${color}_dye`, 36)) .inputFluids(Fluid.of(`tfc:${color}_dye`, 36))
@ -374,6 +375,7 @@ const registerAdAstraRecipes = (event) => {
.duration(150) .duration(150)
.EUt(4) .EUt(4)
.category(GTRecipeCategories.CHEM_DYES) .category(GTRecipeCategories.CHEM_DYES)
}
}) })
//#endregion //#endregion