mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed tomatos merging stacks when they shouldn't
This commit is contained in:
parent
48509a3b0a
commit
d0ee4f157b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public class ItemTomato extends ItemFood implements ITossable {
|
|||
setRegistryName(domain, name);
|
||||
|
||||
setDispenseable();
|
||||
setHasSubtypes(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue