Fixed stacking electrostatic linker
This commit is contained in:
parent
64bc122890
commit
20fd0d2e46
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public abstract class ItemCoordLink extends ItemBase
|
||||||
public ItemCoordLink(String name, int id)
|
public ItemCoordLink(String name, int id)
|
||||||
{
|
{
|
||||||
super(name, id);
|
super(name, id);
|
||||||
|
this.setMaxStackSize(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue