Crafting using Beetroot, Cheese Bucket, Beetroot, Wheat, Wheat and Wheat, arranged in the pattern shown. Produces Pizza.
- Inputs
- 2 × Beetroot
- Cheese Bucket
- 3 × Wheat
- Output
- → Pizza
item· Other
Pizza is a item from Nature's Spirit, crafted from Beetroot, Cheese Bucket, and Wheat.
Crafting using Beetroot, Cheese Bucket, Beetroot, Wheat, Wheat and Wheat, arranged in the pattern shown. Produces Pizza.
| source | count | drop rate | conditions |
|---|---|---|---|
Block loot table: Pizza Block (natures_spirit) natures_spirit:pizza_block | 1–1 | 100% | Block State Property |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
natures_spirit:whole_pizzanatures_spiritnatures_spiritRecipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"YZY",
"XXX"
],
"ingredients": {
"X": {
"item": "minecraft:wheat"
},
"Y": {
"item": "minecraft:beetroot"
},
"Z": {
"item": "natures_spirit:cheese_bucket"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}