TominoCZ / FancyBlockParticles

My MC mod that turns 2D digging particles 3D!
https://minecraft.curseforge.com/projects/fancy-block-particles
GNU General Public License v3.0
18 stars 8 forks source link

1.7.10 build info request #104

Open teak1 opened 5 years ago

teak1 commented 5 years ago

hello, im trying to make a small modification to how settings work but cant seem to build using different versions of forge and gradle. im hoping you can shed some light onto the propper versions to use for building this mod. my error occurs on line 112 of FBPParticleManager.java. can not cast X.invokeExact((Entity) effect) to a double

TominoCZ commented 5 years ago

You can just cast it manually.. idk.. the code works for me..