Fix Reagent stacks
This commit is contained in:
parent
67b4b7f9b1
commit
03b4b5e2d7
|
@ -41,6 +41,6 @@ public enum ReagentType implements ISubItem {
|
|||
@Nonnull
|
||||
@Override
|
||||
public ItemStack getStack(int count) {
|
||||
return new ItemStack(RegistrarBloodMagicItems.COMPONENT, count, ordinal());
|
||||
return new ItemStack(RegistrarBloodMagicItems.REAGENT, count, ordinal());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue