diff options
| author | HacktheTime <l4bg0jb7@duck.com> | 2023-09-16 22:51:04 +0200 |
|---|---|---|
| committer | HacktheTime <l4bg0jb7@duck.com> | 2023-09-16 22:51:04 +0200 |
| commit | bea751a2842129088c02023325a4ee590733a594 (patch) | |
| tree | 415666378e18705617c2956b2f9c19ad92a48baf /src/main/resources | |
| parent | de757b18d464e2b87d5cb13553603c46a943cbe0 (diff) | |
| download | BBsentials-bea751a2842129088c02023325a4ee590733a594.tar.gz BBsentials-bea751a2842129088c02023325a4ee590733a594.tar.bz2 BBsentials-bea751a2842129088c02023325a4ee590733a594.zip | |
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.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
