require fabric api for the example mod
This commit is contained in:
parent
8215e4757d
commit
c168b5b1f4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"side": "universal",
|
"side": "universal",
|
||||||
"initializer": "net.fabricmc.example.ExampleMod",
|
"initializer": "net.fabricmc.example.ExampleMod",
|
||||||
|
"requires": {
|
||||||
|
"fabric": "*"
|
||||||
|
},
|
||||||
"mixins": {
|
"mixins": {
|
||||||
"client": "modid.client.json",
|
"client": "modid.client.json",
|
||||||
"common": "modid.common.json"
|
"common": "modid.common.json"
|
||||||
|
|
Loading…
Reference in a new issue