Stone tfgfication pt3.5 (#2017)
* Quartz + Create Stone Support + Blackstone uniform model * loose to gravel packer recipes * Cobble unpacking recipes --------- Signed-off-by: Adrien Vidal <vidal.adrien2@gmail.com>
This commit is contained in:
parent
9a0c1d9f9c
commit
37f5a812f7
2 changed files with 43 additions and 10 deletions
|
|
@ -72,18 +72,33 @@ function registerTFCStoneRecipes(event) {
|
|||
`4x tfc:rock/gravel/${stone}`
|
||||
]).id(`tfc:shapeless/gravel_to_loose_${stone}`)
|
||||
|
||||
// Cobble Unpacking
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/unpacking_mossy_${stone}_cobble_into_loose`)
|
||||
.itemInputs(`1x tfc:rock/mossy_cobble/${stone}`)
|
||||
// Gravel Packing
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/packing_loose_${stone}_to_gravel`)
|
||||
.itemInputs(`4x tfc:rock/loose/${stone}`)
|
||||
.itemOutputs(`1x tfc:rock/gravel/${stone}`)
|
||||
.circuit(1)
|
||||
.duration(30)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/packing_mossy_loose_${stone}_to_gravel`)
|
||||
.itemInputs(`4x tfc:rock/mossy_loose/${stone}`)
|
||||
.itemOutputs(`1x tfc:rock/gravel/${stone}`)
|
||||
.circuit(1)
|
||||
.duration(30)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
// Cobble Unpacking
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/unpacking_${stone}_cobble_into_loose`)
|
||||
.itemInputs(`1x tfc:rock/cobble/${stone}`)
|
||||
.itemOutputs(`4x tfc:rock/loose/${stone}`)
|
||||
.circuit(1)
|
||||
.itemOutputs(`4x tfc:rock/mossy_loose/${stone}`)
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/unpacking_${stone}_cobble_into_loose`)
|
||||
.itemInputs(`1x tfc:rock/cobble/${stone}`)
|
||||
event.recipes.gtceu.packer(`tfc:gtceu/packer/unpacking_mossy_${stone}_cobble_into_loose`)
|
||||
.itemInputs(`1x tfc:rock/mossy_cobble/${stone}`)
|
||||
.itemOutputs(`4x tfc:rock/mossy_loose/${stone}`)
|
||||
.circuit(1)
|
||||
.itemOutputs(`4x tfc:rock/loose/${stone}`)
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue