Skip to content

Commit

Permalink
+ nineBlock storage recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Jan 7, 2024
1 parent 58d1c74 commit 5677ca2
Show file tree
Hide file tree
Showing 30 changed files with 424 additions and 137 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"has_block": {
"conditions": {
"items": [
{
Expand All @@ -22,7 +22,7 @@
},
"requirements": [
[
"has_item",
"has_block",
"has_the_recipe"
]
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_double_compressed_crafting_table": {
"conditions": {
"items": [
{
"items": [
"avaritia:double_compressed_crafting_table"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:compressed_crafting_table_from_double_compressed_crafting_table"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_double_compressed_crafting_table",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:compressed_crafting_table_from_double_compressed_crafting_table"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"has_compressed_crafting_table": {
"conditions": {
"items": [
{
Expand All @@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "avaritia:double_compressed_crafting_table"
"recipe": "minecraft:crafting_table"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_compressed_crafting_table",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"avaritia:double_compressed_crafting_table"
"minecraft:crafting_table"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crafting_table": {
"conditions": {
"items": [
{
"items": [
"minecraft:crafting_table"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crafting_table_from_compressed_crafting_table"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_crafting_table",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:crafting_table_from_compressed_crafting_table"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"has_crystal_matrix_ingot": {
"conditions": {
"items": [
{
Expand All @@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "avaritia:crystal_matrix"
"recipe": "minecraft:crystal_matrix"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_crystal_matrix_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"avaritia:crystal_matrix"
"minecraft:crystal_matrix"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_compressed_crafting_table": {
"conditions": {
"items": [
{
"items": [
"avaritia:compressed_crafting_table"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:double_compressed_crafting_table"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_compressed_crafting_table",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:double_compressed_crafting_table"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"has_infinity_ingot": {
"conditions": {
"items": [
{
Expand All @@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "avaritia:infinity"
"recipe": "minecraft:infinity"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_infinity_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"avaritia:infinity"
"minecraft:infinity"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"has_neutron_ingot": {
"conditions": {
"items": [
{
Expand All @@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "avaritia:neutron"
"recipe": "minecraft:neutron"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_neutron_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"avaritia:neutron"
"minecraft:neutron"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crystal_matrix": {
"conditions": {
"items": [
{
"items": [
"avaritia:crystal_matrix"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crystal_matrix_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_crystal_matrix",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:crystal_matrix_ingot"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"": {
"has_infinity": {
"conditions": {
"items": [
{
"items": [
"minecraft:air"
"avaritia:infinity"
]
}
]
Expand All @@ -15,20 +15,20 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "avaritia:compressed_crafting_table"
"recipe": "minecraft:infinity_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"",
"has_infinity",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"avaritia:compressed_crafting_table"
"minecraft:infinity_ingot"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_neutron": {
"conditions": {
"items": [
{
"items": [
"avaritia:neutron"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:neutron_ingot_from_neutron_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_neutron",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:neutron_ingot_from_neutron_block"
]
},
"sends_telemetry_event": false
}
Loading

0 comments on commit 5677ca2

Please sign in to comment.