tterrag1098 / CustomThings

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

A Little Help Please. #27

Closed Cazadorsniper closed 8 years ago

Cazadorsniper commented 8 years ago

I have no idea what I'm doing wrong xD. Crash: http://pastebin.com/yTNfN6Kj Item json: http://pastebin.com/mpR5in15 Block json: http://pastebin.com/He1JgnUV

tterrag1098 commented 8 years ago

oreDictNames is an array. Use it like so:

"oreDictNames": ["name1", "name2"]
tterrag1098 commented 8 years ago

Also, your syntax for drops array is wrong. just use [] don't put quotes around it.

Cazadorsniper commented 8 years ago

ok thanks