Posted 26 November 2018 - 08:46 AM
Ok, I'm trying to gather data on nearby mobs, and I found the functions sensor.getEntityIds("MOB") and put the numbers from that into sensor.getMobData([number]), and that gives me a table. Here I get stuck, because I don't know the keys where the data is stored in the table. How much info can the sensor get about an entity? Name, health, age, etc? I want to use it in several projects, including a wither grinding machine ("If there is a wither present, do X") and a cow farm ("If there are more than 6 cows in the pen, do X").