3

I need the portal/enderman particle texture

CappyAdams6/13/25 5:56 am
6/13/2025 4:23 pm
ScotsMiser
Hey y'all! I'm not sure where I should post this but I assume this is the right catagory.

I need to get the portal particle texture so I can use it in unity for my new vrchat avatar (she's an endergal :,3)
so if anyone knows how to rip textures from java edition, Please show me how if possible! (or link me a tutorial XD)


Posted by
CappyAdams
Level 1 : New Miner
4

Create an account or sign in to comment.

2

ScotsMiser
06/13/2025 4:23 pm
Level 63 : High Grandmaster Miner
history
Try looking at https://github.com/InventivetalentDev/minecraft-assets (basically jst the extracted assets from the jar files, but available in smaller chunks, often down to individual pngs)

specifically
https://github.com/InventivetalentDev/minecraft-assets/blob/1.21.4/assets/minecraft/models/block/nether_portal_ns.json
https://github.com/InventivetalentDev/minecraft-assets/blob/1.20.4/assets/minecraft/particles/portal.json

however the particle shape is set by generic_0 thru generic_7 and the color is coded so as to require a mod to change (which ought not be a consideration if replicating the particles outside MC)
1
Papa Enny
06/13/2025 12:21 pm
Level 59 : Grandmaster Answer Dwarf
Cannot you open the jar file with a zip opener(7zip, winrar or the built in one). If you don't know the location: %appdata%/roaming/.minecraft
2

Welcome