update library versions

This commit is contained in:
Adrian Siekierka
2018-12-09 17:49:28 +01:00
parent f3bb1c5fb0
commit e87fd77bcf
2 changed files with 7 additions and 7 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"
}
}