Those constants shouldn't be there or used
Also notes last commit in changelog
This commit is contained in:
parent
fdfcb5c5b7
commit
470b5fce9c
4 changed files with 15 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
package WayofTime.bloodmagic.api.ritual;
|
||||
|
||||
import WayofTime.bloodmagic.api.BloodMagicAPI;
|
||||
import WayofTime.bloodmagic.api.Constants;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.IStringSerializable;
|
||||
|
||||
|
@ -26,7 +26,7 @@ public enum EnumRuneType implements IStringSerializable
|
|||
|
||||
public ItemStack getScribeStack()
|
||||
{
|
||||
return new ItemStack(BloodMagicAPI.getItem(BloodMagicAPI.SCRIBE), 1, ordinal());
|
||||
return new ItemStack(Constants.BloodMagicItem.INSCRIPTION_TOOL.getItem(), 1, ordinal());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue