Custom Vortexes

Custom Vortexes

⚠️
You need to learn how texture pack and datapacks works!

Create a Datapack

ℹ️
Follow the tutorial on the Minecraft Wiki on datapacks on how to set one up, use the namespace from earlier

Create a new .json file in the path

data/(namespace)/fx/vortex/(vortex_name).json

Inside this new .json file, paste:

{
  "id": "(namespace):(vortex_name)",
  "texture": "(namespace):textures/vortex/(vortex_name).png"
}

Replacing the namespace and the vortex_name with your own from earlier

Now put this Datapack into Minecraft.

Create A Resource Pack

⚠️
It is recommended that your texture is 128x128 pixels.

Place your .png vortex texture in this path

assets/(namespace)/vortex/(vortex_name).png

If you want people to be able to see your vortex variant, they will need this resource pack.

Click for Example Json