#Better Nether Map update

9 messages · Page 1 of 1 (latest)

proper shadow
#

Basically, update the mod to 1.19.4 and, preferentially, 1.20. This mod improves how maps work in the Nether and in other cave dimensions by showing only the blocks below a certain height, which can either be the height the map was created at or a value specified in the config.

The author are willing to accept PRs for update (attached picture)

MR: https://modrinth.com/mod/better-nether-map
GH: https://github.com/Jummit/better-nether-map

GitHub

A mod that makes maps work better in cave dimensions - GitHub - Jummit/better-nether-map: A mod that makes maps work better in cave dimensions

unkempt shard
#

Have you tried a dependency override? The mod dev said it might just be a version bump.

Create a file called fabric_loader_dependencies.json in your instance's config folder and put this in it:

{
  "version": 1,
  "overrides": {
    "nethermap": {
      "-depends": {
        "minecraft": "IGNORED"
      }
    }
  }
}
proper shadow
#

didnt know that was a thing

proper shadow
#

bump, good for any custom dimensions that have has_ceiling on true on its dimension_type file (not only Nether)

proper shadow
#

ah, i forgot to test

unkempt shard
grim thorn
#

oh, no there wasnt. oops