Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boarbox/randomizer-plus-plus
A fabric based Minecraft randomizer
https://github.com/boarbox/randomizer-plus-plus
fabric-mod fabricmc fabricmc-mod minecraft minecraft-mod randomizer
Last synced: about 2 months ago
JSON representation
A fabric based Minecraft randomizer
- Host: GitHub
- URL: https://github.com/boarbox/randomizer-plus-plus
- Owner: boarbox
- License: gpl-3.0
- Created: 2024-04-07T17:41:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:00:27.000Z (10 months ago)
- Last Synced: 2024-04-08T22:53:22.901Z (10 months ago)
- Topics: fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-mod, randomizer
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Randomizer++
_This mod is in early alpha and a work in progress_Ever wanted to randomize Minecraft? From block drops, mob drops, crafting recipes, and much much more, Randomizer++ has you covered.
**Note**: This mod requires [Better Runtime Resource Pack](https://modrinth.com/mod/brrp) to be installed!
## Current Features
- Randomize vanilla block loot tables
- Randomization based on world seed
- Basic spoiler log for checking how things got randomized## Planned Features
- Blacklisting of specific entries in the randomizer pool not to be randomized
- Sub-pools: allow a specific subset of the full randomizer entry pool to only be shuffled amongst itself (restrict ore drops to only be shuffled with other ores, for example)
- Improve spoiler log output format and in game commands to search through it
- Add recipes to the randomizer pool
- Add mob loot tables to randomizer pool
- Implement some kind of hint system
- GUI for seed settings