-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cannot place niters in reformation array
- Loading branch information
1 parent
cf524f8
commit e72d89b
Showing
7 changed files
with
47 additions
and
3 deletions.
There are no files selected for viewing
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
16 changes: 16 additions & 0 deletions
16
src/generated/resources/data/theurgy/tags/items/alchemical_niters.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,16 @@ | ||
{ | ||
"values": [ | ||
"theurgy:alchemical_sulfur_gems_abundant", | ||
"theurgy:alchemical_sulfur_gems_common", | ||
"theurgy:alchemical_sulfur_gems_rare", | ||
"theurgy:alchemical_sulfur_gems_precious", | ||
"theurgy:alchemical_sulfur_metals_abundant", | ||
"theurgy:alchemical_sulfur_metals_common", | ||
"theurgy:alchemical_sulfur_metals_rare", | ||
"theurgy:alchemical_sulfur_metals_precious", | ||
"theurgy:alchemical_sulfur_other_minerals_abundant", | ||
"theurgy:alchemical_sulfur_other_minerals_common", | ||
"theurgy:alchemical_sulfur_other_minerals_rare", | ||
"theurgy:alchemical_sulfur_other_minerals_precious" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/theurgy/tags/items/alchemical_sulfurs_and_niters.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,12 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#theurgy:alchemical_sulfurs", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#theurgy:alchemical_niters", | ||
"required": false | ||
} | ||
] | ||
} |
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
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
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
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