OpenFolderFix

Quick rating

Community listing page, reviews here may not be monitored by the author.

OpenFolderFix

No reviews yet

A tiny mod that fixes open world or resource pack folder into 1.12.2

Mod Loaders
Minecraft

About

Description

A tiny mod that fixes open folder from World Edit screen or Selected Resource Pack screen.

What does this fix?

Minecraft opens folders on Windows using Runtime.exec(String), which splits commands on spaces only and ignores quotes. Which leads Windows cannot finds it folder path to open.

The fix is simply use Desktop.getDesktop().open() to open folder at the absolute path.