first commit

This commit is contained in:
Adrian Siekierka 2018-11-03 23:22:32 +01:00
commit b755e01769
12 changed files with 495 additions and 0 deletions

View 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"
}
}