
Crash on PostSpawn tags (SpawnListEntries)
Geethebluesky opened this issue ยท 0 comments
Using JAS 0.16.13 on MC 1.7.10.
After adding PostSpawn tags to SpawnListEntries configuration files, the following crash occurs.
Examples of PostSpawn entries that cause the crash:
"MoCreatures.Bird": {
"PostSpawn Tags": "writeNBT('TypeInt/3/2')",
"Weight-PassivePackMax-ChunkPackMin-ChunkPackMax": "5-1-0-1"
}
"MoCreatures.Bird": {
"Weight-PassivePackMax-ChunkPackMin-ChunkPackMax": "15-1-0-1",
"PostSpawn Tags": "true"
}
Crash: http://pastebin.com/MjNY1ELA