AshIndigo/CustomRecord

wack

Opened this issue · 2 comments

i cant add more than 1 songs

I'm gonna need more information if you want help, please provide your game and mod version, records.json file and an elaboration on the issue. I presume its a json syntax related error but I cant be sure.

@SydBarrettpf Did you forget , between several entries?

{  
   "test":{  
      "item":"minecraft:iron_ingot",
      "filename":"test",
      "name":"placeholder",
      "meta":0
   },
   "test2":{  
      "item":"minecraft:gold_ingot",
      "filename":"test2",
      "name":"another placeholder",
      "meta":0
   }
}