diff --git a/patches/server/0054-lithium-NoiseChunkGeneratorMixin.patch b/patches/server/0054-lithium-NoiseChunkGeneratorMixin.patch index a3a021c8..bbd89643 100644 --- a/patches/server/0054-lithium-NoiseChunkGeneratorMixin.patch +++ b/patches/server/0054-lithium-NoiseChunkGeneratorMixin.patch @@ -1,9 +1,9 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: SuperCoder79 +From: JellySquid Date: Sat, 26 Sep 2020 14:25:07 -0500 Subject: [PATCH] lithium NoiseChunkGeneratorMixin -Original code by JellySquid, licensed under LGPLv3 +Original code by SuperCoder79, licensed under LGPLv3 you can find the original code on https://github.com/jellysquid3/lithium-fabric/ (Yarn mappings) diff --git a/src/main/java/net/minecraft/server/ChunkGeneratorAbstract.java b/src/main/java/net/minecraft/server/ChunkGeneratorAbstract.java