Rope and Nail
comforts:rope_and_nail

Rope and Nail

Comforts · by Illusive Soulworks
block

Function

Used for placing hammocks.

Acquisition

Crafting using Any Rope and Any Iron Ingot, in any arrangement. Produces 2× Rope and Nail.

Crafting ⇆ any arrangement
Any Rope
Any Iron Ingot
Rope and Nail Rope and Nail ×2 guaranteed

Crafting using Any String, Any String, Any String, Any Iron Ingot and Any String, arranged in the pattern shown. Produces 2× Rope and Nail.

Crafting
Any String
Any String
Any String
Any Iron Ingot
Any String
Rope and Nail Rope and Nail ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Rope and Nail1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
comforts:rope_and_nail
Namespace
comforts
Mod ID
comforts

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:rope"
    },
    {
      "tag": "forge:ingots/iron"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "comforts:rope_and_nail",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aa ",
    "ax ",
    "  a"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:string"
    },
    "x": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "comforts:rope_and_nail",
  "experience": null,
  "cooking_time": null
}