From 98a4c7d17a45946aa91e83f36c9bb6aa86caf303 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 15 Apr 2021 18:11:00 -0400 Subject: [PATCH] [CI-SKIP] co-author Hugo for some patches --- patches/server/0065-lithium-AI.patch | 1 + patches/server/0066-lithium-block.patch | 1 + patches/server/0067-lithium-entity.patch | 1 + patches/server/0068-lithium-gen.patch | 1 + patches/server/0069-lithium-shape.patch | 1 + 5 files changed, 5 insertions(+) diff --git a/patches/server/0065-lithium-AI.patch b/patches/server/0065-lithium-AI.patch index 3117ce258..9ac9008b7 100644 --- a/patches/server/0065-lithium-AI.patch +++ b/patches/server/0065-lithium-AI.patch @@ -3,6 +3,7 @@ From: JellySquid Date: Sun, 24 Jan 2021 12:17:19 +0100 Subject: [PATCH] lithium AI +Co-authored-by: Hugo Planque 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 diff --git a/patches/server/0066-lithium-block.patch b/patches/server/0066-lithium-block.patch index 6f0b57b38..f9aaddd7b 100644 --- a/patches/server/0066-lithium-block.patch +++ b/patches/server/0066-lithium-block.patch @@ -3,6 +3,7 @@ From: JellySquid Date: Sun, 24 Jan 2021 16:57:03 +0100 Subject: [PATCH] lithium block +Co-authored-by: Hugo Planque 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 diff --git a/patches/server/0067-lithium-entity.patch b/patches/server/0067-lithium-entity.patch index b27416f90..45bcecc23 100644 --- a/patches/server/0067-lithium-entity.patch +++ b/patches/server/0067-lithium-entity.patch @@ -3,6 +3,7 @@ From: JellySquid Date: Sun, 24 Jan 2021 22:55:55 +0100 Subject: [PATCH] lithium entity +Co-authored-by: Hugo Planque 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 diff --git a/patches/server/0068-lithium-gen.patch b/patches/server/0068-lithium-gen.patch index 4a75616ac..48417c459 100644 --- a/patches/server/0068-lithium-gen.patch +++ b/patches/server/0068-lithium-gen.patch @@ -3,6 +3,7 @@ From: JellySquid Date: Sun, 24 Jan 2021 23:42:56 +0100 Subject: [PATCH] lithium gen +Co-authored-by: Hugo Planque 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 diff --git a/patches/server/0069-lithium-shape.patch b/patches/server/0069-lithium-shape.patch index 9552d129d..907302a4e 100644 --- a/patches/server/0069-lithium-shape.patch +++ b/patches/server/0069-lithium-shape.patch @@ -3,6 +3,7 @@ From: JellySquid Date: Wed, 27 Jan 2021 21:05:05 +0100 Subject: [PATCH] lithium shape +Co-authored-by: Hugo Planque 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