From e87fd77bcf4a7a36a5c02f576be360a5df4f8e51 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 9 Dec 2018 17:49:28 +0100 Subject: update library versions --- src/main/resources/fabric.mod.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..f9dcafd --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,11 @@ +{ + "id": "modid", + "name": "Example Mod", + "version": "1.0.0", + "side": "universal", + "initializer": "net.fabricmc.example.ExampleMod", + "mixins": { + "client": "modid.client.json", + "common": "modid.common.json" + } +} \ No newline at end of file -- cgit 1.4.1