Crafting using Any Rope and Any Iron Ingot, in any arrangement. Produces 2× Rope and Nail.
Rope and Nail
Comforts · by Illusive Soulworks
Function
Used for placing hammocks.
Acquisition
Crafting using Any String, Any String, Any String, Any Iron Ingot and Any String, arranged in the pattern shown. Produces 2× Rope and Nail.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Rope and Nail | 1–1 | 100% | 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
}