promotional bannermobile promotional banner

WyWF

Find the Vanilla seed right in the world creation menu
Back to Files

wywf-1.2.0+26.1.jar

File namewywf-1.2.0+26.1.jar
Uploader
mermagudyanmermagudyan
Uploaded
Jul 19, 2026
Downloads
42
Size
116.1 KB
Mod Loaders
Fabric
File ID
8461686
Type
R
Release
Supported game versions
  • 26.2
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:wywf-1607699:8461686"

Learn more about Curse Maven

What's new

Added

  • Externalized all query synonyms to lang files (assets/wywf/lang/en_us.jsonru_ru.json). Modifiers, spawn triggers, biomes, structures, objects and spawn blocks are now data-driven and no longer hardcoded in QueryParser / VanillaStructureChecker. AUTO merges EN + RU (queryLanguage EN / RU / AUTO).
  • New spawn blocks for spawn on … / на …clayterracottared_sandnetherracksoul_sandbasaltblackstoneend_stoneobsidianicepacked_icecobblestonemossrooted_dirt (RU synonyms included).
  • Compound biome+structure terms resolve to the specific structure variant: plains village → village_plainsdesert temple → desert_pyramidjungle temple → jungle_pyramidsnowy village → village_snowy, etc. RU phrases supported (равнинная деревня, …).
  • Query validation / ignored words: unknown words are no longer silently dropped — they are collected and logged (WARN) so the player knows part of the query was not understood.
  • Config persistence: SearchConfig (incl. queryLanguage) is saved to ~/.minecraft/config/wywf.json and reloaded on the Create-World screen.
  • Query language is now a mod-level setting (Mod Menu), not a per-search button. The in-search Language: button was removed. Only EN is selectable in 1.2.0 — RU and AUTO are NOT available yet (the ru_ru.json lexicon exists but is not wired to a UI control); the default and fallback is EN. RU/AUTO will be exposed in a later release.
  • Search-result reporting: each found seed now lists the matched structures and biomes (coordinates stay DEEP v1) plus the reason the search stopped (collected N candidatessearch complete, …).
  • Unknown-word feedback: if part of the query was not recognized, the search screen prints Unknown words ignored: … so the player knows what was dropped.

Changed

  • KeywordDictionary now loads from lang JSON; VanillaStructureChecker.EXPANSIONS moved to wywf.variant.* lang entries; hardcoded buildModifiers() / buildSpawnTriggers() removed from QueryParser.
  • Structure presence cache: SeedValidator caches per-(seed, structure, radius) placement results so a revisited seed does not recompute firstPosition (internal optimization; no player-visible behaviour change).

This mod has no additional files