EmeraldJelly Posted April 1, 2018 Posted April 1, 2018 (edited) Hi! I am creating a new mod (1.12.2), and I would really like to know how I can A. Create custom particle effects (with my own textures, and properties*) B. Spawn said particle effects in the world. Please help me out, would appreciate it very much! Thanks, EmeraldJelly *Example being does it float? does it fall? eat ect.. Edited April 1, 2018 by EmeraldJelly Quote
jabelar Posted April 1, 2018 Posted April 1, 2018 There are a fair number of tutorials and threads about this topic already. Have you tried those? Once you have please share your code so we can help with whatever part you're stuck on. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/
EmeraldJelly Posted April 1, 2018 Author Posted April 1, 2018 My code is nonexistent for particles, I have NO idea where to start and, when searching for a tutorial I did not find anything, for 1.12.2, if there is one can you link one? Quote
Lambda Posted April 1, 2018 Posted April 1, 2018 Personally, i would follow jabelar's blog, it has a lot of info that you could use, including particles, so give it a look and post back on any errors. http://jabelarminecraft.blogspot.com/ Quote Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
EmeraldJelly Posted April 1, 2018 Author Posted April 1, 2018 His particle guide is outdated. Like I said 1.12.2. Quote
Draco18s Posted April 2, 2018 Posted April 2, 2018 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/ores/OresBase.java#L335 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/ores/client/ClientProxy.java#L96-L130 https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/ores/client/ProspectorParticle.java Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
EmeraldJelly Posted April 2, 2018 Author Posted April 2, 2018 Thanks! I'm going to comprehend this and see if it works lol Quote
jabelar Posted April 2, 2018 Posted April 2, 2018 On 4/1/2018 at 11:26 PM, EmeraldJelly said: His particle guide is outdated. Like I said 1.12.2. Expand Yeah, I've been meaning to update that page. Will do so in the next few weeks, plus adding more information on custom textures. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/
EmeraldJelly Posted April 2, 2018 Author Posted April 2, 2018 Sounds good! Would really help out if you could do that since whatever Draco18s posted, while helpful really does not make a whole lot of sense to me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.