summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json13
1 files changed, 13 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..366f55c
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,13 @@
+{
+ "schemaVersion": 1,
+ "id": "wheelchair",
+ "name": "Wheelchair",
+ "description": "Walkers Utilities for Minecraft",
+ "version": "1.0.0",
+ "authors": [
+ "Walkers"
+ ],
+ "entrypoints": {
+ "client": ["com.walkerselby.wheelchair.client.Wheelchair"]
+ }
+} \ No newline at end of file