added sandpaper recipes for early gem rods
This commit is contained in:
parent
a67a0902ac
commit
b7fad57aae
1 changed files with 5 additions and 0 deletions
|
|
@ -379,6 +379,11 @@ function registerVintageImprovementsRecipes(event) {
|
|||
processingTime: material.getMass() * 4 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/lathe/${material.getName()}_to_rod`)
|
||||
}
|
||||
|
||||
if (material.hasProperty(PropertyKey.GEM)) {
|
||||
event.recipes.create.sandpaper_polishing(ChemicalHelper.get(TagPrefix.rod, material, 1), latheInput)
|
||||
.id(`tfg:polishing/${material.getName()}_rod`)
|
||||
}
|
||||
}
|
||||
|
||||
if (material.hasFlag(MaterialFlags.GENERATE_BOLT_SCREW)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue