Merge pull request #759 from CaptainGold1/wool_fix

Fixes wool cloth recipe conflict
This commit is contained in:
Dmitry 2025-01-25 23:44:43 +07:00 committed by GitHub
commit aff2201418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3459,6 +3459,7 @@ const registerTFCRecipes = (event) => {
.itemOutputs('tfc:wool_cloth')
.duration(100)
.EUt(4)
.circuit(16)
// Jute Fiber
generateMixerRecipe(event, 'tfc:jute', Fluid.of('minecraft:water', 200), 'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber')