require fabric api for the example mod

pull/2/head
asie 5 years ago
parent 8215e4757d
commit c168b5b1f4

@ -4,6 +4,9 @@
"version": "1.0.0",
"side": "universal",
"initializer": "net.fabricmc.example.ExampleMod",
"requires": {
"fabric": "*"
},
"mixins": {
"client": "modid.client.json",
"common": "modid.common.json"

Loading…
Cancel
Save