You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state the blast will randomly place fire in range. This simplifies the logic but breaks the ability to use bunkers.
Edit: Reviewing the code it does look like some custom raytrace logic was implemented. However, it seems to be defective. Always checking the same block position. It looks similar to how TNT does a step check for raytracing. We would want to replace it with an edge raytracer.
Optionally we could rework the blast to throw fire entities. Have those set anything on fire within a set range.
The text was updated successfully, but these errors were encountered:
Current state the blast will randomly place fire in range. This simplifies the logic but breaks the ability to use bunkers.
Edit: Reviewing the code it does look like some custom raytrace logic was implemented. However, it seems to be defective. Always checking the same block position. It looks similar to how TNT does a step check for raytracing. We would want to replace it with an edge raytracer.
Optionally we could rework the blast to throw fire entities. Have those set anything on fire within a set range.
The text was updated successfully, but these errors were encountered: