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

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`)