tacigar / maidroid

Minetest modpack: Provides cute maid robots
GNU Lesser General Public License v2.1
14 stars 12 forks source link

Improve core entity and egg entity. #146

Closed tacigar closed 7 years ago

tacigar commented 7 years ago

New algorithm.

  1. Core entities and egg entities must be removed in get_staticdata.
  2. Core writers and Egg writers check whether there are entities around by ABM.
  3. If there are not entities, call add_entity.
  4. Else do nothing.
tacigar commented 7 years ago

これが意外と難しいことに気がついた... Egg Writer と Core Writer の共通関数内に色々入り込んでいるのでややこしい...