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.jsonInside 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. You can also create layers to the vortex by making 2 other textures called: (you don’t need to add anything into the .json file, keep it the same as shown above!)
vortex_name_second.png and vortex_name_third.png
Last updated on