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

Commit

Permalink
revert Lithium: CompactSineLUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown committed May 13, 2021
1 parent 07fcf57 commit 9695531
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ 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 b95115aca72ba0cf6451096ddbd8b50a8f3bb5c6..0afb8c643cb3e5938e12183c6132797d6ed645bb 100644
index e9e7fcf2b63febe2a7d055826fabb86bc13a5cf3..e03246ba1b462a7d800f7b1fbc2fce59d5e3e4a6 100644
--- a/src/main/java/net/minecraft/util/MathHelper.java
+++ b/src/main/java/net/minecraft/util/MathHelper.java
@@ -198,6 +198,7 @@ public class MathHelper {
@@ -196,6 +196,7 @@ public class MathHelper {
return c(f, f + f3, f2);
}

Expand Down

0 comments on commit 9695531

Please sign in to comment.