mariusdkm / SeedMapper

A mod to compare a seed's terrain to the current terrain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeedMapper

In-game Minecraft mod that allows you to compare natural terrain to your current terrain. For questions please go to my Discord.

Disclaimer

This mod does not yet support terrain generation of Minecraft version 1.12.2 and below. Support for these versions will be added later.

Features

Before using any of these commands, make sure the seed has been configured using /seedmapper:config seed set <seed>.

SeedOverlay

Usage: /seedmapper:seedoverlay [<version>]

Shows an overlay of blocks that don't match the seed's default terrain. Based on the biome, certain blocks are "ungenerated". For example, sand will match in a desert, but not in a forest. The combination of terrain comparison and ungeneration makes for a great overlay.

TerrainVersion

Usage: /seedmapper:terrainversion

Determines the Minecraft version the terrain has most likely been generated in. This command internally used the SeedOverlay principle.

Locate

Usage: /seedmapper:locate (biome <biome> <version>)|(feature (structure <structure> <version>)|(slimechunk <version>))|(loot <item> <version>)

Locates a given feature, biome or loot item closest to the player. Depending on the rarity of the biome or loot item, this process can take at most 30 seconds.

Installation

  1. Install the Fabric Loader
  2. Download the Fabric API and move it to your mods folder
    • Linux/Windows: .minecraft/mods
    • Mac: minecraft/mods
  3. Download SeedMapper from the releases page and move it to your mods folder

Post Scriptum

When QuiltMC officially releases this mod will transfer to Quilt, whereby it has to send the list of mods the client is using to the server.

About

A mod to compare a seed's terrain to the current terrain

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.9%Language:PHP 0.1%