Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BastosOff committed Nov 18, 2024
1 parent ecbdd07 commit de86955
Show file tree
Hide file tree
Showing 82 changed files with 1,094 additions and 104 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_steel_block": {
"conditions": {
"items": [
{
"items": "coreforge:steel_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_steel_block"
]
],
"rewards": {
"recipes": [
"coreforge:steel"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bismuth": {
"conditions": {
"items": [
{
"items": "coreforge:steel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bismuth"
]
],
"rewards": {
"recipes": [
"coreforge:steel_block"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:deepslate_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_blasting_deepslate_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_deepslate_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_blasting_deepslate_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:end_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_blasting_end_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_end_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_blasting_end_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:nether_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_blasting_nether_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_nether_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_blasting_nether_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_steel": {
"conditions": {
"items": [
{
"items": "coreforge:steel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_blasting_steel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_steel"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_blasting_steel"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_blasting_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_blasting_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_magic_block": {
"conditions": {
"items": [
{
"items": "coreforge:magic_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_magic_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_magic_block"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_magic_block"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:deepslate_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_smelting_deepslate_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_deepslate_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_smelting_deepslate_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:end_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_smelting_end_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_end_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_smelting_end_steel_ore"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_steel_ore": {
"conditions": {
"items": [
{
"items": "coreforge:nether_steel_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "coreforge:steel_from_smelting_nether_steel_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_nether_steel_ore"
]
],
"rewards": {
"recipes": [
"coreforge:steel_from_smelting_nether_steel_ore"
]
}
}
Loading

0 comments on commit de86955

Please sign in to comment.