From 92cfb450f067a892a103d7cb154e018c758e6084 Mon Sep 17 00:00:00 2001 From: Soni L Date: Sat, 15 Jan 2022 15:05:47 -0300 Subject: [PATCH] Add Fabric compat --- src/main/resources/fabric.mod.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/fabric.mod.json diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..cf2e316 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,7 @@ +{ + "schemaVersion": 1, + "id": "prettypipes", + "version": "0.0.0", + "contributors": [ "SoniEx2" ], + "depends": { "forge": "*" } +}