mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
crafting recipe loader wip
This commit is contained in:
@@ -27,7 +27,7 @@ object InjectCreatureRaw {
|
||||
val jsonObj = JsonFetcher(ModMgr.getFile(module, "creatures/$jsonFileName"))
|
||||
|
||||
|
||||
JsonFetcher.forEach(jsonObj) { key, value -> if (!key.startsWith("_")) {
|
||||
JsonFetcher.forEachSiblings(jsonObj) { key, value -> if (!key.startsWith("_")) {
|
||||
val diceRollers = ArrayList<String>()
|
||||
|
||||
if (!value.isArray && !value.isObject) {
|
||||
|
||||
Reference in New Issue
Block a user