Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Update mod_quark.zs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfkidsounds committed Feb 17, 2021
1 parent 2f4ff2b commit 363e8c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Client/scripts/mods/mod_quark.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import crafttweaker.item.IItemStack;

//
//Example
//

//removeAndHide(IIngredient output, @optional boolean NBT-Match)
//mods.jei.JEI.removeAndHide(<minecraft:iron_leggings>);
//mods.jei.JEI.removeAndHide(<ore:planks>, false);

//RecipeRemoval
//Backpack
mods.jei.JEI.removeAndHide(<quark:backpack>);

0 comments on commit 363e8c5

Please sign in to comment.