-
Notifications
You must be signed in to change notification settings - Fork 4
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
1786444
commit 14178e4
Showing
1 changed file
with
15 additions
and
0 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,15 @@ | ||
# crystal-zero-delay | ||
A simple fabric mod that allows you to entirely remove the delay between placing and breaking end crystals in minecraft - please keep in mind this might be considered cheating on some servers | ||
|
||
|
||
Its like literally 5 lines of code lmao | ||
theres no check for singleplayer so crystal pvp in singleplayer breaks somewhat. | ||
|
||
IF YOU WANT TO BUILD IT YOURSELF: | ||
|
||
1.) git clone https://github.com/JanCantCode/crystal-zero-delay/ | ||
2.) cd crystal-zero-delay | ||
3.) gradlew build | ||
4.) go into crystal-zero-delay/build/libs/crystalspeed-1.0-SNAPSHOT.jar | ||
5.) put the file in your mods folder | ||
6.) your done! |