Crafting using Wheat, String, Wheat, Wheat, Wheat, Wheat, Wheat and Wheat, arranged in the pattern shown. Produces Sack.
Sack
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Canvas, String, Canvas, Canvas, Canvas, Canvas, Canvas and Canvas, arranged in the pattern shown. Produces Sack.
Crafting using Flax, String, Flax, Flax, Flax, Flax, Flax and Flax, arranged in the pattern shown. Produces Sack.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sack | 1–1 | 100% | — |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Sack | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
supplementaries:sack- Namespace
supplementaries- Mod ID
supplementaries- Tags (7)
farmersdelight:blocks/mineable/knife minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/shear supplementaries:blocks/hang_from_ropes supplementaries:blocks/sacks supplementaries:items/overencumbering supplementaries:items/sacks
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"121",
"1 1",
"111"
],
"ingredients": {
"1": {
"item": "minecraft:wheat"
},
"2": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"flag": "flax",
"type": "supplementaries:flag"
}
},
"type": "forge:not"
},
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
},
"type": "forge:not"
},
{
"raw": {
"flag": "sack",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"121",
"1 1",
"111"
],
"ingredients": {
"1": {
"item": "farmersdelight:canvas"
},
"2": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"flag": "flax",
"type": "supplementaries:flag"
}
},
"type": "forge:not"
},
{
"raw": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"flag": "sack",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"121",
"1 1",
"111"
],
"ingredients": {
"1": {
"tag": "forge:crops/flax"
},
"2": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"flag": "sack",
"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
}