Skip to content
10 changes: 10 additions & 0 deletions kubejs/server_scripts/mods/Pams Harvestcraft/Recipes.js
Original file line number Diff line number Diff line change
@@ -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'
)
})