Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created April 18, 2018 18:21
Show Gist options
  • Save Lanse505/b19fe16f3c177ff7e0162e5761e4d1ca to your computer and use it in GitHub Desktop.
Save Lanse505/b19fe16f3c177ff7e0162e5761e4d1ca to your computer and use it in GitHub Desktop.
mods.compatskills.Requirement.addRequirement(<minecraft:diamond_pickaxe:*>.withTag({ench: [{lvl: 5 as short, id: 32 as short}]}), "reskillable:mining|5", "reskillable:magic|7");
mods.compatskills.Requirement.addRequirement(<minecraft:diamond_pickaxe:*>.withTag({ench: [{lvl: 1 as short, id: 33 as short}]}), "reskillable:mining|6", "reskillable:agility|7");
mods.compatskills.Requirement.addRequirement(<minecraft:diamond_pickaxe:*>.withTag({ench: [{lvl: 3 as short, id: 34 as short}]}), "reskillable:mining|7", "reskillable:attack|7");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment