Controlled Random
Modby NaturaSpell
An addon for RandomLib. It adds random entries that change their content depending on certain conditions.
Type
Mod
CurseForge Downloads
2,793,759
CurseForge ID
570490
Last Updated
Sep 5, 2026
Description
An addon for RandomLib (previously an addon for one block plus). 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)
Entries
controlled_random:gamestages
It needs the gamestages mod to be 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
It needs the origins (forge) mod to be 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
It needs the astral sorcery mod to be 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.
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Lollipop
A library mod for owmii's mods.
EnderChests
Public, Personal, and Team EnderChests and EnderBags
Stylish Effects
Status effect display overhaul: Display them in any menu! And way more compact.
Enchanting Infuser
An all-new enchanting table for choosing your enchantments at fair prices without the randomness.
AeroBlender
AeroBlender is a library mod dependent on TerraBlender, for adding biomes in a simple and compatible manner with Aether'...
Roots 4
A magic mod focused on nature, crops and animal husbandry!