-
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.
feat: add uraninite and dark gem compat
- Loading branch information
1 parent
d340de0
commit fb6f077
Showing
38 changed files
with
511 additions
and
15 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
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.21 2024-08-07T19:53:17.838835 Languages: en_us | ||
5aead01a9760b610eb3579d3fce9d3847b347fc0 assets/theurgy/lang/en_us.json | ||
// 1.21 2024-08-11T12:02:32.2801953 Languages: en_us | ||
5d5ec635bf8fb968e613b3094a8406d191e137cc assets/theurgy/lang/en_us.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
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
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/theurgy/models/item/alchemical_sulfur_dark.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,3 @@ | ||
{ | ||
"parent": "minecraft:builtin/entity" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/theurgy/models/item/alchemical_sulfur_uraninite.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,3 @@ | ||
{ | ||
"parent": "minecraft:builtin/entity" | ||
} |
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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#evilcraft:gems/dark", | ||
"required": false | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/data/c/tags/item/ingots/uraninite.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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "powah:uraninite", | ||
"required": false | ||
} | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/c/tags/item/ores/dark_gem.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": "#evilcraft:dark_ores", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#evilcraft:ores/dark_gem", | ||
"required": false | ||
} | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
...rated/resources/data/theurgy/recipe/incubation/gems_dark_from_alchemical_sulfur_dark.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 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:gems/dark" | ||
} | ||
} | ||
], | ||
"type": "theurgy:incubation", | ||
"category": "misc", | ||
"mercury": { | ||
"item": "theurgy:mercury_shard" | ||
}, | ||
"result": { | ||
"type": "theurgy:tag", | ||
"count": 1, | ||
"tag": "c:gems/dark" | ||
}, | ||
"salt": { | ||
"item": "theurgy:alchemical_salt_mineral" | ||
}, | ||
"sulfur": { | ||
"item": "theurgy:alchemical_sulfur_dark" | ||
}, | ||
"time": 100 | ||
} |
28 changes: 28 additions & 0 deletions
28
...ces/data/theurgy/recipe/incubation/ingots_uraninite_from_alchemical_sulfur_uraninite.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 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:ingots/uraninite" | ||
} | ||
} | ||
], | ||
"type": "theurgy:incubation", | ||
"category": "misc", | ||
"mercury": { | ||
"item": "theurgy:mercury_shard" | ||
}, | ||
"result": { | ||
"type": "theurgy:tag", | ||
"count": 1, | ||
"tag": "c:ingots/uraninite" | ||
}, | ||
"salt": { | ||
"item": "theurgy:alchemical_salt_mineral" | ||
}, | ||
"sulfur": { | ||
"item": "theurgy:alchemical_sulfur_uraninite" | ||
}, | ||
"time": 100 | ||
} |
Oops, something went wrong.