Simpler way of obtaining items via API
This commit is contained in:
parent
61b2b293ba
commit
cce3d6b79a
3 changed files with 15 additions and 8 deletions
|
@ -50,7 +50,6 @@ public class ModItems {
|
|||
|
||||
public static void init() {
|
||||
bloodOrb = registerItem(new ItemBloodOrb());
|
||||
BloodMagicAPI.setOrbItem(bloodOrb);
|
||||
orbWeak = new BloodOrb("weak", 1, 5000);
|
||||
OrbRegistry.registerOrb(orbWeak);
|
||||
orbApprentice = new BloodOrb("apprentice", 2, 25000);
|
||||
|
@ -69,7 +68,6 @@ public class ModItems {
|
|||
activationCrystal = registerItem(new ItemActivationCrystal());
|
||||
slate = registerItem(new ItemSlate());
|
||||
inscriptionTool = registerItem(new ItemInscriptionTool());
|
||||
BloodMagicAPI.setScribeItem(inscriptionTool);
|
||||
|
||||
sacrificialDagger = registerItem(new ItemSacrificialDagger());
|
||||
packSacrifice = registerItem(new ItemPackSacrifice());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue