I am currently trying to port a mod from 1.2.5 ModLoader into 1.4.5 Forge, and I have pretty much everything working but the entity spawning. I don't have them generate in the world, but they spawn on a keybind at a certain location.
I have my client/common proxy set up and the rendering it set there, and the common proxy's methods have been null'd.
When I press the keybind the entities spawn, but they're ghost entities in which I can't really hurt them, and I can walk through them. I've researched this a bit and it seems that that's what was broken when the servers/client side were more linked in 1.3.
I haven't modded since 1.2.5 and have never used forge before this, can anyone point me to a working entity spawning tutorial? I've tried the one on the wiki and it still doesn't work.
Thanks