Crafting using Oak Wood, Oak Wood and Oak Wood, arranged in the pattern shown. Produces 8× Oak Post.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Oak Post | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:oak_post- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/axe quark:blocks/posts quark:items/posts
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"F",
"F",
"F"
],
"ingredients": {
"F": {
"item": "minecraft:oak_wood"
}
},
"conditions": [
{
"raw": {
"flag": "wooden_posts",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
