All versions
2.0.0-neoforge-26.1.2
Release
Random Item 2.0.0 (NeoForge 26.1.2)2 months ago 48
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
- Completely reworked back-end framework
- Config now stored as NBT in the worlds
datafolder instead of a JSON file in theconfigfolder. /timercommand structure heavily changed- Added new config options:
item_features: Controls if certain items have extra data applied when being given, such as potion effects, container loot and enchantments. Default:trueuse_special_operator_blocks: Controls if the 3 different Command Blocks, Structure Block and Jigsaw are available. Default:truespecial_items: A list of special items available to specific players. Able to be set with/timer. Previously implemented only for certain YouTubers.special_item_chance: The chance for a player to get their special item instead of the random item if they have one. Formatted as a 1 in x chance. Default:100
- Commands now have messages like vanilla ones
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Pr0VT9ZK:sXBg6jAr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pr0VT9ZK:sXBg6jAr"
}

