Skip to content

Commit

Permalink
Removed particles and started documentation for lamp
Browse files Browse the repository at this point in the history
  • Loading branch information
miyucomics committed Feb 21, 2024
1 parent 980ebeb commit 5766a1a
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 13 deletions.
6 changes: 6 additions & 0 deletions common/src/main/resources/assets/hexical/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

"hexcasting.mishap.hexical:lamp_needed": "Expected to be cast by Genieless Lamp.",

"hexical.category.lamp": "Genieless Lamp",
"hexical.category.lamp.desc": "I have heard tales from the villagers about a magical artifact. Legends say it contains a spirit that grants wishes, but I suspect that is just embellishment evolved over centuries of storytelling. Regardless, I dedicate this chapter to my pursuit and research of it.",

"hexical.page.mysterious_lamp": "Mysterious Lamp",
"hexical.page.mysterious_lamp.1": "At last I've discovered the subject of a thousand years of rumor! The lamp emanates a vague residue of media, vacuous in feeling... it reminds me of the $(o)hollow media structure$() of a focus that enables it to store iota, but there is also a presence inside.",

"hexcasting.spell.hexical:get_lamp_start_position": "Genie Reflection: Spatial",
"hexcasting.spell.hexical:get_lamp_start_rotation": "Genie Reflection: Rotational",
"hexcasting.spell.hexical:get_lamp_use_time": "Genie Reflection: Temporal",
Expand Down
12 changes: 0 additions & 12 deletions common/src/main/resources/assets/hexical/particles/ping.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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"
}
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"
}
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"
}
]
}

0 comments on commit 5766a1a

Please sign in to comment.