promotional bannermobile promotional banner

RandomLib

A library to create customizable random pools. Originally from the oneblock mod.

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

Forge

implementation fg.deobf("curse.maven:randomlib-597890:6025020")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • 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} } } ]