Portal Lock: Dimension Control
No reviews yet
Lock portals behind items. Require a key item to enter Nether and End.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Introduces new dimensions with unique biomes, resources, and challenges.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
# “In modern Minecraft, players can reach the Nether instantly even on first login with just a water bucket and lava pool. Have you ever questioned this?”
# 🔒 Portal Lock
This mod prevents players from entering portals unless they have a required item.
✔ Supports Nether Portal
✔ Supports End Portal
✔ Fully configurable
✔ Server-friendly
----------------------------------------
# 🎮 How it works
Players must carry a specific item to enter:
- Nether Portal → configurable item
- End Portal → configurable item
If the item is missing:
- Entry is blocked
- A message is displayed
- A sound is played
----------------------------------------
# ⚙ Configuration
You can change:
- Required items
- Messages
- Sounds
----------------------------------------
# 🌍 Supported Languages
- English (en_us)
- Japanese (ja_jp)
- German (de_de)
- French (fr_fr)
- Spanish (es_es)
- Portuguese (pt_br)
- Italian (it_it)
- Korean (ko_kr)
- Chinese Simplified (zh_cn)
- Russian (ru_ru)
----------------------------------------
# ==============================
# The following items can be configured in the config:
# Portal Lock Configuration (Default settings)
# ==============================
## Required item ID to enter the Nether.
nether_item: "minecraft:glowstone"
## Required amount of the Nether item.
## Set to 0 to require the item without consuming it.
nether_amount: 1
## Optional custom Nether message.
## Leave blank to use language files automatically.
## By default, edit messages in config/portal-lock/lang/<language>.json
## If set here, this message overrides all language files.
## Supports color codes:
## &0-&9, &a-&f, &r
## Supports placeholders:
## %item%
## %item_id%
## For unsupported client locales outside the bundled 10 languages,you can also override the message here.
nether_message: ""
## Show the denied Nether message in the action bar overlay.
## If false, the message will be shown in the chat.
nether_overlay: true
## Sound played when Nether entry succeeds.
nether_success_sound: "minecraft:entity.enderman.teleport"
## Sound played when Nether entry is denied.
nether_fail_sound: "minecraft:block.anvil.place"
## Enable or disable the End portal lock.
end_enabled: true
## Required item ID to enter the End.
end_item: "minecraft:end_crystal"
## Required amount of the End item.
## Set to 0 to require the item without consuming it.
end_amount: 1
## Optional custom End message.
## Leave blank to use language files automatically.
## By default, edit messages in config/portal-lock/lang/<language>.json
## If set here, this message overrides all language files.
## Supports color codes:
## &0-&9, &a-&f, &r
## Supports placeholders:
## %item%
## %item_id%
## For unsupported client locales outside the bundled 10 languages,you can also override the message here.
end_message: ""
## Show the denied End message in the action bar overlay.
## If false, the message will be shown in the chat.
end_overlay: true
## Sound played when End entry succeeds.
end_success_sound: "minecraft:entity.enderman.teleport"
## Sound played when End entry is denied.
end_fail_sound: "minecraft:block.anvil.place"
## Volume for success and fail sounds.
volume: 1.0
## Pitch for success and fail sounds.
pitch: 1.2
## Language mode: auto or fixed.
language_mode: "auto"
## Used only when language_mode is fixed. Example: en_us, ja_jp
fixed_language: "en_us"
## Fallback language when the client locale is unsupported.
fallback_language: "en_us"
“In modern Minecraft, players can reach the Nether instantly even on first login with just a water bucket and lava pool. Have you ever questioned this?”
🔒 Portal Lock
This mod prevents players from entering portals unless they have a required item.
✔ Supports Nether Portal ✔ Supports End Portal ✔ Fully configurable ✔ Server-friendly
🎮 How it works
Players must carry a specific item to enter:
- Nether Portal → configurable item
- End Portal → configurable item
If the item is missing:
- Entry is blocked
- A message is displayed
- A sound is played
⚙ Configuration
You can change:
- Required items
- Number of required items (e.g., 0 is also possible)
- Messages
- Sounds
🌍 Supported Languages
- English (en_us)
- Japanese (ja_jp)
- German (de_de)
- French (fr_fr)
- Spanish (es_es)
- Portuguese (pt_br)
- Italian (it_it)
- Korean (ko_kr)
- Chinese Simplified (zh_cn)
- Russian (ru_ru)
==============================
The following items can be configured in the config:
Portal Lock Configuration (Default settings)
==============================
Required item ID to enter the Nether.
nether_item: "minecraft:glowstone"
Required amount of the Nether item.
Set to 0 to require the item without consuming it.
nether_amount: 1
Optional custom Nether message.
Leave blank to use language files automatically.
By default, edit messages in config/portal-lock/lang/.json
If set here, this message overrides all language files.
Supports color codes:
&0-&9, &a-&f, &r
Supports placeholders:
%item%
%item_id%
For unsupported client locales outside the bundled 10 languages,you can also override the message here.
nether_message: ""
Show the denied Nether message in the action bar overlay.
If false, the message will be shown in the chat.
nether_overlay: true
Sound played when Nether entry succeeds.
nether_success_sound: "minecraft:entity.enderman.teleport"
Sound played when Nether entry is denied.
nether_fail_sound: "minecraft:block.anvil.place"
Enable or disable the End portal lock.
end_enabled: true
Required item ID to enter the End.
end_item: "minecraft:end_crystal"
Required amount of the End item.
Set to 0 to require the item without consuming it.
end_amount: 1
Optional custom End message.
Leave blank to use language files automatically.
By default, edit messages in config/portal-lock/lang/.json
If set here, this message overrides all language files.
Supports color codes:
&0-&9, &a-&f, &r
Supports placeholders:
%item%
%item_id%
For unsupported client locales outside the bundled 10 languages,you can also override the message here.
end_message: ""
Show the denied End message in the action bar overlay.
If false, the message will be shown in the chat.
end_overlay: true
Sound played when End entry succeeds.
end_success_sound: "minecraft:entity.enderman.teleport"
Sound played when End entry is denied.
end_fail_sound: "minecraft:block.anvil.place"
Volume for success and fail sounds.
volume: 1.0
Pitch for success and fail sounds.
pitch: 1.2
Language mode: auto or fixed.
language_mode: "auto"
Used only when language_mode is fixed. Example: en_us, ja_jp
fixed_language: "en_us"
Fallback language when the client locale is unsupported.
fallback_language: "en_us"
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers