Skip to content

Commit

Permalink
Added carved planks recipe, common recipes for planks and wood, added…
Browse files Browse the repository at this point in the history
… aspect wood and stripped wood recipes
  • Loading branch information
glubtier committed Apr 13, 2024
1 parent e739ca7 commit 76eb376
Show file tree
Hide file tree
Showing 88 changed files with 2,127 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blood_aspect_planks": {
"conditions": {
"items": [
{
"items": [
"minestuck:blood_aspect_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:blood_aspect_carved_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blood_aspect_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:blood_aspect_carved_planks"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blood_aspect_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:blood_aspect_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:blood_aspect_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blood_aspect_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:blood_aspect_planks"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blood_aspect_stripped_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:blood_aspect_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:blood_aspect_stripped_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blood_aspect_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:blood_aspect_stripped_wood"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blood_aspect_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:blood_aspect_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:blood_aspect_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blood_aspect_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:blood_aspect_wood"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_breath_aspect_planks": {
"conditions": {
"items": [
{
"items": [
"minestuck:breath_aspect_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:breath_aspect_carved_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_breath_aspect_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:breath_aspect_carved_planks"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_breath_aspect_stripped_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:breath_aspect_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:breath_aspect_stripped_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_breath_aspect_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:breath_aspect_stripped_wood"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_breath_aspect_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:breath_aspect_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:breath_aspect_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_breath_aspect_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:breath_aspect_wood"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_doom_aspect_planks": {
"conditions": {
"items": [
{
"items": [
"minestuck:doom_aspect_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:doom_aspect_carved_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_doom_aspect_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:doom_aspect_carved_planks"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_doom_aspect_stripped_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:doom_aspect_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:doom_aspect_stripped_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_doom_aspect_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:doom_aspect_stripped_wood"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_doom_aspect_log": {
"conditions": {
"items": [
{
"items": [
"minestuck:doom_aspect_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minestuck:doom_aspect_wood"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_doom_aspect_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minestuck:doom_aspect_wood"
]
},
"sends_telemetry_event": false
}
Loading

0 comments on commit 76eb376

Please sign in to comment.