Frequency Transmitters only stack to 1
This commit is contained in:
parent
2f370d5637
commit
934cc76089
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class ItemFrequencyTransmitter extends ItemTextureBase implements ITextur
|
|||
{
|
||||
setUnlocalizedName("techreborn.frequencyTransmitter");
|
||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||
setMaxStackSize(1);
|
||||
RebornCore.jsonDestroyer.registerObject(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue