Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed BSD-3-Clause
Published 2 months ago
Updated 2 months ago
Dungeon Finder
Well its more like Spawner Finder, as it just looks for spawner blocks nearby.
Simply just run /locate_spawner
, with the optional arguments of list
and size
This mod is only needed on the server, however is able to be used on the client for singleplayer worlds.
How It Works
-
Creates an AABB (Axis-Aligned Bounding Box) 1-64 (default 32) blocks away from the player
- Any larger starts to cause lag due to searching through all blocks in that area
- The box is created as a cube around the player, not a sphere, so due to math you can end up being further away from the spawner than the distance out you have put.
-
Searches through all blocks within that AABB for any that are a spawner block
-
Prints the closest one, plus an optional argument for a list to be shown to the chat of the player who ran it.
OP Level?
It requires the same permissions as the /locate command, which is OP level 2.
For singleplayer it does still need cheats enabled!