-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Cutting Board Particles (I don't get it either man) #958
Comments
So, have you ever noticed this problem for anything else, or is it just turkey? |
Back when I fixed these items rendering upright, I likely never tried actually cutting them to see the lack of particles. So, I tested this a few times just now:
In both cases, the particles also had a missing texture. It seems that for such items, creating a I might need to see if such items also require a different particle creation. But it doesn't seem to be a problem exclusive to FD, as Create also generated missing particles. This may need another special casing. |
Yeah, I'm investigating Autimnity code right now. |
And finding/found nothing... whatever, I'm not experienced in forge code anyhoo. |
The issue happens inside of While I cannot fix the particles on such items, I can at least cancel them by checking if their |
Minecraft version
1.20.1
Farmer's Delight version
1.2.4
NeoForge version
47.1.3
Description
Alright, chopping turkey blocks from Autumnity has been returning missing texture particles since 2021, and I lack the patience to understand why. Running through an analysis of the cutting board, itemparticleoptions, etc. idk what confluence of conditions allows this to take place. Nothing is returning as null! Bizarre. Something like
would work for
spawnCuttingParticles()
in CuttingBoardBlock. This has no real consequences from what I can tell. In this way it's infinitesimally more robust than the existing mechanism. If you don't feel that fix is necessary that's also fair. I haven't the heart to give the problem any more of its undue diligence, so I humbly place this Band-Aid solution in your hands and rid myself of this self-ordained responsibility.Coding tires me. Good day, sir.
Steps to reproduce
Mod list
Autumnity (turkey blocks are the only example I can find of this..weirdness)
Farmer's Delight
Logs
N/A
Minimal instance
Performance and shader mods
The text was updated successfully, but these errors were encountered: