-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add default crushing recipes for various modded metals
Closes #911
- Loading branch information
1 parent
b2400c5
commit 2b89655
Showing
136 changed files
with
3,393 additions
and
169 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/allthemodium_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/allthemodium" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/allthemodium_dust_from_ingot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ingots/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:ingots/allthemodium" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/allthemodium_dust_from_raw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:raw_materials/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:raw_materials/allthemodium" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/allthemodium" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/amber_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/amber" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/amber" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/amber" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/amber" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/apatite_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/apatite" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/apatite" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/apatite" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/apatite" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/azure_silver_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/azure_silver" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/azure_silver" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/azure_silver_dust_from_ingot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ingots/azure_silver" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:ingots/azure_silver" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/azure_silver_dust_from_raw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:raw_materials/azure_silver" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:raw_materials/azure_silver" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/azure_silver" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/brass_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/brass" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/brass" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/brass" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/brass" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/brass_dust_from_ingot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ingots/brass" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/brass" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:ingots/brass" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/brass" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/brass_dust_from_raw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:raw_materials/brass" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/brass" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:raw_materials/brass" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/brass" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/bronze_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ores/bronze" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": false, | ||
"ingredient": { | ||
"tag": "forge:ores/bronze" | ||
}, | ||
"result": { | ||
"count": 2, | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/occultism/recipes/crushing/bronze_dust_from_ingot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "occultism:crushing", | ||
"conditions": [ | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:ingots/bronze" | ||
} | ||
}, | ||
{ | ||
"type": "forge:not", | ||
"value": { | ||
"type": "forge:tag_empty", | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} | ||
], | ||
"crushing_time": 200, | ||
"ignore_crushing_multiplier": true, | ||
"ingredient": { | ||
"tag": "forge:ingots/bronze" | ||
}, | ||
"result": { | ||
"count": 1, | ||
"tag": "forge:dusts/bronze" | ||
} | ||
} |
Oops, something went wrong.