Particle texture not showing
RandomOnlineName opened this issue ยท 3 comments
Currently I am trying to make a mod that adds a couple of new particles to the game but dispite using code from other minecraft particles(eg: campfire) the texture won't load but there is no sort of warning in the console to suggest that.
I think it could have something to do with the json file however but i am probably wrong.`
these files are the particles folder with json files in it, the textures folder for the mod, the particles folder containing the classes and the main class with modInitializer in it.
particles.zip
textures.zip
particles.zip
firstmod.zip
`
I found the workaround and it seems good but I don't understand from that thread how it is suppost to work.