-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use spell grid component on tutorial as well as fixing
- Loading branch information
Showing
78 changed files
with
62 additions
and
1,936 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#Sun Apr 09 14:41:44 WEST 2023 | ||
mapping_channel=official | ||
mapping_channel=parchment | ||
mod_id=psi | ||
forge_version=43.3.0 | ||
jei_version=11.6.0.1013 | ||
build_number=99 | ||
patchy_version=1.19.2-77 | ||
dir_output=../Build Output/Psi/ | ||
version=1.19 | ||
mapping_version=1.19.2 | ||
mapping_version=2022.11.27-1.19.2 | ||
mod_name=Psi | ||
mc_version=1.19.2 |
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
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
18 changes: 2 additions & 16 deletions
18
...sources/assets/psi/patchouli_books/encyclopaedia_psionica/en_us/templates/spell_grid.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 |
---|---|---|
@@ -1,23 +1,9 @@ | ||
{ | ||
"components": [ | ||
{ | ||
"type": "header", | ||
"text": "#title", | ||
"x": -1, | ||
"y": -1 | ||
}, | ||
{ | ||
"type": "custom", | ||
"type": "patchouli:custom", | ||
"class": "vazkii.psi.client.patchouli.SpellGridComponent", | ||
"x": 5, | ||
"y": 5, | ||
"spell": "#spell", | ||
"halfsize": "#halfsize" | ||
}, | ||
{ | ||
"type": "text", | ||
"text": "#text", | ||
"y": 100 | ||
"spell": "#spell" | ||
} | ||
] | ||
} |
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 removed
BIN
-1.06 KB
src/main/resources/assets/psi/textures/gui/entries/circle_bullet_20b_tower.png
Binary file not shown.
Binary file removed
BIN
-1.13 KB
src/main/resources/assets/psi/textures/gui/entries/circle_bullet_circlesync.png
Binary file not shown.
Binary file removed
BIN
-878 Bytes
src/main/resources/assets/psi/textures/gui/entries/eval_order_1.png
Binary file not shown.
Binary file removed
BIN
-1.38 KB
src/main/resources/assets/psi/textures/gui/entries/eval_order_2.png
Binary file not shown.
Binary file removed
BIN
-1.01 KB
src/main/resources/assets/psi/textures/gui/entries/eval_order_3.png
Binary file not shown.
Binary file removed
BIN
-852 Bytes
src/main/resources/assets/psi/textures/gui/entries/tutorial_1_spell.png
Binary file not shown.
Binary file removed
BIN
-1.01 KB
src/main/resources/assets/psi/textures/gui/entries/tutorial_3_chain.png
Binary file not shown.
Binary file removed
BIN
-775 Bytes
src/main/resources/assets/psi/textures/gui/entries/tutorial_3_connector.png
Binary file not shown.
Binary file removed
BIN
-1.24 KB
src/main/resources/assets/psi/textures/gui/entries/tutorial_3_tooltip.png
Binary file not shown.
Binary file removed
BIN
-1007 Bytes
src/main/resources/assets/psi/textures/gui/entries/tutorial_4_spell.png
Binary file not shown.
Binary file modified
BIN
+4.52 KB
(570%)
src/main/resources/assets/psi/textures/gui/entries/tutorial_5_stats.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 removed
BIN
-1.06 KB
src/main/resources/assets/psi/textures/gui/entries/tutorial_6_spell.png
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
src/main/resources/data/psi/patchouli_books/encyclopaedia_psionica/c/categories/basics.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...in/resources/data/psi/patchouli_books/encyclopaedia_psionica/c/categories/components.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/data/psi/patchouli_books/encyclopaedia_psionica/c/categories/items.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/data/psi/patchouli_books/encyclopaedia_psionica/c/categories/legacy.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.