# Custom Nether Portals

This one is pretty straight forward, just create a nether portal frame ensuring all sides are completed and light it just like any other Nether Portal

## Configuration

```yaml
# Any material in this list will be considered a portal frame material
portal-frame-materials:
  - "minecraft:obsidian"
  - "minecraft:crying_obsidian"
size:
  # Minimum number of portals block spaces required to create a valid portal
  min-portal-blocks: 6
  # How wide the portal can be. Larger numbers may cause issues
  max-portal-width: 23
  # How tall the portal can be. Larger numbers may cause issues
  max-portal-height: 23
```


---

# 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://papertweaks.machinemaker.me/modules/custom-nether-portals.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.
