Rope Coil
quark:rope

Rope Coil

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block

Acquisition

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

Crafting conditional
String
String
String
String
String
String
Rope Coil Rope Coil ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Rope Coil1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:rope
Namespace
quark
Mod ID
quark

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "rope",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}