Started by
VuFlub
on
Topic category: Troubleshooting, bugs, and solutions
On the newest Mcreator snapshot you are unable to use immediatesourceentity in the "While projectile is flying tick" for ranged items. It will return this error
error: method execute in class TestWhileProjectileFlyingTickProcedure cannot be applied to given types;
TestWhileProjectileFlyingTickProcedure.execute(this.level, this.getX(), this.getY(), this.getZ(), this.getOwner());
^
required: LevelAccessor,double,double,double,Entity,Entity
found: Level,double,double,double,Entity
reason: actual and formal argument lists differ in length
1 error
Edited by VuFlub on Thu, 03/17/2022 - 06:11
Regenerate the code
Already did. Still giving me the same error
I have the same problem. Did you find a fix?
Still isn't fixed after the 2nd snapshot 1.18.2
Also having this error. Know any fixes?
STILL ISN'T FIXED AFTER 3RD SNAPSHOT 1.18.2