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:
parent
09641378a3
commit
75a6d3d875
4 changed files with 16 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue