| 1234567891011121314151617181920212223242526272829303132 |
- {
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "minecraft:brown_terracotta"
- ]
- },
- "criteria": {
- "has_terracotta": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:terracotta"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "minecraft:brown_terracotta"
- }
- }
- },
- "requirements": [
- [
- "has_terracotta",
- "has_the_recipe"
- ]
- ]
- }
|