Posted December 4, 20213 yr I have an entity which used only on the clients. I theorize that this is the reason my tick() method is not getting called. Is there any way to manually schedule it for ticking? The entity is spawned into the world via addFreshEntity on ClientWorld. It moves to a certain position then places a block there and removes itself.
December 4, 20213 yr Author 5 minutes ago, diesieben07 said: Entities must be spawned on the server. A client-only entity is not a thing. Then what do I do? My entity just animates a block model going up then places it. Is there another way to do it? P.S the server places that block independently without syncing it. Edited December 4, 20213 yr by matthew123
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.