Controlled Random
No reviews yet
An addon for RandomLib. It adds random entries that change their content depending on certain conditions.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources