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