
New Item Crash
Maxwelljones opened this issue ยท 5 comments
Getting a crash trying to add one item into customitems.json
{
"data": [{
"name": "Todabonium Ingot",
"container": "null",
"oreDictNames": ["todabonium"],
"maxStackSize": "64",
"burnTime": "0",
"rarity": "common",
"enchanted": "true"
}]
}
Crashlog: Pastebin
OpenEye crash report
CustomThings-MC1.7.10-0.0.3-55
EnderCore-1.7.10-0.2.0.39_beta
Can you help please ?
@EverNife do you mean I am missing something? Would be great if you could brighten my darkness :)
Thanks @tterrag1098 works great, thank you!
@EverNife sorry what you suggested doesn't work. The version you linked crashes when mining nether quartz, the newer version don't create any item. I moved away and found tterag's mods which are just great ;=)
The issue is the "container": "null"
line, this line is unnecessary. By default there is no container item. Just remove it and it should work fine.
@EverNife I have no issue with alternatives, but advertising them on my issue tracker is a bit rude, in my opinion.
@Maxwelljones it was my fault, the example did that. I believe "null" should work, might be a bug in EnderCore.