> For the complete documentation index, see [llms.txt](https://jewishbananas-page.gitbook.io/deadlydisasters/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jewishbananas-page.gitbook.io/deadlydisasters/custom-disasters/catalog-body.md).

# Catalog Body

Include a `catalog` section if you want your custom disaster to be available in the in-game custom disaster catalog.

```yaml
settings:
  # Settings info

core:
  # Core info

items:
  # Optional custom items

entities:
  # Optional custom entities

catalog:
  # Item displayed for your disaster in the in-game GUI.
  item: 'lava_bucket'

  # Short description of your disaster.
  description: '&eExample disaster to show you how to create custom disasters'

  # Author credit.
  author: 'JewishBanana'
```

You can submit custom disasters on the Discord server in the disaster submission channel.
