BugJump

Quick rating

Community listing page, reviews here may not be monitored by the author.

BugJump

By Gu-ZTOwner , Gugle

No reviews yet

Fixed any Minecraft Bug for Fabric

No Theme
No Genre
Aesthetic Improvements
Bug Fixes
Performance & Optimization
API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v2.1 or later
Latest Version
BugJump-1.2.0-1.20.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

BugJump

  • Fixed any Minecraft Bug for Fabric

Features

  • Modify the loading screen Heavily based on and inspired by Quilt Loading Screen

    • This feature is turned off by default and can be turned on through config/bugjump.json

    • BugJump Loading screen

  • Fixed a crash caused by multiple rendering threads calling fastutil at the same time when too many client modules were installed

    • for example
      java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 513
          at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.rehash(Int2ObjectOpenHashMap.java:1334)
          at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.insert(Int2ObjectOpenHashMap.java:279)
          at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(Int2ObjectOpenHashMap.java:500)
          at net.minecraft.class_377.method_2011(class_377.java:137)
          at net.minecraft.class_327.method_27516(class_327.java:57)
          at net.minecraft.class_5225.method_27496(class_5225.java:41)
          at net.minecraft.class_5223.method_27477(class_5223.java:17)
          at net.minecraft.class_5223.method_27473(class_5223.java:120)
          at net.minecraft.class_5223.method_27472(class_5223.java:84)
          at net.minecraft.class_5223.method_27479(class_5223.java:80)
          at net.minecraft.class_5225.method_27482(class_5225.java:40)
          at net.minecraft.class_327.method_1727(class_327.java:364)
          at net.minecraft.class_329.method_1754(class_329.java:651)
          at net.minecraft.class_329.method_1753(class_329.java:238)
          at net.minecraft.class_757.method_3192(class_757.java:862)
          at net.minecraft.class_310.method_1523(class_310.java:1177)
          at net.minecraft.class_310.method_1514(class_310.java:768)
          at net.minecraft.client.main.Main.method_44604(Main.java:244)
          at net.minecraft.client.main.Main.main(Main.java:51)
          at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
          at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
          at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
          at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
          at java.base/java.lang.reflect.Method.invoke(Method.java:577)
          at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
          at oolloo.jlw.Wrapper.main(Wrapper.java:51)

BugJump

  • Help BugJump fix bugs

Features

  • Modify the loading screen Heavily based on and inspired by Quilt Loading Screen

    • This feature is turned off by default and can be turned on through config/bugjump.json

    • BugJump Loading screen

    • Fixed a crash caused by multiple rendering threads calling fastutil at the same time when too many client modules were installed

      • for example
          java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 513
              at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.rehash(Int2ObjectOpenHashMap.java:1334)
              at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.insert(Int2ObjectOpenHashMap.java:279)
              at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(Int2ObjectOpenHashMap.java:500)
              at net.minecraft.class_377.method_2011(class_377.java:137)
              at net.minecraft.class_327.method_27516(class_327.java:57)
              at net.minecraft.class_5225.method_27496(class_5225.java:41)
              at net.minecraft.class_5223.method_27477(class_5223.java:17)
              at net.minecraft.class_5223.method_27473(class_5223.java:120)
              at net.minecraft.class_5223.method_27472(class_5223.java:84)
              at net.minecraft.class_5223.method_27479(class_5223.java:80)
              at net.minecraft.class_5225.method_27482(class_5225.java:40)
              at net.minecraft.class_327.method_1727(class_327.java:364)
              at net.minecraft.class_329.method_1754(class_329.java:651)
              at net.minecraft.class_329.method_1753(class_329.java:238)
              at net.minecraft.class_757.method_3192(class_757.java:862)
              at net.minecraft.class_310.method_1523(class_310.java:1177)
              at net.minecraft.class_310.method_1514(class_310.java:768)
              at net.minecraft.client.main.Main.method_44604(Main.java:244)
              at net.minecraft.client.main.Main.main(Main.java:51)
              at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
              at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
              at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
              at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
              at java.base/java.lang.reflect.Method.invoke(Method.java:577)
              at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
              at oolloo.jlw.Wrapper.main(Wrapper.java:51)
        

Screenshots

Gallery

  • Loading screen
    Loading screen

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~230,000
Total Downloads
CurseForge
~93,000
Modrinth
~140,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works