Crafting using Any Diamond Gem, Any Planks, Heart of Diamond, Any Planks and Any Diamond Gem, arranged in the pattern shown. Produces Pickarang.
Pickarang
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Any Diamond Gem, Any Planks, Any Diamond Gem, Any Planks and Any Diamond Gem, arranged in the pattern shown. Produces Pickarang.
Related items
Developer reference
- Registry name
quark:pickarang- Namespace
quark- Mod ID
quark- Tags (2)
forge:items/tools minecraft:items/cluster_max_harvestables
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DWH",
" W",
" D"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"H": {
"item": "quark:diamond_heart"
},
"W": {
"tag": "minecraft:planks"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "pickarang",
"type": "quark:flag"
},
{
"flag": "stonelings",
"type": "quark:flag"
},
{
"type": "forge:not",
"value": {
"flag": "pickarang_never_uses_heart",
"type": "quark:flag"
}
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DWD",
" W",
" D"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"W": {
"tag": "minecraft:planks"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "pickarang",
"type": "quark:flag"
},
{
"type": "forge:or",
"values": [
{
"flag": "pickarang_never_uses_heart",
"type": "quark:flag"
},
{
"type": "forge:not",
"value": {
"flag": "stonelings",
"type": "quark:flag"
}
}
]
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
