Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nickid2018/GitMCDecomp

Repository files navigation

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.

About

A GitHub Action can generate MC files history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /