Git Product home page Git Product logo

gitmcdecomp's Introduction

GitMCDecomp

GitHub workflow GitHub top language GitHub repo file count

GitHub Repo stars GitHub forks

English | δΈ­ζ–‡

A GitHub Action can generate Minecraft source files and put them into your repository.

How to use it...

Fork repository and configure secrets

Fork this repository (Action Repository), and create a private repository to store Minecraft source files (Store Repository) with a master and a version branch.

Then, generate a deploy key for your Store Repository, and write the private key as a secret called DEPLOY_PRIVATE_KEY in Action Repository.

Also, you should write the full name of Store Repository as a secret called DESTINATION in Action Repository.

Trigger the workflow

The repository uses workflow_dispatch event to trigger workflows. If you can't post these events, you can use schedule event:

# listen-mc-decompile.yml
on:
  schedule:
    - cron: '0/5 * * * *'

Create for all Minecraft versions once

See diauweb/GitMCDecomp.

gitmcdecomp's People

Contributors

nickid2018 avatar huajimur233 avatar

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.