From 9980229533d250b812ae395780109636717da56a Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 1 Jun 2021 03:15:16 +0800 Subject: Generate fake jars for fabric loom --- fake/fabric.mod.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fake/fabric.mod.json (limited to 'fake/fabric.mod.json') diff --git a/fake/fabric.mod.json b/fake/fabric.mod.json new file mode 100644 index 000000000..d1070b615 --- /dev/null +++ b/fake/fabric.mod.json @@ -0,0 +1,6 @@ +{ + "id": "rei-fake", + "name": "THIS SHOULDN'T SHOW UP", + "version": "ABC", + "schemaVersion": 1 +} \ No newline at end of file -- cgit