KAMKEEL / CustomNPC-Plus

Custom Version of 1.7.10 CustomNPC with backported features and original expansions
https://www.curseforge.com/minecraft/mc-mods/customnpc-plus
Other
53 stars 34 forks source link

Quest and NPC's data cant load #74

Closed eahraehoff closed 1 year ago

eahraehoff commented 1 year ago

Issue description:

Stacktrace of bug https://pastebin.com/vfppmmRp

Versions:

Can it be reproduced with just CustomNPC+? If not, list the other mods required to reproduce the issue. ThermalMods

Quest data like a .json https://pastebin.com/H0QERj61

KAMKEEL commented 1 year ago

It may be an issue with the item you're using in the quest. It says it in the stacktrace- 6bytes to a number: Line: 45, Pos: 39, Text: SideCache: [6 bytes] If you look at your questdata.json the item has the words [6 bytes] in the SideCache which may be a corruption of the block data itself or some underlying issue with incompatibilities.

KAMKEEL commented 1 year ago

Alright, I've added a field to ignore empty byte arrays that are unnecessary here: 6779bbc93ffa2bcccf053c5cd9c4cd8f4b9f0e44 . Hopefully, this will patch the issue! Reopen if it still occurs!