Return to Index

Black Hole

When you place a Black Hole down in the world, it will start erasing blocks and entities in a spherical pattern. By default the Black Hole has a radius of 90. You can adjust this value in the configuration file.

The Black Hole will not kill players that have a Dimensional Anchor in their inventory.

When a player sets down a Black Hole, a message will display for each player in that world where the Black Hole event occured. You can toggle this off in the config.

If you try to set down a Black Hole in a dimension that is blacklisted in the configuration file, you'll get a message saying Black Holes are not allowed in that dimension.

Black Hole

Crafting Recipe:

Crafting Arrow Black Hole
Fusion Core Dimensional Flux

History:

Date: Version: Change:
October 30, 2018 2018-0
  • The Black Hole has existed since the initial release.
  • The Black Hole's algorithm to erase blocks begins as soon as you set it down in the world, and runs in a single tick, lagging your world.
July 1, 2020 v1.3
  • Optimized the Black Hole's algorithm of erasing blocks. It now executes over multiple ticks and no longer lags your world.
  • Added a configuration option to control how much of a tick is spent processing the Black Hole algorithm, with a default of 50%.
  • Default Black Hole Destroy Radius was increased from 70 to 90.
  • Now correctly kills entities.
  • Prints a chat message to players if they attempt to set down a Black Hole that in a dimension that is blacklisted in the configuration file.
January 6, 2022 v1.4.1
  • Changed the Black Hole erase algorithm default speed from 50% of a tick to 20%.
  • Now no longer has a collision box, so you can't break it.
December 22, 2022 v1.5
  • As of Minecraft 1.16, dimension IDs now use ResourceLocations instead of integers. The Black Hole Dimension ID Blacklist has been updated to accept a list of strings now, instead of integers. For example, "minecraft:the_nether" will blacklist The Nether.
  • Changed the crafting recipe from
    Void Crystal Void Crystal Void Crystal Crafting Arrow Black Hole
    Void Crystal Fusion Core Void Crystal
    Void Crystal Void Crystal Void Crystal
    to
    Crafting Arrow Black Hole
    Fusion Core Dimensional Flux
    .