1. Hi! I need to know the exact coordinates of a large furnace (example: 234.852 32.449 -594.467). Or deploy a large furnace on the exact coordinates. Is it possible?
     
  2. Yea it is possible. But only checking new placed furnaces not existing ones. Idk if there is a list of existing entities we could loop through. I found none.
     
  3. If it is a specific location you could use a raycast from above that position downwards to and check if it encounters the item you want to deploy, you can find all objects of a specific time but isn't recommended as it is pretty resource heavy if it needs to run from time to time.
     
  4. Is there a List of Entities tho?