Controlled Random Mod (1.16.5) is an addon for RandomLib. It adds new random entries that change their content depending on certain conditions. These entries may need a player within 10 blocks of the generation position. Depending on the mod using RandomLib.

Features:

Entries:

controlled_random:gamestages

Requires Game Stages Mod installed

This type of entry provides content from a specific level of oneblock set by default or depending on gamestages unlocked by the player.

for example:

"controlled_random:gamestages": [

{ weight: 1,

content: {

default: "random1",

controlled: {

"stage0" : "random2",

"stage1" : "random3"

}

}

}

]
This entry will use the content of the corresponding file:

- "random1.nbt" by default.

-  "random2.nbt" if the player have the 'stage0' gamestage unlocked

- "random3.nbt"  if the player have the 'stage1' gamestage unlocked

controlled_random:origin

Requires Origins Mod installed

This type of entry provides content from a specific level of oneblock set by default or depending on the origin of the player.

for example:

"controlled_random:origin": [

{ weight: 1,

content: {

default: "random1",

controlled: {

"origins:blazeborn" : "randomBlaze",

"origins:merling" : "randomMerling"

}

}

}

]
This entry will use the content of the corresponding file:

- "random1.nbt" by default.

- "randomBlaze.nbt" if the player is a blazeborn.

- "randomMerling" if the player is a merling.

controlled_random:attunement

Requires Astral Sorcery Mod installed

This type of entry provides content from a specific level of oneblock set by default or depending on the attunement of the player.

for example:

"controlled_random:attunement": [

{ weight: 1,

content: {

default: "random1",

controlled: {

"astralsorcery:discidia" : "randomDiscidia"

}

}

}

]
This entry will use the content of the corresponding file:

- "random1.nbt" by default.

- "randomDiscidia" if the player has the discidia attunement.

Requires:

Minecraft Forge

RandomLib Mod

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Controlled Random Mod (1.16.5) Download Links

For Minecraft 1.16.5

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]