Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Revert "revert Lithium: CompactSineLUT"
Browse files Browse the repository at this point in the history
This reverts commit 9695531.
  • Loading branch information
Titaniumtown committed May 14, 2021
1 parent 9695531 commit 6413a76
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ This is an overview over all patches that are currently used.
| api | Lagging threshold | William Blake Galbreath | |
| server | Left handed API | BillyGalbreath | |
| api | Left handed API | BillyGalbreath | |
| server | Lithium: CompactSineLUT | JellySquid | |
| server | LivingEntity safeFallDistance | William Blake Galbreath | |
| api | LivingEntity safeFallDistance | William Blake Galbreath | |
| server | LivingEntity#broadcastItemBreak | William Blake Galbreath | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ index 0000000000000000000000000000000000000000..e210e0fa39b74805429832c3d232fadb
+ }
+}
diff --git a/src/main/java/net/minecraft/util/MathHelper.java b/src/main/java/net/minecraft/util/MathHelper.java
index e9e7fcf2b63febe2a7d055826fabb86bc13a5cf3..e03246ba1b462a7d800f7b1fbc2fce59d5e3e4a6 100644
index b95115aca72ba0cf6451096ddbd8b50a8f3bb5c6..0afb8c643cb3e5938e12183c6132797d6ed645bb 100644
--- a/src/main/java/net/minecraft/util/MathHelper.java
+++ b/src/main/java/net/minecraft/util/MathHelper.java
@@ -196,6 +196,7 @@ public class MathHelper {
@@ -198,6 +198,7 @@ public class MathHelper {
return c(f, f + f3, f2);
}

Expand Down

0 comments on commit 6413a76

Please sign in to comment.