# Entity Aliases

I've created entity aliases for mobs from several mods. You can see them [here](https://github.com/ThePython10110/better_commands/blob/master/entity_aliases.lua). It may not be the most readable, but it shouldn't be too bad.

If an alias that can match multiple entities is used to summon an entity, a random matching entity will be summoned.`/summon sheep` (run in Minetest Game with Mobs Animals installed) will therefore summon a random color of sheep.

## History

| Version | Action                                                                                                                                                                                                                             |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| v1.0    | Added entity aliases from Animalia, Dmobs, Draconis, Wilhelmines Living Nether, Mobs Animal, balrog (flux's fork), Water Mobs, Mob Horse, Mob Mese Monster Classic, Mobs Monster, Mobs Skeletons, VoxelLibre/Mineclonia, and NSSM. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thepython10110.gitbook.io/better-commands/entity-aliases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
