Giter Club home page Giter Club logo

minecraftmodupdater's Introduction

Minecraft Mod Updater

The Mod Updater allows users to easily update mods.

Configure

If you want to use our launcher for your project, please change the icons! Please comply with the project license. Open frontend/src/staticContent/index.js and edit the variables as you need. To configure your logo replace the logo* and *.ico files.

Live Development

To run in live development mode, run wails dev -frontenddevserverurl http://localhost:3000 -s in the project directory. Run npm start in the frontend/ folder to skip recompiling the whole frontend on any change. Wails will watch and re-build the app for every backend (golang) changes.

Build

To build this project you need Wails2. Check your setup with wails doctor.
To compile the project run

wails build

Alternatively look at the .github/workflows/main.yml for an example pipeline run.

Distribute

After building the package you find inside the build/bin/ folder the executable.

Server side setup

For the server side you need a simple webserver with CORS enabled.

You can find the minimal server configs in the server/ folder.

versions.json

This json file lists all currently supported Minecraft version that users can select from the Mod Updater. If you're adding a new version/<version>.json, don't forget to add it to this file either.

This file also contains the current Mod Updater version which is checked against the current version for update notifications.

versions/*.json

This directory contains a collections of Mods. Every collection is stored in a <version>.json file. To inform the Mod Update about the existence of a collection, you also have to add the version to the ../versions.json file.

changelog.md

The changelog.md is a markdown file to write your changelogs for the modpacks, client or what ever.
The file is cached clientside and only loaded if the user switches the tab to the changelog tab.

Screenshots

server

minecraftmodupdater's People

Contributors

gurkengewuerz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

suixinio ag-go

minecraftmodupdater's Issues

1.20.1

Why was version 1.20 and 1.20.1 omitted?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.