added renewable clay
This commit is contained in:
parent
4eed49cb82
commit
748f058578
4 changed files with 77 additions and 40 deletions
|
|
@ -141,4 +141,15 @@ function registerTFGClayRecipes(event) {
|
|||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
.duration(20)
|
||||
.EUt(2)
|
||||
|
||||
// Renewable clay
|
||||
|
||||
event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_clay' })
|
||||
|
||||
event.recipes.gtceu.rock_breaker("clay_duping")
|
||||
.notConsumable('minecraft:clay')
|
||||
.itemOutputs('minecraft:clay')
|
||||
.adjacentFluids(["tfc:salt_water", "tfc:spring_water"])
|
||||
.duration(50)
|
||||
.EUt(GTValues.VHA[GTValues.MV])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue