Seed Finder

Finds seeds for Java and Bedrock in game.

File Details

v0.1.1

  • R
  • Nov 12, 2022
  • 125.44 KB
  • 3.5K
  • 1.19.2
  • Fabric

File Name

cm-seed-finder-mod-0.1.1.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:seed-finder-mod-699869:4083075"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added /findseed info spawners to find spawner locations and groups of spawners that can be activated at the same time. This is java only at the moment and only works on chunks that are currently loaded. Spawner type and minimum group size can be specified. eg /findseed info spawners zombie_only 2 will only list groups of 2 or more zombie spawners that can be activated at the same time.
  • Added /findseed info biomes which gives approximate percentages of biomes within a certain range (default 500 blocks). eg /findseed info biomes 5000 will list the percentage of each biome within 5000.
  • Added search criteria to seed book nbt data. This criteria will now be reloaded if the /findseed load command is used to load the seed from a seed book.
  • Fixed bug that caused java outposts to skip the biome check.
  • Fixed bug where biome criteria wasn't being cleared when the /findseed criteria clear command was used.