Draconic Evolution

Draconic Evolution

77M Downloads

particle generation Error

Shibva opened this issue ยท 5 comments

commented

Issue Description:

Particle are not working correctly

What happens:

when the particle generator is used along with the particles that come from the shockwave and the draconic energy storage they apear to be ether grey or missing

ex; Set particle generator to emit Red 255 particles
particles generated are grey

What you expected to happen:

For the correct colors to be produced and for the apropate colors to appear from the pylons pulling and emiting Rf into the energy core

Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.2
  • Forge: lattest for me (14.23.5.2807
  • Crafttweaker: 1.12-4.1.13
  • ModTweaker: not Present
  • MTLib: not Present

Your most recent log file where the issue was present:

https://gist.githubusercontent.com/SteamDoge9000/6ecffbf05c8d4cd06c4721e82833f6d6/raw/76368db1c93996cd23e0c555759b08224cbc08a3/Gaamelog
(this is the full file due to tucking)

commented

narrowed down the mods into this Twitch pack

s-1.0.zip

commented

possable conflict with Techguns

commented

This "may" be fixed in the next release. I could not reproduce it in dev so its impossible to know if i actually fixed it.

commented

it aperes to have been caused by the custom effects of a mod known as Techguns for 1,12,2

commented

Did some digging and it looks like Techguns is breaking the particle render state. They are enabling GLLighting for their particles and then not disabling it when they are done. This breaks most other particles that render after techguns because most particles render with lighting disabled. I will have a fix for this in the next Brando's Core release but you should also open an issue on the Techguns github.