Crafting using Flax and Flax, arranged in the pattern shown. Produces Doormat.
Doormat
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Doormat | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Doormat | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:doormat- Namespace
supplementaries- Mod ID
supplementaries
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"11 ",
" ",
" "
],
"ingredients": {
"1": {
"tag": "forge:crops/flax"
}
},
"conditions": [
{
"raw": {
"flag": "doormat",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"flag": "flax",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}