You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
32
data/minecraft/advancements/recipes/misc/map.json
Normal file
32
data/minecraft/advancements/recipes/misc/map.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:map"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_compass": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:compass"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:map"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_compass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user