| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The resources for the guide book, used in buildcraft for minecraft 1.12.2 and later.
There are two ways to test forks of this repository: either the simple way or the better (but more complex) way.
Both of the options need git installed, or one of the GUI based git alternatives.
This is identical to the simple way, but uses a symbolic link (wikipedia) rather than copying the folder across. (This saves time when testing out changes to the git repository, as modifications to the git-tracked directory will also update the symbolic linked directory).
Note that a symbolic link is not the same as a windows shortcut, as they work in different ways.
Unlike testing there are a few additional steps you need to take to contribute to this repository. You'll need a github account, and a fork of this repository. You'll also need reasonable knowledge of working with git itself (to update your forked version to the latest version on github, pushing your own changes, switching branches, etc).
While it's possible to contribute directly through github's website please limit this to only minor changes - as you won't be able to test your changes.
Unlike when testing you'll need to clone your forked repository and add the original repository as an additional remote (or clone the original repository and add your fork as an additional remote).
The simplest content to add is just to improve an existing markdown page - so any file that ends with ".md".
Most of the time you can just write text normally (or prefix a chapter with # hashes), however for anything special (like links, colours, recipes, etc) you'll need to refer to the Guide Page File Format page.
Adding additional pages also requires a few more things:
Currently no translations are accepted - at least not until a page has a fully-correct english page that it can be translated from.
| Back | FazBrowse Home | New Git URL |