Skip to content

Commit

Permalink
Fixing Gradle Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizard-Of-Oz committed Jun 25, 2021
1 parent 86aab44 commit 7ced074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ To follow Mojang's vision of Vanilla, wood and stone variants of Wall Lights are
![Searchlight Recipe](https://user-images.githubusercontent.com/701551/122753504-9034dc00-d2bc-11eb-8e51-15d2c68ee507.png) ![Wall Light Recipes](https://user-images.githubusercontent.com/701551/122753512-91fe9f80-d2bc-11eb-8ebc-11dd4afb8c8e.gif) ![Colored Wall Light Recipes](https://user-images.githubusercontent.com/701551/122753518-932fcc80-d2bc-11eb-878f-0eab985922c5.gif)

## Technical details
A searchlight tries to face the player when it gets placed. If a raycast in the player's direction yields no result, if won't create a Light Source. If you right click a Searchlight and a raycast yields no result, it won't move a Light Source.

Light Source is placed 1 block away from any surfaces (if possible) to avoid collision with liquids, is not waterloggable, and gets moved in the direction of a Searchlight when replaced, broken or attempted to get pushed by a piston.

Light Source block can interfere with Observers, tree growth, plant growth etc.
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MSYS* | MINGW* )
MINGW* )
msys=true
;;
NONSTOP* )
Expand Down

0 comments on commit 7ced074

Please sign in to comment.