Commit c168b5b1 by asie

require fabric api for the example mod

parent 8215e475
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment