initial commit

This commit is contained in:
Draylar
2021-03-12 13:24:17 -06:00
commit 5ab6b91dce
35 changed files with 1579 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"schemaVersion": 1,
"id": "omega-config-test",
"version": "${version}",
"name": "OmegaConfig Test",
"description": "Test mod for Omega Config.",
"authors": [
"Draylar"
],
"contact": {},
"license": "MIT",
"icon": "assets/omega-config/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"draylar.omegaconfig.OmegaConfigTest"
],
"client": [
"draylar.omegaconfig.OmegaConfigClientTest"
]
},
"depends": {
"fabricloader": ">=0.11.2",
"fabric": "*",
"minecraft": "1.16.5"
}
}