Crafting using String, String and String, arranged in the pattern shown. Produces 3× Rope.
Rope
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Flax, Flax and Flax, arranged in the pattern shown. Produces 3× Rope.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Rope Knot (supplementaries) supplementaries:rope_knot | 1–1 | 100% | Survives Explosion |
| Rope | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Rope | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:rope- Namespace
supplementaries- Mod ID
supplementaries- Tags (7)
farmersdelight:blocks/ropes forge:blocks/ropes forge:items/ropes minecraft:blocks/climbable supplementaries:blocks/fast_fall_climbable supplementaries:blocks/hang_from_ropes supplementaries:items/ropes
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" 1",
" 1 ",
"1 "
],
"ingredients": {
"1": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"type": "forge:not",
"value": {
"flag": "flax",
"type": "supplementaries:flag"
}
},
{
"flag": "rope",
"type": "supplementaries:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"1 ",
"1 ",
"1 "
],
"ingredients": {
"1": {
"tag": "forge:crops/flax"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "rope",
"type": "supplementaries:flag"
},
{
"flag": "flax",
"type": "supplementaries:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}