generated from FabricMC/fabric-example-mod
-
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.
custom sprites for each spell page, make all pages be separate items
- Loading branch information
Showing
24 changed files
with
79 additions
and
33 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
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/magisterium/models/item/awaken_the_flame_page.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/awaken_the_flame_page" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...s/magisterium/models/item/spell_page.json → ...sterium/models/item/conflagrate_page.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,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/spell_page_1" | ||
"layer0": "magisterium:item/conflagrate_page" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/magisterium/models/item/glyphic_ignition_page.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/glyphic_ignition_page" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/magisterium/models/item/illusory_wall_page.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/illusory_wall_page" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/magisterium/models/item/quench_the_flame_page.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/quench_the_flame_page" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/magisterium/models/item/unstable_charge_page.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "magisterium:item/unstable_charge_page" | ||
} | ||
} |
Binary file modified
BIN
+11 Bytes
(100%)
src/main/resources/assets/magisterium/textures/gui/arcane_table.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
+391 Bytes
src/main/resources/assets/magisterium/textures/item/awaken_the_flame_page.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
+392 Bytes
src/main/resources/assets/magisterium/textures/item/conflagrate_page.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
+389 Bytes
src/main/resources/assets/magisterium/textures/item/glyphic_ignition_page.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
+397 Bytes
src/main/resources/assets/magisterium/textures/item/illusory_wall_page.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
+414 Bytes
src/main/resources/assets/magisterium/textures/item/quench_the_flame_page.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
-553 Bytes
src/main/resources/assets/magisterium/textures/item/spell_page_1.png
Binary file not shown.
Binary file removed
BIN
-556 Bytes
src/main/resources/assets/magisterium/textures/item/spell_page_2.png
Binary file not shown.
Binary file removed
BIN
-535 Bytes
src/main/resources/assets/magisterium/textures/item/spell_page_3.png
Binary file not shown.
Binary file removed
BIN
-518 Bytes
src/main/resources/assets/magisterium/textures/item/spell_page_4.png
Binary file not shown.
Binary file added
BIN
+407 Bytes
src/main/resources/assets/magisterium/textures/item/unstable_charge_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
src/main/resources/data/magisterium/tags/item/spell_book_components.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,6 +1,6 @@ | ||
{ | ||
"values": [ | ||
"magisterium:spell_page", | ||
"magisterium:bookmark" | ||
"magisterium:bookmark", | ||
"#magisterium:spell_pages" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/magisterium/tags/item/spell_pages.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,10 @@ | ||
{ | ||
"values": [ | ||
"magisterium:awaken_the_flame_page", | ||
"magisterium:quench_the_flame_page", | ||
"magisterium:glyphic_ignition_page", | ||
"magisterium:conflagrate_page", | ||
"magisterium:illusory_wall_page", | ||
"magisterium:unstable_charge_page" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.