diff --git a/kubejs/server_scripts/mods/Pams Harvestcraft/Recipes.js b/kubejs/server_scripts/mods/Pams Harvestcraft/Recipes.js new file mode 100644 index 000000000..30b4bf10b --- /dev/null +++ b/kubejs/server_scripts/mods/Pams Harvestcraft/Recipes.js @@ -0,0 +1,10 @@ +// Standardizing tag use in some of Pam's recipes. + +ServerEvents.recipes(allthemods => { +allthemods.replaceInput( + {input:'#c:onions'}, + '#c:onions', + '#c:crops/onion' + ) +}) +