Started by
Sonik
on
Topic category: Help with Minecraft modding (Java Edition)
Does anyone know if it is possible to allocate all entities in a radius only to a client (a certain player)?
Topic category: Help with Minecraft modding (Java Edition)
Does anyone know if it is possible to allocate all entities in a radius only to a client (a certain player)?
There is a procedure block that says something like "For every entity... in a radius". It works as an IF DO block from what I understand, add the rest of the procedure to it, what you want it to do with the information of the entities.