Skip to content

Commit

Permalink
nvm I forgot recipe advancements lol now its done
Browse files Browse the repository at this point in the history
  • Loading branch information
N1nn1 committed Mar 17, 2024
1 parent 0117145 commit 2604a9b
Show file tree
Hide file tree
Showing 407 changed files with 14,392 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:amber_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:amber_concrete_powder"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:amber_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:amber_stained_glass"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:amber_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:amber_terracotta"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:aqua_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:aqua_concrete_powder"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:aqua_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:aqua_stained_glass"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:aqua_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:aqua_terracotta"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:beige_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:beige_concrete_powder"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:beige_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:beige_stained_glass"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "dye_depot:beige_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"dye_depot:beige_terracotta"
]
},
"sends_telemetry_event": false
}
Loading

0 comments on commit 2604a9b

Please sign in to comment.