From 2aa1dea5126290ee6dadc0884a3d8e2791be04ef Mon Sep 17 00:00:00 2001
From: SoniEx2 <endermoneymod@gmail.com>
Date: Sat, 15 Mar 2025 18:57:24 -0300
Subject: add everything so far

---
 src/main/resources/fabric.mod.json | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'src/main/resources/fabric.mod.json')

diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 71f2518..c7d859a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,6 +34,12 @@
 			}
 		]
 	},
+	"mixins": [
+		{
+			"config": "pirate-radio.client-mixins.json",
+			"environment": "client"
+		}
+	],
 	"depends": {
 		"fabricloader": ">=0.16.10",
 		"minecraft": "~1.21.1",
-- 
cgit 1.4.1