Page 1 of 1

Most Useless Entity?

Posted: Tue Aug 16, 2016 10:27 pm
by kiba
Hi I am trying to transit some of my tiles into entities, but I need to find the most useless entity that do nothing. No putting item in, no moving things, no nothing.

What match that requirement the best?

Right now, the best candidate I have are tree prototype.

Re: Most Useless Entity?

Posted: Wed Aug 17, 2016 12:08 am
by Supercheese

Code: Select all

type = "simple-entity"
That might be best. It's what Rocks use, it seems.

(For reference, check: prototypes/entity/demo-doodads.lua).