tterrag1098 / CustomThings

Adding basic custom items to minecraft via JSON files
Mozilla Public License 2.0
18 stars 8 forks source link

New Item Crash #41

Closed Maxwelljones closed 8 years ago

Maxwelljones commented 8 years ago

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 ?

Maxwelljones commented 8 years ago

@evernife do you mean I am missing something? Would be great if you could brighten my darkness :)

tterrag1098 commented 8 years ago

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.

EverNife commented 8 years ago

my bad, sorry T,T

Maxwelljones commented 8 years ago

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 ;=)

tterrag1098 commented 8 years ago

@Maxwelljones it was my fault, the example did that. I believe "null" should work, might be a bug in EnderCore.