Configurable Nether Portals
Nether portals are more customisable.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Configurable Nether Portals
Adds 5 new gamerules:
| Description | Description | Description | |-|-|-| | `portalsAllowCryingObsidian` | `true` | Whether portals can be created using crying obsidian. | | `portalsAllowCustomShapes` | `true` | Whether portals can have non-rectangular shapes. | | `portalsCustomSearchMaxDepth` | `512` | How many blocks will be searched for a valid portal, before giving up. Only used if `portalsAllowCustomShapes` is `true`. | | `portalsCustomShapeMinBlocks` | `1` | The minimum number of portal blocks needed to be a valid portal. Only used if `portalsAllowCustomShapes` is `true`. | | `portalsCustomShapeMaxBlocks` | `512` | The maximum number of portal blocks needed to be a valid portal. Only used if `portalsAllowCustomShapes` is `true`. |