-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed particles and started documentation for lamp
- Loading branch information
1 parent
980ebeb
commit 5766a1a
Showing
18 changed files
with
23 additions
and
13 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
12 changes: 0 additions & 12 deletions
12
common/src/main/resources/assets/hexical/particles/ping.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-102 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_0.png
Binary file not shown.
Binary file removed
BIN
-115 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_1.png
Binary file not shown.
Binary file removed
BIN
-130 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_2.png
Binary file not shown.
Binary file removed
BIN
-130 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_3.png
Binary file not shown.
Binary file removed
BIN
-131 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_4.png
Binary file not shown.
Binary file removed
BIN
-136 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_5.png
Binary file not shown.
Binary file removed
BIN
-142 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_6.png
Binary file not shown.
Binary file removed
BIN
-141 Bytes
common/src/main/resources/assets/hexical/textures/particle/ping_7.png
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...src/main/resources/data/hexical/patchouli_books/hexicalbook/en_us/categories/hexical.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,5 +1,5 @@ | ||
{ | ||
"name": "hexical.category.hexomancy", | ||
"icon": "hexical:lamp", | ||
"icon": "minecraft:textures/mob_effect/glowing.png", | ||
"description": "hexical.category.hexomancy.desc" | ||
} |
5 changes: 5 additions & 0 deletions
5
...on/src/main/resources/data/hexical/patchouli_books/hexicalbook/en_us/categories/lamp.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,5 @@ | ||
{ | ||
"name": "hexical.category.lamp", | ||
"icon": "hexical:lamp", | ||
"description": "hexical.category.lamp.desc" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
...esources/data/hexical/patchouli_books/hexicalbook/en_us/entries/lamp/mysterious_lamp.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,11 @@ | ||
{ | ||
"name": "hexical.page.mysterious_lamp", | ||
"icon": "minecraft:sand", | ||
"category": "hexical:lamp", | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "hexical.page.mysterious_lamp.1" | ||
} | ||
] | ||
} |
File renamed without changes.