Hey, there. Disregard my last post since I already get .json... somehow. That's where my problem comes in. I created this code fragment: "starter": { "index": 72, "stack": 50 }, "production": [ { "item": "Prismatic Shard", "time": 10, "materials": [ { "index": 66, "stack": 50 }, { "index": 60, "stack": 50 }, { "index": 64, "stack": 50 }, { "index": 68, "stack": 50 } ] } ] I was wondering why only one of the "materials" needed are consumed when I put the "starter" (Diamond), instead of all of them being consumed. Can anyone tell me the error in my syntax? I highly appreciate any help I will get!