Перейти к содержимому
Mineforgian

Randomizer

Shuffles sounds, textures and block/item models, etc.

Загрузки
204
Подписчики
3
Обновлён
5 августа 2026 г.
Лицензия
MIT

Опубликован 17 июля 2026 г.

Want your Minecraft to look chaotic?

Ever wish the sounds you hear, the textures you see, and the models in your world weren't always the same old thing? This mod randomizes them around so every session looks different.

What Gets Shuffled

  • Sounds -- Sound events get mixed up so you might hear something unexpected.
  • Textures -- Atlas sprites (particles, GUI sheets, etc.) and regular textures (blocks, etc.) get shuffled.
  • Models -- Block and item models get swapped around for a "fresh" look.
  • Texts -- Localized labels and text strings get shuffled around.

Everything is client-side only, so it won't affect servers you join.

Configuration

The mod is controlled by a config file at <game_dir>/config/fesuoy_randomizer.json. By default, all shuffle domains are disabled. Each domain has an enable checkbox and a scope selector:

Scope Meaning
GLOBAL shuffle everything together
PER_CATEGORY shuffle only within each category
PER_NAMESPACE shuffle only within each mod's namespace (but this also includes minecraft)
EVERYTHING (Atlas + Texture only) cross-shuffle atlas sprites and non-atlas textures through one shared pool

For atlas textures there are extra options: pick which atlases get shuffled (BLOCKS, ITEMS, PARTICLES, ALL, or EVERYTHING), and toggle Same-Size Only -- when off, cross-size swaps are allowed (resized to fit), which can produce broken-looking results. For sounds there is Mix Short & Long Sounds -- when off, streaming (e.g. music) and non-streaming (e.g. sound effects) sounds are shuffled separately.

You can also set a seed for a deterministic shuffle, or leave it at 0 to generate a hidden, random seed every time.

The configuration screen can be opened in-game with /randomizerconfig or via Mod Menu.

Dependencies

Fabric

NeoForge

  • None

Ченджлог

2.1.0-26.2+neoforgeРелиз26.2 · 5 августа 2026 г.

Changes:

  • New Everything scope for textures -- atlas sprites and standalone textures get shuffled together
  • Block shapes now get randomized too, not just their looks
  • Text shuffling has been updated a bit
  • Various bug fixes

Internal/developer changes:

  • Block model randomizer rewritten with a new geometry shuffle (a little buggy right now, but that's 100% fine as is)
  • Some fixes and cleanup

If you find bugs/crashes, please report them by opening an issue at my github repository

2.1.0-26.2+fabricРелиз26.2 · 5 августа 2026 г.

Changes:

  • New Everything scope for textures -- atlas sprites and standalone textures get shuffled together
  • Block shapes now get randomized too, not just their looks
  • Text shuffling has been updated a bit
  • Various bug fixes

Internal/developer changes:

  • Block model randomizer rewritten with a new geometry shuffle (a little buggy right now, but that's 100% fine as is)
  • Some fixes and cleanup

If you find bugs/crashes, please report them by opening an issue at my github repository

2.0.0-26.2+neoforgeРелиз26.2 · 25 июля 2026 г.

Changes:

  • Config screen completely redesigned
  • Settings now apply immediately without fully reloading resources (i.e. only changed domains are re-randomized and reloaded)
  • New config options: same-size only for atlas sprites and mix short & long sounds
  • Atlas texture randomizer rewritten
  • Translation randomizer reworked

Internal/developer changes:

  • Block model randomizer simplified
  • All randomizers now support rehashing
  • Some fixes and cleanup

If you find bugs/crashes, please report them by opening an issue at my github repository

2.0.0-26.2+fabricРелиз26.2 · 25 июля 2026 г.

Changes:

  • Config screen completely redesigned
  • Settings now apply immediately without fully reloading resources (i.e. only changed domains are re-randomized and reloaded)
  • New config options: same-size only for atlas sprites and mix short & long sounds
  • Atlas texture randomizer rewritten
  • Translation randomizer reworked

Internal/developer changes:

  • Block model randomizer simplified
  • All randomizers now support rehashing
  • Some fixes and cleanup

If you find bugs/crashes, please report them by opening an issue at my github repository

1.2.0-26.2+neoforgeРелиз26.2 · 19 июля 2026 г.

Changes:

  • Added text randomizers for shuffling around text labels in the game!

Internal/developer changes:

  • Some changes to config screen
  • Some fixes

If you find bugs/crashes, please report them by opening an issue at my github repository

1.2.0-26.2+fabricРелиз26.2 · 19 июля 2026 г.

Changes:

  • Added text randomizers for shuffling around text labels in the game!

Internal/developer changes:

  • Some changes to config screen
  • Some fixes

If you find bugs/crashes, please report them by opening an issue at my github repository

1.1.0-26.2+neoforgeРелиз26.2 · 17 июля 2026 г.

Internal/developer changes:

  • Fixed some stuff at build-time

If you find bugs/crashes, please report them by opening an issue at my github repository

1.1.0-26.2+fabricРелиз26.2 · 17 июля 2026 г.

Changes:

  • Removed Fabric API dependency on fabric

Internal/developer changes:

  • Fixed some stuff at build-time

If you find bugs/crashes, please report them by opening an issue at my github repository

Комментарии

Загружаем…