mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-23 13:09:28 -07:00
update mod template for net7
This commit is contained in:
parent
bea384b470
commit
0b0d49fd1b
39 changed files with 1054 additions and 53653 deletions
3
resources/assets/mymodid/lang/en.json
Normal file
3
resources/assets/mymodid/lang/en.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"hello": "hello world!"
|
||||
}
|
13
resources/modinfo.json
Normal file
13
resources/modinfo.json
Normal 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": ""
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue