Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaqemeex committed Mar 5, 2025
1 parent dcbe548 commit 6414e74
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,38 @@
"modules": [
{
"name": "Chambers of Xeric",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/cox/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/cox/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/cox/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/cox/module.rs2f"
},
{
"name": "Tombs of Amascut",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/toa/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/toa/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/toa/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/toa/module.rs2f"
},
{
"name": "Item values",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/value/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/value/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/value/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/value/module.rs2f"
},
{
"name": "Currency / tokens",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/currency/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/currency/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/currency/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/currency/module.rs2f"
},
{
"name": "Uniques",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/unique/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/unique/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/unique/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/unique/module.rs2f"
},
{
"name": "Clues",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/clue/mod_clue.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/clue/mod_clue.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/clue/mod_clue.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/clue/mod_clue.rs2f"
},
{
"name": "Herbs",
"moduleJson": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/herb/module.json",
"rs2f": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/herb/module.rs2f"
"moduleJsonUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/herb/module.json",
"moduleRs2fUrl": "https://raw.githubusercontent.com/riktenx/filterscape/refs/heads/main/herb/module.rs2f"
}
]
}

0 comments on commit 6414e74

Please sign in to comment.