Minecraft Java Support
⚪ Last updated 2021Preview

🔍 Analysis
- 👍 6.2% endorsement rate — high engagement, a strong quality signal
- 🏆 #378 of 722 Vortex Extensions mods in this game by downloads
📋 About This Mod
This extension adds Minecraft Java Edition as a game supported in Vortex
at the moment does not work with plain .jar files, use provided bat file to mass archive .jar files to .rar
WinRAR is required to be installed and registered in environment path variable for .bat file to work
.bat file is open source
testing required for vortex custom installer files
extension is a Work in Progress
add function to add .jar files directly to mod folder
launch game from vortex
.bat code added to desc for issues uploading
start of .bat code
ECHO "PLEASE MAKE SURE WINRAR IS INSTALLED AND REGISTERED IN THE PATH VARIABLE OF YOUR ENVIROMENT VARIABLES"
IF NOT EXIST .jar GOTO :NOJAR
IF EXIST .jar GOTO :JAR
GOTO :ERROR
ECHO ".jar File Detected"
for /r %%a in (.jar) do (
ECHO "ARCHIVING FILE "%%a %%~na".rar"
rar a -r %%~na.rar %%~na.jar
ECHO "DELETING FILE "%%a
GOTO :START
ECHO "NO JAR JILES FOUND"
ECHO "CODE ERROR"
ECHO "BYE BYE"
end of .bat code
as requested i have created a version of the code for 7zip and here it is
ECHO "PLEASE MAKE SURE 7ZIP IS INSTALLED AND REGISTERED IN THE PATH VARIABLE OF YOUR ENVIROMENT VARIABLES"
IF NOT EXIST .jar GOTO :NOJAR
IF EXIST .jar GOTO :JAR
GOTO :ERROR
ECHO ".jar File Detected"
for /r %%a in (.jar) do (
ECHO "ARCHIVING FILE "%%a %%~na".rar"
7z a -r %%~na.zip %%~na.jar
ECHO "DELETING FILE "%%a
GOTO :START
ECHO "NO JAR JILES FOUND"
ECHO "CODE ERROR"
ECHO "BYE BYE"
end of .bat code
📊 Mod Details
- Game
- Site Mods
- Author
- Titanor Soulstone
- Version
- 0.0.3
- Downloads
- 3,252
- Endorsements
- 200
- Category
- Vortex Extensions
- Created
- 1/26/2021
- Updated
- 6/1/2021
- Tags
- Game Extension
🔧 How to Install Modding Tools Mods
Install via a mod manager (Vortex or Mod Organizer 2). Most mods drop into the game folder.
📖 Full step-by-step install guide for Modding Tools →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Modding Tools commands, item IDs, and more.
Keep browsing — more Modding Tools mods await