Crafting using Any Purple Dye and Any Postboxes, in any arrangement. Produces Purple Postbox.
Acquisition
Crafting using Any Purple Dye, Barrel and Andesite Alloy, arranged in the pattern shown. Produces Purple Postbox.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Purple Postbox | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:purple_postbox- Namespace
create- Mod ID
create- Tags (3)
create:blocks/postboxes create:items/postboxes minecraft:blocks/mineable/axe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "forge:dyes/purple"
},
{
"tag": "create:postboxes"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"D",
"B",
"A"
],
"ingredients": {
"A": {
"item": "create:andesite_alloy"
},
"B": {
"item": "minecraft:barrel"
},
"D": {
"tag": "forge:dyes/purple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
