
Rope
Adds a simple climbable rope. One click to place, one shift-click to drop an entire column to the ground.
Screenshots





About this Mod
A simple, lightweight mod that adds a craftable climbable rope block. Hang it from any solid surface above you and traverse vertically with ease.
What it does
- Right-click below a solid block to place a single rope segment.
- Sneak + Right-click to instantly drop a full column of rope straight down, limited only by the rope in your inventory and free space below.
- Rope can hang from another rope — extend any column segment by segment.
- Uses familiar scaffold-like placement and break sounds.
How it works

Hold Jump to climb up and crouch to slide down! Unlike ladders, ropes don't need a wall to lean on, and you can walk right through them without getting stuck.
Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/4XUPywnEyE

To start a rope column, simply Right-Click the bottom face of any solid ceiling or overhang.

You can manually extend the column by Right-Clicking an existing rope segment to place another one directly below it.

Sneak + Right-Click to instantly drop a full column of rope straight to the ground.
Crafting

Stick | String | Stick
Stick | String | Stick
Stick | String | Stick
Yields 3 rope per craft
(if you are modpacker - read below)
Misc
Fully translated into 10 languages: English, Russian, Simplified Chinese, Spanish, French, German, Japanese, Brazilian Portuguese, Korean, and Italian.
For Modpack Creators
The mod is intentionally minimal — one item, one block, no worldgen, no entities, no GUIs. Everything is easy to override from the outside without touching the jar.
Changing the Recipe
The recipe is data-driven and can be replaced by any datapack using the same recipe id: rope:rope
Use the same id to replace the default recipe — Minecraft will use your version instead.
Where to put the datapack:
| Environment | Path |
|---|---|
| Singleplayer | .minecraft/saves/ |
| Dedicated server |
After adding or changing the datapack — restart the world or run /reload.
Which folder structure to use depends on your Minecraft version.
Legacy layout (Forge 1.20.1, Fabric 1.20.1)
your_datapack/
pack.mcmeta
data/
rope/
recipes/
rope.json
advancements/
recipes/misc/rope.json
Modern layout (NeoForge 1.21.1+, Fabric 1.21.11+)
your_datapack/
pack.mcmeta
data/
rope/
recipe/
rope.json
advancement/
recipes/misc/rope.json
Ready-to-use Recipe JSON
Legacy data/rope/recipes/rope.json
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": ["ABA","ABA","ABA"],
"key": {
"A": { "item": "minecraft:stick" },
"B": { "item": "minecraft:string" }
},
"result": { "item": "rope:rope", "count": 3 }
}
Modern data/rope/recipe/rope.json
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": ["ABA","ABA","ABA"],
"key": {
"A": { "item": "minecraft:stick" },
"B": { "item": "minecraft:string" }
},
"result": { "count": 3, "id": "rope:rope" }
}
To change ingredients or output, only modify key.A.item, key.B.item, and result.count. For a clean recipe book unlock, also override the advancement file at the matching path (advancements/recipes/misc/rope.json or advancement/recipes/misc/rope.json) and update the ingredient criteria to match your new items.
Changing Translations
Override via a resource pack — no source code needed.
Resource pack path: .minecraft/resourcepacks/ (singleplayer) or include in your modpack override folder.
Translation file path: assets/rope/lang/<locale>.json
Key translation keys:
block.rope.rope— block name in the worlditem.rope.rope— item name in inventory
To simply rename the item, this is all you need:
{
"block.rope.rope": "Climbing Rope",
"item.rope.rope": "Climbing Rope"
}
The mod already ships with built-in translations for: en_us, ru_ru, de_de, es_es, fr_fr, it_it, ja_jp, ko_kr, pt_br, zh_cn.
Available Versions
How to Install Rope on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Rope". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+3 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Rope server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Rope compatible with fabric and forge and neoforge?
Rope officially supports fabric, forge, neoforge for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Rope – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Rope consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Rope with just one click on your server.