Railcraft

Railcraft

34M Downloads

Routung Table NBT saving error

Vexatos opened this issue ยท 1 comments

commented

This is what happens when you write a few pages of data into a Routing Table:

[20:54:31] [Server thread/ERROR] [Railcraft]: Error reading Item NBT packet
java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 101bytes where max allowed: 94
at net.minecraft.nbt.NBTSizeTracker.func_152450_a(NBTSizeTracker.java:25) ~[NBTSizeTracker.class:?]
at net.minecraft.nbt.NBTTagString.func_152446_a(NBTTagString.java:39) ~[NBTTagString.class:?]
at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:59) ~[NBTTagList.class:?]

Then the NBT tag isn't saved.

commented

Duplicate of #253