From 95c7c5cd321289fdb66b888c6ddd371bf2d7740a Mon Sep 17 00:00:00 2001 From: asie Date: Wed, 12 Dec 2018 20:48:51 +0100 Subject: require fabric api for the example mod --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main') 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" -- cgit v1.2.3