Crowmap v2025.11.13 for Minecraft 1.21.5
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
(1.21.1, 1.21.5) Maps now update when they are inside Bundles and Shulker Boxes.
- Specifically, anything with a
bundle_contentsorcontainerdata component. - (1.21.1: Also compatiblity for packages from my Packages mod.)
- Turn it on or off in the config file.
- Sadly not possible to implement in a performant way on 1.20, due to lack of data components.
- Specifically, anything with a
Crowmap v2025.11.13 for Minecraft 1.21.1
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
(1.21.1, 1.21.5) Maps now update when they are inside Bundles and Shulker Boxes.
- Specifically, anything with a
bundle_contentsorcontainerdata component. - (1.21.1: Also compatiblity for packages from my Packages mod.)
- Turn it on or off in the config file.
- Sadly not possible to implement in a performant way on 1.20, due to lack of data components.
- Specifically, anything with a
Crowmap v2025.11.13 for Minecraft 1.20.1
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
(1.21.1, 1.21.5) Maps now update when they are inside Bundles and Shulker Boxes.
- Specifically, anything with a
bundle_contentsorcontainerdata component. - (1.21.1: Also compatiblity for packages from my Packages mod.)
- Turn it on or off in the config file.
- Sadly not possible to implement in a performant way on 1.20, due to lack of data components.
- Specifically, anything with a
Crowmap v2025.10.21 for Minecraft 1.21.5
- (Forge, Neoforge) Eliminate intermittent crash on startup caused by a mod loading race condition.
- Update issues/sources URLs to the new location.
Crowmap v2025.10.21 for Minecraft 1.21.1
- (Forge, Neoforge) Eliminate intermittent crash on startup caused by a mod loading race condition.
- Update issues/sources URLs to the new location.
Crowmap v2025.10.21 for Minecraft 1.20.1
- (Forge, Neoforge) Eliminate intermittent crash on startup caused by a mod loading race condition.
- Update issues/sources URLs to the new location.
First version for Neoforge 1.21.5. (And probably last version.)
- Port to Neoforge as part of the Season 2 project.
- There is now a config file for the tooltip behavior.
- If you don't like the tooltip, you can turn it off.
- You can disable the "this tooltip will now hide itself" feature.
- 1.21.5: Remove a horrible mixin used to display the tooltip, in favor of a standard modloader tooltip event.
First version to use ModderNameLib.
- Rewrite the mod.
- There is now a config file for the tooltip behavior.
- If you don't like the tooltip, you can turn it off.
- You can disable the "this tooltip will now hide itself" feature.
- Remove a horrible mixin used to display the tooltip, in favor of a standard modloader tooltip event.
- Now depends on Fabric API.

