3
I need the portal/enderman particle texture
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)
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)
Create an account or sign in to comment.
2

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)
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)

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