Create/Update assets for version 1.17.1

This commit is contained in:
InventiveBot
2021-07-07 09:21:22 +00:00
parent b8734e7c9b
commit cf2c0bdbb6
14336 changed files with 951682 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":[],"files":["acacia_boat.json","activator_rail.json","birch_boat.json","carrot_on_a_stick.json","chest_minecart.json","dark_oak_boat.json","detector_rail.json","furnace_minecart.json","hopper_minecart.json","jungle_boat.json","minecart.json","oak_boat.json","powered_rail.json","rail.json","spruce_boat.json","tnt_minecart.json","warped_fungus_on_a_stick.json"]}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:acacia_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:acacia_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:activator_rail"
]
},
"criteria": {
"has_rail": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:rail"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:activator_rail"
}
}
},
"requirements": [
[
"has_rail",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:birch_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:birch_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:carrot_on_a_stick"
]
},
"criteria": {
"has_carrot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:carrot"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:carrot_on_a_stick"
}
}
},
"requirements": [
[
"has_carrot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chest_minecart"
]
},
"criteria": {
"has_minecart": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chest_minecart"
}
}
},
"requirements": [
[
"has_minecart",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:dark_oak_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:dark_oak_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:detector_rail"
]
},
"criteria": {
"has_rail": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:rail"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:detector_rail"
}
}
},
"requirements": [
[
"has_rail",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:furnace_minecart"
]
},
"criteria": {
"has_minecart": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:furnace_minecart"
}
}
},
"requirements": [
[
"has_minecart",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:hopper_minecart"
]
},
"criteria": {
"has_minecart": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:hopper_minecart"
}
}
},
"requirements": [
[
"has_minecart",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:jungle_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:jungle_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:minecart"
]
},
"criteria": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:minecart"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:oak_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:oak_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:powered_rail"
]
},
"criteria": {
"has_rail": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:rail"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:powered_rail"
}
}
},
"requirements": [
[
"has_rail",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:rail"
]
},
"criteria": {
"has_minecart": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:rail"
}
}
},
"requirements": [
[
"has_minecart",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:spruce_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:spruce_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:tnt_minecart"
]
},
"criteria": {
"has_minecart": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:minecart"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:tnt_minecart"
}
}
},
"requirements": [
[
"has_minecart",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:warped_fungus_on_a_stick"
]
},
"criteria": {
"has_warped_fungus": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:warped_fungus"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:warped_fungus_on_a_stick"
}
}
},
"requirements": [
[
"has_warped_fungus",
"has_the_recipe"
]
]
}