mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +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);
|
setRegistryName(domain, name);
|
||||||
|
|
||||||
setDispenseable();
|
setDispenseable();
|
||||||
|
setHasSubtypes(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue