Crafting using Treated Stick, Treated Stick, Treated Stick, Spruce Planks, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces 4× Spruce Ladder.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Spruce Ladder | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:spruce_ladder- Namespace
quark- Mod ID
quark- Tags (4)
minecraft:blocks/climbable minecraft:blocks/mineable/axe quark:blocks/ladders quark:items/ladders
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"#W#",
"# #"
],
"ingredients": {
"#": {
"tag": "forge:rods/wooden"
},
"W": {
"item": "minecraft:spruce_planks"
}
},
"conditions": [
{
"raw": {
"flag": "variant_ladders",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
