Rope
supplementaries:rope

Rope

Supplementaries · by MehVahdJukaar, Plantkillable
block RopesRopesRopesClimbableFast Fall ClimbableHang From RopesRopes

Acquisition

Crafting using String, String and String, arranged in the pattern shown. Produces 3× Rope.

Crafting conditional
String
String
String
Rope Rope ×3 guaranteed

Crafting using Flax, Flax and Flax, arranged in the pattern shown. Produces 3× Rope.

Crafting conditional
Flax
Flax
Flax
Rope Rope ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Rope Knot (supplementaries) supplementaries:rope_knot1–1100%Survives Explosion
Rope1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Rope1–1100%Survives Explosion
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
}