From bea751a2842129088c02023325a4ee590733a594 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sat, 16 Sep 2023 22:51:04 +0200 Subject: bug fixes fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets. --- src/main/resources/fabric.mod.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cd5d125..354192c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,13 +34,12 @@ "links": { "modmenu.discord": "https://discord.gg/m7gX2GyQYj" }, - "parent": { "id": "bbsentials", "name": "BBsentials", "description": "Mod to connect to the BBsentials Network for Splashes and more", "icon": "logo.png" }, "update_checker": false - } + } } \ No newline at end of file -- cgit