diff options
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 |