dust to balls (#2943)

yes
This commit is contained in:
OLOXpl 2026-02-04 00:19:54 +01:00 committed by GitHub
parent 21da3197f1
commit 643facfdd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,12 @@ const registerTFCRecipes = (event) => {
.outputFluid(Fluid.of('tfc:vinegar', 250))
.id('tfc:barrel/vinegar')
// Clay dust to balls
event.recipes.tfc.barrel_sealed(8000)
.inputs('gtceu:clay_dust',TFC.fluidStackIngredient('minecraft:water', 250))
.outputItem('1x minecraft:clay_ball')
.id('tfc:barrel/clay_ball')
// Borax to flux
event.recipes.tfc.quern('4x tfc:powder/flux', 'gtceu:borax_dust')
.id(`tfg:quern/borax`)