Hello, I'm working on updating a mod from 1.11.1 to 1.18.1. I have done a fair bit of work and am now at the point where the import commands are failing due to what I believe are MC changes.
The command is [import net.minecraft.client.entity.EntityPlayerSP;]
I was able to locate the documentation for it on YATS/Forge but was unable to locate an updated doc I can search threw. Once I have that I should be able to piece everything into some sort of shape.
This is my first experience writing mods, but I understand that this is going to be supper difficult with massive code rewrites or impossible.