1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 06:33:23 +00:00
CC-Tweaked/projects/fabric/src/testMod/resources/fabric.mod.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
393 B
JSON
Raw Normal View History

{
"schemaVersion": 1,
"id": "cctest",
"version": "1.0.0",
"entrypoints": {
"main": [
"dan200.computercraft.gametest.core.TestMod"
],
"client": [
"dan200.computercraft.gametest.core.TestMod"
]
},
"mixins": [
"computercraft-gametest.mixins.json"
],
"depends": {
"computercraft": "*"
}
}