-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
3644fc6
commit ab10480
Showing
5 changed files
with
25 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# ShaderAPI | ||
|
||
A simple mod that allows you to download and apply shader packs from the internet. | ||
|
||
## Usage | ||
|
||
To use this mod, you need to have the [Iris Shaders](https://github.com/IrisShaders/Iris) mod installed. | ||
|
||
Once you have Iris installed, you can download and apply shader packs by sending a request to the server. | ||
(The server will need to have an implementation of the `ShaderAPI` Serverside. An example for PaperMC can be found [here](https://github.com/Liams-Services/ShaderAPI-Paper)) | ||
|
||
|
||
## Building | ||
|
||
To build this mod, you need to have [Gradle](https://gradle.org/) installed. | ||
|
||
1. Clone the repository | ||
2. Open the project in your IDE | ||
3. Run the `gradle chiseledBuild` task to build the mod for all versions |
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
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
minecraft_version=1.21.1 | ||
yarn_mappings=1.21.1+build.3 | ||
mod_version=1.21.1 | ||
fabric_version=0.103.0+1.21.1 |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
minecraft_version=1.21 | ||
yarn_mappings=1.21+build.3 | ||
mod_version=1.21 | ||
fabric_version=0.102.0+1.21 |