diff --git a/kubejs/server_scripts/tfg/primitive/recipes.cloth.js b/kubejs/server_scripts/tfg/primitive/recipes.cloth.js index 6d8a1d59f..624402e90 100644 --- a/kubejs/server_scripts/tfg/primitive/recipes.cloth.js +++ b/kubejs/server_scripts/tfg/primitive/recipes.cloth.js @@ -116,14 +116,14 @@ function registerTFGClothRecipes(event) { event.recipes.gtceu.packer('tfg:packer/flax_bundle') .itemInputs('9x tfg:flax_product') .itemOutputs('tfg:flax_bundle') - .duration('100') + .duration(100) .EUt(GTValues.VA[GTValues.ULV]) event.shapeless('1x tfg:bundled_scraped_flax', ['9x tfg:flax_waste']) event.recipes.gtceu.packer('tfg:packer/bundled_scraped_flax') .itemInputs('9x tfg:flax_waste') .itemOutputs('tfg:bundled_scraped_flax') - .duration('100') + .duration(100) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.tfc.scraping( @@ -252,4 +252,4 @@ function registerTFGClothRecipes(event) { .duration(100) .EUt(4) //#endregion -} \ No newline at end of file +}