Quick question, I can't seem to get this darn thing working properly. I've looked it over a few times and compared it to ones you guys have posted, but for some reason the item list just shows up blank in game. I made the path "D:\Riot Games\League of Legends\Config\Champions\Renekton\Recommended\Reco mmended.JSON" and the code I made is listed below..
Code:
{"champion":"Renekton",
"title":"Pro Renekton",
"type":"Custom",
"map":"1",
"mode":"CLASSIC",
"priority":true,
"blocks":[
{
"type":"starting",
"items":[{"id":"1054","count":1},{"id":"1055","count":1},{"id":"2003","count":1},{"id":"2044","count":1},{"id":"1001","count":1}]
},
{
"type":"lane",
"items":[{"id":"3134","count":1},{"id":"1011","count":1}]
},
{
"type":"core",
"items":[{"id":"3071","count":1},{"id":"3083","count":1},{"id":"3072","count":1},{"id":"3158","count":1}]
},
{
"type":"situational",
"items":[{"id":"3068","count":1},{"id":"3026","count":1},{"id":"3022","count":1},{"id":"3035","count":1},{"id":"3139","count":1},{"id":"3156","count":1}]
}
]
}
Any help is appreciated, thanks!