Portal Lock: Dimension Control

Quick rating

Portal Lock: Dimension Control

No reviews yet

Lock portals behind items. Require a key item to enter Nether and End.

Adventure/Exploration
Custom Dimensions
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
portal_lock-fabric-1.2.0+mc26.2.jar
Authors
CurseForge
Modrinth

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

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

  • Unable to pass through the end portal
    Unable to pass through the end portal By default, "End Crystal" is required to pass through the End Portal. You can change the required item in the config menu.
  • Unable to pass through the nether portal
    Unable to pass through the nether portal By default, "Glowstone" is required to pass through a Nether portal. You can change the required item in the config menu.
  • Unable to pass through the nether portal
    Unable to pass through the nether portal By default, "Glowstone" is required to pass through a Nether portal. You can change the required item in the config menu.
  • Unable to pass through the end portal
    Unable to pass through the end portal By default, "End Crystal" is required to pass through the End Portal. You can change the required item in the config menu.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works