Skip to content

Commit

Permalink
Merge pull request #5428 from ZZZank/cutting_root
Browse files Browse the repository at this point in the history
cutting recipe for turning Root into Root(item)
  • Loading branch information
MuteTiefling authored Nov 25, 2023
2 parents 176a87d + fff83e6 commit ffc9458
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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('#forge:storage_blocks/clay'),
{
Expand Down

0 comments on commit ffc9458

Please sign in to comment.