mirror of
https://github.com/Xevion/everything-on-a-stick.git
synced 2025-12-15 10:11:46 -06:00
first commit
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user