SeedMapper

SeedMapper

Mod

In-game Minecraft Fabric mod that allows you to do various things with the world seed.

Client Game MechanicsUtilityWorld Generation

13.4k downloads
162 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Release 1.5.9

Changelog

Changelog

  • Implemented a smarter loot finding algorithm

  • Rewrote the config system to be completely automated

    IMPORTANT: Before updating, please migrate your .minecraft/config/seedmapper/config.json to the new format. Old:

    {
      "seed": <seed>,
      "seeds": {
        "<key>": <seed>
      },
      "ignoredBlocks": [
        "<block>"
      ],
      "automate": {
        "enabled": <enabled>
      },
      "colors": {
        "<block>": [
          <red>,
          <green>,
          <blue>
        ]
      }
    }
    

    New:

    {
      "Seed": <seed>,
      "SavedSeeds": {
        "<key>": <seed>
      },
      "IgnoredBlocks": [
        <block>
      ],
      "AutoOverlay": <enabled>,
      "BlockColours": {
        "<block>": <RGB integer>
      }
    }
    

Mod compatibility

Mod JAR Biome Structure Terrain Loot Slime chunk
1.19 ✔️ ✔️
1.18 ✔️
1.17 ✔️ ✔️ ✔️ ✔️ ✔️
1.16 ✔️ ✔️ ✔️ ✔️ ✔️
1.15 ✔️ ✔️ ✔️ ✔️ ✔️
1.14 ✔️ ✔️ ✔️ ✔️ ✔️
1.13 ✔️ ✔️ ✔️ ✔️ ✔️
1.12 ✔️ ✔️ ✔️ ✔️
1.11 ✔️ ✔️ ✔️ ✔️
1.10 ✔️ ✔️ ✔️
1.9 ✔️ ✔️ ✔️
1.8 ✔️ ✔️ ✔️
1.7 ✔️ ✔️
1.6 ✔️ ✔️
1.5 ✔️ ✔️
1.4 ✔️ ✔️
1.3 ✔️ ✔️
1.2 ✔️ ✔️
1.1 ✔️ ✔️
1.0 ✔️ ✔️

PS: support for 1.18/1.19 features is on its way.

Files

seedmapper-1.5.9.jar(1.32 MiB) Primary Download

Project members

xpple

Owner

Details

Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 2 months ago