This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI-SKIP] co-author Hugo for some patches
- Loading branch information
1 parent
22fae2c
commit 98a4c7d
Showing
5 changed files
with
5 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ From: JellySquid <[email protected]> | |
Date: Sun, 24 Jan 2021 12:17:19 +0100 | ||
Subject: [PATCH] lithium AI | ||
|
||
Co-authored-by: Hugo Planque <[email protected]> | ||
|
||
diff --git a/src/main/java/me/jellysquid/mods/lithium/common/ai/pathing/PathNodeCache.java b/src/main/java/me/jellysquid/mods/lithium/common/ai/pathing/PathNodeCache.java | ||
new file mode 100644 | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ From: JellySquid <[email protected]> | |
Date: Sun, 24 Jan 2021 16:57:03 +0100 | ||
Subject: [PATCH] lithium block | ||
|
||
Co-authored-by: Hugo Planque <[email protected]> | ||
|
||
diff --git a/src/main/java/me/jellysquid/mods/lithium/common/util/tuples/FinalObject.java b/src/main/java/me/jellysquid/mods/lithium/common/util/tuples/FinalObject.java | ||
new file mode 100644 | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ From: JellySquid <[email protected]> | |
Date: Sun, 24 Jan 2021 22:55:55 +0100 | ||
Subject: [PATCH] lithium entity | ||
|
||
Co-authored-by: Hugo Planque <[email protected]> | ||
|
||
diff --git a/src/main/java/net/minecraft/world/entity/EntityLiving.java b/src/main/java/net/minecraft/world/entity/EntityLiving.java | ||
index bbe9eea55b18e1198916df29cbd922092b485eed..6a24932b17bb8d2e48334e61bfd5290c1c1e2be6 100644 | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ From: JellySquid <[email protected]> | |
Date: Sun, 24 Jan 2021 23:42:56 +0100 | ||
Subject: [PATCH] lithium gen | ||
|
||
Co-authored-by: Hugo Planque <[email protected]> | ||
|
||
diff --git a/src/main/java/net/minecraft/world/level/newbiome/area/AreaLazy.java b/src/main/java/net/minecraft/world/level/newbiome/area/AreaLazy.java | ||
index 69a021b84cd3f6e2a397a03cfbb562a94f72aace..9a897ad2b53e281cf165106d03737d2ec517eb29 100644 | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ From: JellySquid <[email protected]> | |
Date: Wed, 27 Jan 2021 21:05:05 +0100 | ||
Subject: [PATCH] lithium shape | ||
|
||
Co-authored-by: Hugo Planque <[email protected]> | ||
|
||
diff --git a/src/main/java/me/jellysquid/mods/lithium/common/block/LithiumEntityShapeContext.java b/src/main/java/me/jellysquid/mods/lithium/common/block/LithiumEntityShapeContext.java | ||
new file mode 100644 | ||
|