All versions
1.1.0
Release
Rope 1.1.02 weeks ago 27
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
1.1.0
Empty-hand retrieve
- Right-click a rope block with an empty main hand to pull that segment and every rope hanging under it
- Survival: segments return as items (overflow drops at your feet). Creative: removes the column, no items. Adventure: cannot retrieve
Rope Bolt
- Shapeless craft: 1× arrow + 1× rope → Rope Bolt
- Load it in a vanilla crossbow (it is also a vanilla
#arrowsitem, so bows can load it too) and shoot - On a valid block hit (existing rope or a sturdy downward face), rope unrolls downward — same hang rules as hand place
- Survival pays rope from the whole inventory for segments that actually place (up to 64). Creative: free, still capped at 64
- Multishot: survival spends one bolt and anchors from the recoverable projectile only; creative can anchor from all three
- Mob hits do not place rope (normal arrow behavior). Dispenser-fired bolts place nothing
Other
- Creative sneak-place always places up to 64 segments from one rope in hand (1.0.0 used stack count, so a single rope placed one block)
- Hand- and bolt-placed columns now respect build permission, spawn protection, and Forge/NeoForge place events (claim mods)
Loaders / versions
- Added: Fabric 1.19.2, Forge 1.21.1, Forge 1.21.11
- Dropped: 26.1 / 26.1.1 / 26.1.2 (Fabric & NeoForge). 26.2 remains
- Architectury API is now required on Fabric and NeoForge (Forge jars do not use it)
Climbable rope, default rope recipe, hang rules, and textures are unchanged.
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:mUgX2qFG:pa3ztr7X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mUgX2qFG:pa3ztr7X"
}


