Create/Update assets for version 23w18a

This commit is contained in:
InventiveBot
2023-05-03 18:28:41 +02:00
parent d263caa44c
commit 3e3de9a6d0
17851 changed files with 1226904 additions and 18 deletions

View File

@@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_string": {
"conditions": {
"items": [
{
"items": [
"minecraft:string"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crossbow"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tripwire_hook": {
"conditions": {
"items": [
{
"items": [
"minecraft:tripwire_hook"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_string",
"has_iron_ingot",
"has_tripwire_hook",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:crossbow"
]
},
"sends_telemetry_event": false
}