From 6067bd1824596591880c59f914575171c903fd35 Mon Sep 17 00:00:00 2001 From: Xenira <1288524+Xenira@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:40:52 +0100 Subject: [PATCH] build: add bepinex dependency (#10) --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cd74709..b96347c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,5 +3,7 @@ "version_number": "0.1.3", "website_url": "https://github.com/Xenira/PiUtils", "description": "Utility mod for my other mods", - "dependencies": [] + "dependencies": [ + "BepInEx-BepInExPack-5.4.2100" + ] } \ No newline at end of file