Resource Packs - hypherionmc/hyperlighting_public GitHub Wiki
Just like all other things in Minecraft, this mod uses Textures. We based most of the textures in this mod on the original Minecraft textures, however, we do have some custom textures. Their locations and purposes are explained below.
All our custom textures are located under the domain hmctt
Torch Textures
- torch_off.png - Used for all torches that are turned off. (Located in assets/hmctt/textures/blocks)
- torch_blue_on.png - Used for the Blue/Soul Fire Torch on State (Located in assets/hmctt/textures/blocks)
- torch_green_on.png - Used for the Green Torch on State (Located in assets/hmctt/textures/blocks)
- torch_purple_on.png - Used for the Purple Torch on State (Located in assets/hmctt/textures/blocks)
- torch_red_on.png - Used for the Red Torch on State (Located in assets/hmctt/textures/blocks)
- The default orange torch uses the default Minecraft torch texture for it's on state
Lantern Textures
Lanterns get all its textures from Minecraft. Below is the list of textures and how they are used.
- anvil_base.png - Used for the frame
- glass.png - Used for the glass panels
- iron_bars.png - Used for the air vent
- coal_block.png - Used for the Burner Base on the inside of the lantern
Tiki Torch Textures
Tiki Torches use mostly custom textures. Below is the list of textures and how they are used.
- tiki_bamboo.png - Used for Tiki Torch Base and also the torch body (Located in assets/hmctt/textures/blocks)
- tiki_top.png - Used for the top cap and burner of the Tiki Torches (Located in assets/hmctt/textures/blocks)
Particles
All our items use custom particles for the flames but use the default Minecraft flame particle for the orange flames.
- blue_flame.png - Used for blue flame particles (Located in assets/hmctt/textures/particles)
- green_flame.png - Used for green flame particles (Located in assets/hmctt/textures/particles)
- purple_flame.png - Used for purple flame particles (Located in assets/hmctt/textures/particles)
- red_flame.png - Used for red flame particles (Located in assets/hmctt/textures/particles)
The Soul Fire torch and Lantern uses ALL of these to render their flames.
Torch Lighter Tool
The Torch Lighter tool uses a single texture.
- torch_tool.png - Used for the Torch Lighter Tool item (Located in assets/hmctt/textures/items)
You can download or clone the textures folder on this repository to get a sense of how the textures are set up and how they work. YOU MAY NOT USE OUR TEXTURES IN YOUR OWN MOD!!!!