mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-01 21:17:45 -05:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "architectury-test",
|
|
"version": "${version}",
|
|
"name": "Architectury Test",
|
|
"description": "A intermediary api aimed to ease developing multiplatform mods.",
|
|
"authors": [
|
|
"shedaniel"
|
|
],
|
|
"license": "LGPL-3",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"me.shedaniel.architectury.test.TestMod::initialize"
|
|
]
|
|
}
|
|
} |