Addons & Datapacks
Custom Vortexes
Add custom vortex textures to travel in space and time with style!
Datapack
- Create a new
.jsonfile in the path below.
data/namespace/fx/vortex/vortex_name.json
- Inside this new
.jsonfile, type the following:
{
"id": "namespace:vortex_name",
"texture": "namespace:textures/vortex/vortex_name.png"
}- Replace
vortex_namewith whatever your texture is named (you NEED to use underscores and lowercase for the texture name, but don't need too for the vortex id). This name is automatically translated so doesn't need to be added to your language file.
example:
{
"id": "ait:lego",
"texture": "ait:textures/vortex/lego.png"
}Textures
- Place your
.pngvortex texture in this path:assets/namespace/vortex/vortex_name.pngin your resourcepack.
You can also add layers to the vortex, this is done by making 2 other textures with the same name as your main texture BUT you add _second or _third to the end of the name.
example:
lego_second.png
lego_third.png
