fixed colored steel from having higher tier blast furnace recipes, now they can all just use the basic one too

This commit is contained in:
Pyritie 2025-06-10 16:32:32 +01:00
parent 09641378a3
commit 75a6d3d875
4 changed files with 16 additions and 1 deletions

View file

@ -221,7 +221,7 @@ function registerGTCEUMetalRecipes(event) {
.outputFluids(Fluid.of(material.getFluid(), 288))
.duration(material.getMass())
.category(GTRecipeCategories.EXTRACTOR_RECYCLING)
.EUt(GTValues.VA[GTValues.ULV])
.EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV])
}
if (material.hasProperty(PropertyKey.DUST)) {