You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,15 +100,20 @@ public static NBTTagCompound writeChunkToNBT(Chunk chunkIn, World worldIn, NBTTa
96
100
}
97
101
catch (Exceptione)
98
102
{
99
-
net.minecraftforge.fml.common.FMLLog.log.error("An Entity type {} has thrown an exception trying to write state. It will not persist. Report this to the mod author",
103
+
net.minecraftforge.fml.common.FMLLog.log.error("An Entity type {} has thrown an exception trying to write state. It will not be visible in compact machines. Report this to the Compact Machines author.",
net.minecraftforge.fml.common.FMLLog.log.error("A TileEntity type {} has throw an exception trying to write state. It will not persist. Report this to the mod author",
138
+
net.minecraftforge.fml.common.FMLLog.log.error("A TileEntity type {} has throw an exception trying to write state. It will not be visible in compact machines. Report this to the Compact Machines author.",
130
139
tileentity.getClass().getName(), e);
131
140
}
132
141
}
133
-
134
142
compound.setTag("TileEntities", nbttaglist2);
135
-
List<NextTickListEntry> list = worldIn.getPendingBlockUpdates(chunkIn, false);
136
143
144
+
145
+
List<NextTickListEntry> list = worldIn.getPendingBlockUpdates(chunkIn, false);
0 commit comments