forked from MobiusFlip/CrimsonRevelations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Remove crimson banner arcane workbench recipe. Replace with a normal recipe -Replace crimson banners in recipes with embellished crimson fabric -Update mod info and credits -Update erythurgy icon -Improved bow of bone page -Minor code cleanup
- Loading branch information
1 parent
e67cfbe
commit 01fb037
Showing
9 changed files
with
58 additions
and
19 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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/crimsonrevelations/models/item/embellished_crimson_fabric.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,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "crimsonrevelations:items/embellished_crimson_fabric" | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
src/main/resources/assets/crimsonrevelations/recipes/crimson_banner.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,27 @@ | ||
{ | ||
"type": "forge:ore_shaped", | ||
"pattern": [ | ||
"FS", | ||
"ES", | ||
"FD" | ||
], | ||
"key": { | ||
"S": { | ||
"type": "forge:ore_dict", | ||
"ore": "stickWood" | ||
}, | ||
"D": { | ||
"type": "forge:ore_dict", | ||
"ore": "slabWood" | ||
}, | ||
"F": { | ||
"item": "crimsonrevelations:crimson_fabric" | ||
}, | ||
"E": { | ||
"item": "crimsonrevelations:embellished_crimson_fabric" | ||
} | ||
}, | ||
"result": { | ||
"item": "thaumcraft:banner_crimson_cult" | ||
} | ||
} |
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
Binary file added
BIN
+652 Bytes
...sources/assets/crimsonrevelations/textures/items/embellished_crimson_fabric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.49 KB
src/main/resources/assets/crimsonrevelations/textures/research/r_erythurgy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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