Initial commit

This commit is contained in:
AriasCreations 2025-01-18 00:43:16 -07:00
commit c416e6e5e1
17 changed files with 1243 additions and 0 deletions

13
ModTemplate/modinfo.json Normal file
View file

@ -0,0 +1,13 @@
{
"type": "code",
"modid": "mymodid",
"name": "My Template Mod",
"authors": [
"Unknown"
],
"description": "To be added",
"version": "1.0.0",
"dependencies": {
"game": ""
}
}