-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,17 @@ Fabric Recipe Conditions is a library that extends recipes with the ability to l | |
Currently, the conditions are only checked when the resources reload (world load or `/reload`), but most of the built-in | ||
conditions require a restart/reload to even be changed anyway. | ||
|
||
## How to use what is this irrit | ||
Read wiki. | ||
|
||
## Cloning and Building | ||
### Cloning | ||
* `git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git` with HTTPS | ||
* `git clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git` with SSH | ||
- `git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git` with HTTPS | ||
- `git clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git` with SSH | ||
### Building | ||
* `./gradlew build` for a normal system | ||
* `gradlew.bat build` for a Windows system | ||
- `./gradlew build` for a normal system | ||
- `gradlew.bat build` for a Windows system | ||
### Pulling | ||
* `git pull --recurse-submodules` | ||
* `git submodule update --init --recursive --remote --rebase` | ||
- `git pull --recurse-submodules` | ||
- `git submodule update --init --recursive --remote --rebase` | ||
### Pushing | ||
* `git push --recurse-submodules=on-demand` | ||
- `git push --recurse-submodules=on-demand` | ||
|
||
Using a Git GUI tool like SourceTree will make pulling and pushing a lot easier. | ||
Using Git GUI tools like SourceTree will make pulling and pushing a lot easier. |