Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
Co-authored-by: ZZZank <[email protected]>
  • Loading branch information
github-actions[bot] and ZZZank committed Nov 25, 2023
1 parent ffc9458 commit 4c7d1e6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ onEvent('recipes', (event) => {
const id_prefix = 'enigmatica:base/farmersdelight/cutting/';

const recipes = [
cuttingRecipe(Ingredient.of('quark:root'), Ingredient.of('#forge:tools/knives'), [
Item.of('quark:root_item')
]),
cuttingRecipe(Ingredient.of('quark:root'), Ingredient.of('#forge:tools/knives'), [Item.of('quark:root_item')]),
cuttingRecipe(
Ingredient.of('#forge:storage_blocks/clay'),
{
Expand Down

0 comments on commit 4c7d1e6

Please sign in to comment.