Skip to content

Instantly share code, notes, and snippets.

@Fireztonez
Created January 31, 2018 05:48
Show Gist options
  • Save Fireztonez/a4ecb2641d4120888bc5cf33145b6c78 to your computer and use it in GitHub Desktop.
Save Fireztonez/a4ecb2641d4120888bc5cf33145b6c78 to your computer and use it in GitHub Desktop.
#hide(IItemStack item);
#mods.jei.JEI.hide(<minecraft:diamond>);
#
#
#removeAndHide(IIngredient output, @optional boolean NBT-Match)
#mods.jei.JEI.removeAndHide(<minecraft:iron_leggings>);
#mods.jei.JEI.removeAndHide(<ore:planks>, false);
#Crafting Recipes
#recipes.remove(<>);
#recipes.removeShapeless(output, inputs, wildcard);
#recipes.addShaped(<>*1,[[<>,<>,<>],[<>,<>,<>],[<>,<>,<>]]);
recipes.remove(<darkutils:chest_glass>);
mods.jei.JEI.hide(<darkutils:chest_glass>);
recipes.remove(<actuallyadditions:itemMisc:4>);#Remove ActuallyAdditions Dough Wheat
mods.jei.JEI.hide(<actuallyadditions:itemMisc:4>);#Remove ActuallyAdditions Dough Wheat
recipes.remove(<natura:materials:1>);#Remove Flour Barley
recipes.remove(<natura:materials:2>);#Remove Flour Wheat
mods.jei.JEI.hide(<natura:materials:1>);
mods.jei.JEI.hide(<natura:materials:2>);
recipes.remove(<appliedenergistics2:grindstone>);
mods.jei.JEI.hide(<appliedenergistics2:grindstone>);
recipes.remove(<appliedenergistics2:crank>);
mods.jei.JEI.hide(<appliedenergistics2:crank>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment