Create/Update assets for version 24w36a

This commit is contained in:
InventiveBot
2024-09-04 18:31:04 +02:00
parent c45a3863f9
commit d2be0d5388
20277 changed files with 1434595 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"directories":["data"],"files":["pack.mcmeta"]}

View File

@@ -0,0 +1 @@
{"directories":["minecraft"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["advancement","recipe"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["recipes"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["tools"],"files":[]}

View File

@@ -0,0 +1 @@
{"bundle":{"parent":"minecraft:recipes/root","criteria":{"has_string":{"conditions":{"items":[{"items":"minecraft:string"}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:bundle"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_string"]],"rewards":{"recipes":["minecraft:bundle"]}}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["bundle.json"]}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_string": {
"conditions": {
"items": [
{
"items": "minecraft:string"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bundle"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_string"
]
],
"rewards": {
"recipes": [
"minecraft:bundle"
]
}
}

View File

@@ -0,0 +1 @@
{"bundle":{"type":"minecraft:crafting_shaped","category":"equipment","key":{"#":"minecraft:leather","-":"minecraft:string"},"pattern":["-","#"],"result":{"count":1,"id":"minecraft:bundle"}}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["bundle.json"]}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:leather",
"-": "minecraft:string"
},
"pattern": [
"-",
"#"
],
"result": {
"count": 1,
"id": "minecraft:bundle"
}
}

View File

@@ -0,0 +1,13 @@
{
"features": {
"enabled": [
"minecraft:bundle"
]
},
"pack": {
"description": {
"translate": "dataPack.bundle.description"
},
"pack_format": 52
}
}