why was this 6 anyway?
This commit is contained in:
parent
1ce426ffdd
commit
a44092f73f
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@ function registerTFCMaterialsRecipes(event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nugget
|
// Nugget
|
||||||
let nuggetItem = ChemicalHelper.get(TagPrefix.nugget, material, 6)
|
let nuggetItem = ChemicalHelper.get(TagPrefix.nugget, material, 9)
|
||||||
if (!nuggetItem.isEmpty()) {
|
if (!nuggetItem.isEmpty()) {
|
||||||
|
|
||||||
event.recipes.tfc.heating(`#forge:nuggets/${material.getName()}`, tfcProperty.getMeltTemp())
|
event.recipes.tfc.heating(`#forge:nuggets/${material.getName()}`, tfcProperty.getMeltTemp())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue