Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Nicer Portals
Various small improvements to portals. There are several features included as part of the mod. Some are client-side and some server-side. See below for the full list!
Client-side
The following features only work when installed on the client.
Dedupe portal break sound
When portals get broken, the entire portal will only make one single break noise, instead of one per block that is broken. No more headache inducing screeching!
Server-side or single player
The following features only work when installed on the server (or on your client for single player).
Prevent zombified piglin spawns
Stop zombified piglins from invading your megabase! Simply prevents them from spawning from portals in the overworld.
Use crying obsidian in portals
Allows using crying obsidian interchangeably with regular obsidian when constructing portals!
Custom portal shapes
Allows constructing portals of any enclosed shape! For performance reasons, the portals are limited in size based on the number of actual portal blocks, so check the config file for the limit!
Configuration
You can configure the behavior of the mod from the nicerportals.toml
file within your config folder. If you have ModMenu installed, you can also access the configuration through the UI in ModMenu's mod list!
modEnabled
: true|false
- Simple toggle for the mod! Set to false
to disable everything.
dedupeBreakSound
: true|false
- Whether to makes portals emit only one sound when they break. Client-side only.
preventPortalSpawns
: true|false
- Whether to prevent portals from spawning Zombified Piglins in the overworld. Server-side & single player only.
cryingObsidian
: true|false
- Whether to allow using crying obsidian for portals. Server-side & single player only.
anyShape
: true|false
- Whether to allow portals in any shape and size. Server-side & single player only.
maxSize
: Integer
- The maximum allowed portal size to allow. Be warned that setting values that are too large here could lag or even crash the game. 2304 is the default and seems to cause only a small hiccup in come cases. Note this value only has any effect if anyShape
is true. Server-side & single player only.
enforceMinimum
: true|false
- Require that portals are at least a 1x2 shape (can walk through them). Set to false to allow 1x1 portals. Note this value only has any effect if anyShape is true. Server-side & single player only.