Skip to content

Commit f1fa5a9

Browse files
committed
use node ids
1 parent 2b1786f commit f1fa5a9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

mod.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@
88
},
99
"id": "zsa.edit-attempts",
1010
"name": "Edit Attempts",
11-
"version": "v1.0.0",
11+
"version": "v1.0.1",
1212
"developer": "ZSA",
1313
"description": "Set level attempts",
1414
"resources": {
1515
"sprites": [
1616
"resources/editAttemptsButton.png"
1717
]
18-
}
18+
},
19+
"dependencies": [
20+
{
21+
"id": "geode.node-ids",
22+
"version": "1.11.0",
23+
"importance": "required"
24+
}
25+
]
1926
}

0 commit comments

Comments
 (0)