mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 11:19:17 +02:00
first commit
This commit is contained in:
commit
b755e01769
12 changed files with 495 additions and 0 deletions
11
src/main/resources/mod.json
Normal file
11
src/main/resources/mod.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "modid",
|
||||
"name": "Example Mod",
|
||||
"version": "1.0.0",
|
||||
"side": "universal",
|
||||
"initializer": "net.fabricmc.example.ExampleMod",
|
||||
"mixins": {
|
||||
"client": "modid.client.json",
|
||||
"common": "modid.common.json"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue