Tags
Creators
Details
v2.0.30+1.21.1
Compatibility
Changes
v2.0.30: Origins++ 100% compat, walk_on_fluid, extra_inventory, command translation
neoorigins:walk_on_fluid— Walk on water/lava surfaces (Strider mechanic). Configurable:water,lava, orboth.neoorigins:extra_inventory— Extra inventory via skill keybind. Vanilla chest UI, up to 54 slots, persistent, drop_on_death option.
Origins++ 2.4 power compat raised from ~96% to 100% (all ~1326 powers handled). 17 new power type handlers covering action_on_block_break, action_on_entity_use, action_on_item_use, action_on_wake_up, status_bar_texture, prevent_elytra_flight, modify_projectile_damage, modify_air_speed, exhaust, starting_equipment, walk_on_fluid, inventory, conditioned_restrict_armor, freeze, modify_harvest, recipe.
-
/resource change|set|getand/power grant|revokecommands mirror Origins-mod API -
LegacyCommandRewriterrewrites 1.20→1.21 attribute names, item data paths, and modifier IDs at runtime -
elytravalue added toprevent_action -
LivingEntityWalkOnFluidMixinfor walk capabilities -
8 new power type sections, 5 stale entry fixes, food_finished event, v2.0.29 notes merged
Optional dependencies
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:RUtQ9kfe:j1Vdjorr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:j1Vdjorr"
}


