Posted April 1, 20187 yr 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, 20187 yr by EmeraldJelly
April 1, 20187 yr 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. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
April 1, 20187 yr Author 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?
April 1, 20187 yr 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/ Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
April 2, 20187 yr 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 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.
April 2, 20187 yr 2 hours ago, EmeraldJelly said: His particle guide is outdated. Like I said 1.12.2. Yeah, I've been meaning to update that page. Will do so in the next few weeks, plus adding more information on custom textures. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
April 2, 20187 yr Author 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.
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.