latibro / Automation-Mod

Minecraft mod to automate anything
https://www.curseforge.com/minecraft/mc-mods/automation
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Get entities near a location #4

Closed latibro closed 3 years ago

latibro commented 3 years ago

Able to get a EntityList of entities near a location.

The range of "near" should be ajustable.

latibro commented 3 years ago

Maybe something like this

local entities = location.getNearbyEntities(5)
latibro commented 3 years ago

This is related to #5 
But this issues talks about entities within a range of the location, where #5 talks about entities at the exact location

latibro commented 3 years ago

Will be included in 0.3.0

latibro commented 3 years ago

Included in 0.3.0