catageek / ByteCart

Minecraft plugin for bukkit to create a LAN/WAN rail network with routing algorithm
GNU General Public License v3.0
27 stars 9 forks source link

BC7008 duplicates items #60

Open alaskascooter opened 5 years ago

alaskascooter commented 5 years ago

Several tests show when 7008 is used on Spigot 1.13.2, items are duplicated if config is set to keep items true.

Interestingly enough, this dup has consistently been (N*2)-1, or if you start with 64, you end up with 127 instead of 128.

Have to set keep items to false for now.