Started by
Sir_sassypants
on
Topic category: Help with MCreator software
I have been working on a procedure, and there is an error and I don't really understand what to do. Here is a link to a copy of the procedure, there are comments to help
Error message:
C:\Users\*me*\MCreatorWorkspaces\wanderers\src\main\java\net\sir_sassypants\wanderers\procedures\SATIRETeleportProcedure.java:335: error: local variables referenced from an inner class must be final or effectively final
BlockState _bs = world.getBlockState(pos);
The procedure is called by a gui button press if that helps
It is due to do-in-world section, I will check if I can fix this