Volcanic Glass Tube Casting (#2667)
No glass batch to tube recipe. Tubes can only be made from glass dust which is a bit annoying. I figured volcanic glass makes sense since its high temp? idk Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
dd0b6b7e09
commit
0a19d09a43
1 changed files with 10 additions and 0 deletions
|
|
@ -409,4 +409,14 @@ const registerGTCEURecipes = (event) => {
|
|||
.itemOutputs('tfg:paracetamol_pill')
|
||||
.duration(3 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
// Volcanic Glass Tube
|
||||
event.recipes.gtceu.alloy_smelter('tfg:tube_from_volcanic_glass_batch')
|
||||
.itemInputs('tfc:volcanic_glass_batch')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.itemOutputs('gtceu:glass_tube')
|
||||
.duration(8 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
.addMaterialInfo(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue