diff options
author | asie <[email protected]> | 2018-12-12 20:48:51 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 95c7c5cd321289fdb66b888c6ddd371bf2d7740a (patch) | |
tree | 1e62c5b62afab611c456600f6066165167d17ad5 /src | |
parent | 40b0fa11378f92d31b75e4842a99a990244c2b98 (diff) |
require fabric api for the example mod
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f9dcafd..406aeae 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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" |