Merge pull request #759 from CaptainGold1/wool_fix
Fixes wool cloth recipe conflict
This commit is contained in:
commit
aff2201418
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue