All Projects → comp500 → Jumploader

comp500 / Jumploader

Licence: MIT license
Use Fabric mods in Twitch modpacks!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jumploader

Terra
Voxel world generation modding platform
Stars: ✭ 320 (+1584.21%)
Mutual labels:  minecraft-mod, fabricmc
SpruceUI
A Minecraft library mod which adds a new abstraction to create GUI interfaces. Still close to the Vanilla design code-wise.
Stars: ✭ 47 (+147.37%)
Mutual labels:  minecraft-mod, fabricmc
LibBlockAttributes
Library mod for fabric that adds items and attribute API's for blocks.
Stars: ✭ 43 (+126.32%)
Mutual labels:  minecraft-mod, fabricmc
the-hallow
Fabric Community mod for Hacktoberfest!
Stars: ✭ 14 (-26.32%)
Mutual labels:  minecraft-mod, fabricmc
ImageWorldGenerator
A minecraft mod to generate a world from an image/map
Stars: ✭ 20 (+5.26%)
Mutual labels:  minecraft-mod, fabricmc
mouse-wheelie
"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
Stars: ✭ 58 (+205.26%)
Mutual labels:  minecraft-mod, fabricmc
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (+121.05%)
Mutual labels:  minecraft-mod, fabricmc
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (+84.21%)
Mutual labels:  minecraft-mod, fabricmc
Adorn
A decoration mod for Minecraft 1.14+.
Stars: ✭ 81 (+326.32%)
Mutual labels:  minecraft-mod, fabricmc
ScreenshotToClipboard
Screenshots taken are copied to the clipboard.
Stars: ✭ 28 (+47.37%)
Mutual labels:  minecraft-mod, fabricmc
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+247.37%)
Mutual labels:  minecraft-mod, fabricmc
modget-minecraft
The Minecraft Mod Package Manager!
Stars: ✭ 47 (+147.37%)
Mutual labels:  minecraft-mod, fabricmc
BorderlessMining
A windowed borderless (fullscreen) mod for 1.15.2 and newer versions of Minecraft
Stars: ✭ 34 (+78.95%)
Mutual labels:  minecraft-mod, fabricmc
Fabric-Autoswitch
Automagical switching of tools to the best one for the job, for Minecraft
Stars: ✭ 17 (-10.53%)
Mutual labels:  minecraft-mod, fabricmc
Rayon
Rigid body simulation for Minecraft
Stars: ✭ 25 (+31.58%)
Mutual labels:  minecraft-mod, fabricmc
EssentialClient
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
Stars: ✭ 67 (+252.63%)
Mutual labels:  minecraft-mod, fabricmc
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (+121.05%)
Mutual labels:  minecraft-mod, fabricmc
lazydfu
Fabric mod that makes Minecraft DataFixerUpper initialization lazy
Stars: ✭ 156 (+721.05%)
Mutual labels:  minecraft-mod, fabricmc
ShulkerBoxTooltip
What's in my shulker box?
Stars: ✭ 63 (+231.58%)
Mutual labels:  minecraft-mod, fabricmc
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-10.53%)
Mutual labels:  minecraft-mod, fabricmc

Jumploader

Jumploader is a mod that allows the use of Fabric mods in Twitch modpacks, by loading Fabric as if it were a Forge mod. It works on both the client and server, however it's only necessary on the server if you want to launch the game using tools that only support Forge. Jumploader is fully configurable to download any Minecraft version and mod loader, but by default it will download the Fabric loader and library versions corresponding to your current version of the game. It only loads if your game was launched from Forge/ModLauncher, so it won't do anything if your Minecraft launcher already supports Fabric.

Warning: This mod will stop Forge mods from loading! Make sure you back up before you join worlds where you have used Forge mods previously - as all the blocks/items added by those mods will disappear.

What it does

  • Loads Fabric (or a different configured mod loader) instead of Forge, from a Forge installation.
  • Automatically downloads the latest Fabric loader version for your version of the game, with no required configuration.
  • If necessary, downloads the unpatched Minecraft game, so that Fabric can be used with it.
  • Ensures that Fabric and Mixin don't see the classes loaded by ModLauncher.

What it doesn't do

  • Jumploader doesn't let you run Fabric mods in tandem with Forge mods - it hijacks the launching process so that Forge never loads. See Patchwork for a project aiming to do this.
  • Jumploader doesn't currently work very well on the client for loading a Minecraft game with a different major version (including snapshots) to the currently loaded game, as supplementary assets (such as sounds) are downloaded separately by the game launcher. The Asset Validator mod fixes this issue.

Requirements

Requires a Forge version that uses ModLauncher (or ModLauncher on it's own, without Forge) - this usually means 1.13 or newer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].