PaperTweaks
v0.4.x
v0.4.x
  • Paper Tweaks
  • F.A.Q
  • Getting Started
  • i18n
  • Discord
  • GitHub
  • Modules
    • 💤AFK Display
    • đŸ›Ąī¸Armored Elytras
    • 🔙Back
    • đŸĨŖCauldron Concrete
    • 🎆Confetti Creepers
    • 🧭Coordinates HUD
    • Count Mob Deaths
    • Custom Nether Portals
    • Durability Ping
    • âŦ†ī¸Elevators
    • âŦFast Leaf Decay
    • 💎Gem Villagers
    • đŸĒĻGraves
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Modules

Custom Nether Portals

Create non-rectangular 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

# 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
PreviousCount Mob DeathsNextDurability Ping

Last updated 2 years ago

Was this helpful?