File Details
randomlib-1.16.x-1.1.0.jar
- B
- Dec 26, 2024
- 75.93 KB
- 26.2K
- 1.16.5
- Forge
File Name
randomlib-1.16.x-1.1.0.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
- add ability to use subfolders in configs.
- add ability to place random blocks, summon random items or random entities from the game with a blacklist. key in config is "random". ex:
random: [ { weight: 105, content: { entities: { enabled: 1b, registry_name_blacklist: ["minecraft:ender_dragon"] }, blocks: {enabled: 1b}, items: {enabled: 0b} } } ]

