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": "*" } +}