Unstoppable Nether Portal Creation - No Mod Can Stop It!
Unstoppable Nether Portal Creation - No Mod Can Stop It!
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.
/forcenether statusSome modpacks or server plugins disable Nether portals for various reasons:
ForceNether overrides these restrictions at the core level, ensuring portals always work when players have built a valid frame.
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:
@At("HEAD") - executes FIRSTcancellable = true - can stop vanilla logicPortalShape.createPortalBlocks()mods/ folderRun 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.
/forcenether status
Shows mod status and whether Mixin is active.
Permission: Requires OP level 2+ (operators only)
FlintAndSteelItemIf you experience conflicts, please report on the issue tracker!
Issue: /forcenether doesn't work
Solution:
mods/ folderIssue: Status shows "✗ NOT APPLIED"
Solution:
-Dmixin.debug=trueIssue: Valid frame but portal doesn't appear
Steps:
/forcenether status - must show "✓ APPLIED"Minimal Impact:
| Minecraft | Forge | Status |
|---|---|---|
| 1.20.1 | 47.3.0+ | ✅ Supported |
| 1.21+ | TBD | 🔜 Planned |
| 1.19.x | - | ❌ Not planned |
MIT License - Free to use, modify, and distribute.
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!