> For the complete documentation index, see [llms.txt](https://papertweaks.machinemaker.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://papertweaks.machinemaker.me/modules/custom-nether-portals.md).

# 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
```
