diff options
author | Adrian Siekierka <[email protected]> | 2018-12-09 17:49:28 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 2b65179453dff4ecfc124879f47099f8f46a7d06 (patch) | |
tree | e1df4268b8ad448d390c42f03410d571deebbbc8 /src/main/resources/fabric.mod.json | |
parent | 0839008c2301ac17f663c0d7113eeed5ee87dd62 (diff) |
update library versions
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 11 |
1 files changed, 11 insertions, 0 deletions
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 |