Force Nether

Quick rating

Force Nether

No reviews yet

Unstoppable Nether Portal Creation - No Mod Can Stop It!

Mod Loaders
Forge
Minecraft

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

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.1.0
Authors

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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ForceNether

Unstoppable Nether Portal Creation - No Mod Can Stop It!

🔥 What is ForceNether?

ForceNether is a server-side only mod that forces Nether portal creation to work, even when other mods try to disable it. Using powerful Mixin technology, it bypasses all restrictions and ensures portals can always be created when you have a valid obsidian frame.

✨ Key Features

  • Force-Enable Portal Creation - Portals WILL be created if the frame is valid
  • Bypass All Restrictions - Works even when other mods cancel portal events
  • Server-Side Only - No client installation required
  • Dimension Agnostic - Works in any dimension (Overworld, Nether, End, custom)
  • Event Bypass - Injects before Forge events fire, making it impossible to cancel
  • No Configuration - Just install and it works
  • Status Command - Check if mod is working with /forcenether status

🎯 Why Use ForceNether?

Problem

Some modpacks or server plugins disable Nether portals for various reasons:

  • Dimension restrictions
  • Custom progression systems
  • Server performance rules
  • Compatibility issues

Solution

ForceNether overrides these restrictions at the core level, ensuring portals always work when players have built a valid frame.

🔧 How It Works

ForceNether uses Mixin injection to intercept the flint and steel usage at the deepest level:

Player uses flint & steel on obsidian
↓
FlintAndSteelItem.useOn() called
↓
FORCENETHER MIXIN RUNS HERE ← Before everything else!
↓
Valid portal frame found?
  ├─ YES → Create portal → Success (vanilla code never runs)
  └─ NO → Continue to vanilla code

Technical Details:

  • Injects at @At("HEAD") - executes FIRST
  • cancellable = true - can stop vanilla logic
  • Direct call to PortalShape.createPortalBlocks()
  • Forge events never fire = other mods can't interfere

📦 Installation

Server

  1. Download the mod JAR for your Minecraft version
  2. Place in your server's mods/ folder
  3. Restart server
  4. Done! No client installation needed.

Verification

Run this command in-game:

/forcenether status

Expected output:

=== ForceNether Status ===
Version: 0.1.0
Minecraft: 1.20.1
Mod Loaded: ✓ YES
Mixin Status: ✓ APPLIED

✓ Mod is working correctly!
Nether portals will be force-enabled.

🎮 Usage

Creating Portals

  1. Build obsidian frame (4 wide × 5 tall minimum)
  2. Use flint & steel on any obsidian block
  3. Portal will ALWAYS create if frame is valid

Status Command

/forcenether status

Shows mod status and whether Mixin is active.

Permission: Requires OP level 2+ (operators only)

⚙️ Technical Requirements

  • Minecraft: 1.20.1
  • Forge: 47.3.0 or higher
  • Java: 17 or higher
  • Side: Server-side only (optional on client)

🔍 Compatibility

Works With

  • ✅ Any mod that tries to disable portals
  • ✅ Custom dimension mods
  • ✅ Progression mods
  • ✅ Server management plugins
  • ✅ Performance optimization mods

Potential Conflicts

  • ⚠️ Mods that also Mixin FlintAndSteelItem
  • ⚠️ Some anti-cheat mods (may need whitelisting)

If you experience conflicts, please report on the issue tracker!

🐛 Troubleshooting

Command Not Found

Issue: /forcenether doesn't work

Solution:

  • Check mod is in mods/ folder
  • Verify Forge version is 47.3.0+
  • Check server logs for loading errors

Mixin Not Applied

Issue: Status shows "✗ NOT APPLIED"

Solution:

  1. Enable debug logging: -Dmixin.debug=true
  2. Check logs for mixin errors
  3. Test without other mods to isolate conflicts

Portal Doesn't Create

Issue: Valid frame but portal doesn't appear

Steps:

  1. Run /forcenether status - must show "✓ APPLIED"
  2. Ensure frame is exactly 4×5 minimum (14 obsidian blocks)
  3. Click ON obsidian block (not air inside frame)
  4. Check server console for errors

📊 Performance

Minimal Impact:

  • Only runs when flint & steel is used on obsidian
  • No background tasks or timers
  • No configuration file processing
  • Lightweight Mixin injection (~9KB mod size)

🔐 Security

  • Server-side only - no client modifications
  • Open source - all code is visible on GitHub
  • No network requests - except for update checks (Modrinth API)
  • No data collection - completely privacy-friendly

📈 Version Support

Minecraft Forge Status
1.20.1 47.3.0+ ✅ Supported
1.21+ TBD 🔜 Planned
1.19.x - ❌ Not planned

🤝 Support & Links

📄 License

MIT License - Free to use, modify, and distribute.

🌟 Credits

  • Author: SkyX
  • Mixin Framework: SpongePowered
  • Inspired by: The need for reliable portal creation in restricted environments

💡 FAQ

Q: Do players need to install this mod?
A: No! Server-side only. Clients can join without the mod.

Q: Will this break progression systems?
A: Possibly. Use only if you want portals to work unconditionally.

Q: Can server owners disable this?
A: Remove the mod JAR. There's no config (by design).

Q: Does this work in modded dimensions?
A: Yes! Works in any dimension where obsidian exists.

Q: Is this compatible with X mod?
A: Test it! If there's a conflict, report it and we'll investigate.

Q: How do I know it's working?
A: Use /forcenether status command in-game.


Download now and never worry about portal restrictions again!

Screenshots

Gallery

This project has no gallery images yet.

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
Downloads
Last Updated
CurseForge
Created
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