All Projects → ReviversMC → modget-minecraft

ReviversMC / modget-minecraft

Licence: LGPL-3.0 license
The Minecraft Mod Package Manager!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to modget-minecraft

the-hallow
Fabric Community mod for Hacktoberfest!
Stars: ✭ 14 (-70.21%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
mouse-wheelie
"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
Stars: ✭ 58 (+23.4%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
Fabric-Autoswitch
Automagical switching of tools to the best one for the job, for Minecraft
Stars: ✭ 17 (-63.83%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-10.64%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-10.64%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
Terra
Voxel world generation modding platform
Stars: ✭ 320 (+580.85%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
Adorn
A decoration mod for Minecraft 1.14+.
Stars: ✭ 81 (+72.34%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-63.83%)
Mutual labels:  minecraft-mod, fabricmc, fabricmc-mod
Rayon
Rigid body simulation for Minecraft
Stars: ✭ 25 (-46.81%)
Mutual labels:  minecraft-mod, fabricmc
BorderlessMining
A windowed borderless (fullscreen) mod for 1.15.2 and newer versions of Minecraft
Stars: ✭ 34 (-27.66%)
Mutual labels:  minecraft-mod, fabricmc
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-10.64%)
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 (+40.43%)
Mutual labels:  minecraft-mod, fabricmc
LibBlockAttributes
Library mod for fabric that adds items and attribute API's for blocks.
Stars: ✭ 43 (-8.51%)
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 (-25.53%)
Mutual labels:  minecraft-mod, fabricmc
lazydfu
Fabric mod that makes Minecraft DataFixerUpper initialization lazy
Stars: ✭ 156 (+231.91%)
Mutual labels:  minecraft-mod, fabricmc
FarmingForBlockheads
Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.
Stars: ✭ 26 (-44.68%)
Mutual labels:  minecraft-mod, fabricmc-mod
ShulkerBoxTooltip
What's in my shulker box?
Stars: ✭ 63 (+34.04%)
Mutual labels:  minecraft-mod, fabricmc
FabricProxy
Fabric mod for support forward player data from proxy
Stars: ✭ 40 (-14.89%)
Mutual labels:  minecraft-mod, fabricmc
ClientTweaks
Minecraft Mod. There, I fixed Minecraft for you. Various optional tweaks to improve Minecraft Quality of Life.
Stars: ✭ 13 (-72.34%)
Mutual labels:  minecraft-mod, fabricmc-mod
EssentialClient
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
Stars: ✭ 67 (+42.55%)
Mutual labels:  minecraft-mod, fabricmc

Modget-Minecraft

CurseForge downloads CurseForge versions Modrinth downloads Environment: both Discord chat

The Minecraft Mod Package Manager!

Modget is based on TheBrokenRail's ModUpdater mod and is inspired heavily by Microsoft's Winget.

Commands

Currently, Modget supports the following commands:

/modget list                     Lists all installed mods recognized by modget
/modget repos list               Lists all installed manifest repositories
/modget repos add <repo url>     Adds a custom repository
/modget repos enable <repo id>   Enables the selected repository
/modget repos disable <repo id>  Disables the selected repository
/modget repos remove <repo id>   Removes the selected repository
/modget search <mod>             Searches all repositories for a matching mod
/modget upgrade                  Lists all available mod updates
/modget refresh                  Refreshes the local manifest cache

These additional commands will be added over the next few releases:

/modget install <mod>            Downloads the according mod
/modget uninstall <mod>          Deletes the according mod
/modget upgrade <mod>            Updates the according mod
/modget upgrade --all            Updates all mods

If you're on a server, use /modgetserver instead of /modget.

In contrast to the original ModUpdater, Modget doesn't require specific opt-ins. It detects mods based on their modid and gets the update files using its manifest repository.

GUI

We also have a WIP GUI. To access it, please install Mod Menu! image

Mod Developers

If you want to add first-party support for your mods, please regularly submit new versions over at the manifest repository.

If you want to disable Modget's automatic update checks for your mod (in case you have implemented a custom solution), add the following to your fabric.mod.json:

{
    "custom": {
        "modget": {
            "noAutoCheck": "true"
        }
    }
}

Note that manual checks started by the user will still show updates for your mod.

Other values you can add are:

  • preferredPlatform: Can take the values curseforge, modrinth or sourceControl and determines which platform Modget should prioritize when attempting to download your mod.

Community

Discord chat

We have an official Discord community for all of our projects. By joining, you can:

  • Get installation help and technical support with all of our mods
  • Be notified of the latest developments as they happen
  • Get involved and collaborate with the rest of our team
  • ... and just hang out with the rest of our community.

Contributors

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].