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/mod.json | |
parent | 0839008c2301ac17f663c0d7113eeed5ee87dd62 (diff) |
update library versions
Diffstat (limited to 'src/main/resources/mod.json')
-rw-r--r-- | src/main/resources/mod.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/resources/mod.json b/src/main/resources/mod.json deleted file mode 100644 index f9dcafd..0000000 --- a/src/main/resources/mod.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 |