diff --git a/common/src/main/java/com/seibel/lod/common/Config.java b/common/src/main/java/com/seibel/lod/common/Config.java index b457f695b..1a8243acb 100644 --- a/common/src/main/java/com/seibel/lod/common/Config.java +++ b/common/src/main/java/com/seibel/lod/common/Config.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/LodCommonMain.java b/common/src/main/java/com/seibel/lod/common/LodCommonMain.java index b7bb4eda5..1fe9bff7c 100644 --- a/common/src/main/java/com/seibel/lod/common/LodCommonMain.java +++ b/common/src/main/java/com/seibel/lod/common/LodCommonMain.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/forge/LodForgeMethodCaller.java b/common/src/main/java/com/seibel/lod/common/forge/LodForgeMethodCaller.java index 58f750d5b..0f392f478 100644 --- a/common/src/main/java/com/seibel/lod/common/forge/LodForgeMethodCaller.java +++ b/common/src/main/java/com/seibel/lod/common/forge/LodForgeMethodCaller.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/networking/NetworkHandler.java b/common/src/main/java/com/seibel/lod/common/networking/NetworkHandler.java index db342766d..4a66347eb 100644 --- a/common/src/main/java/com/seibel/lod/common/networking/NetworkHandler.java +++ b/common/src/main/java/com/seibel/lod/common/networking/NetworkHandler.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/networking/NetworkInterface.java b/common/src/main/java/com/seibel/lod/common/networking/NetworkInterface.java index 8c189646a..c8245d6af 100644 --- a/common/src/main/java/com/seibel/lod/common/networking/NetworkInterface.java +++ b/common/src/main/java/com/seibel/lod/common/networking/NetworkInterface.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/networking/Networking.java b/common/src/main/java/com/seibel/lod/common/networking/Networking.java index 791cd2624..c4b9a6eea 100644 --- a/common/src/main/java/com/seibel/lod/common/networking/Networking.java +++ b/common/src/main/java/com/seibel/lod/common/networking/Networking.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetup.java b/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetup.java index 1d67cdd3d..c158c9c77 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetup.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetup.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetupDoneCheck.java b/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetupDoneCheck.java index 7b8802786..0ccf22cb4 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetupDoneCheck.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/DependencySetupDoneCheck.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/McObjectConverter.java b/common/src/main/java/com/seibel/lod/common/wrappers/McObjectConverter.java index 7f08c525e..21bdc30a8 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/McObjectConverter.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/McObjectConverter.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/VersionConstants.java b/common/src/main/java/com/seibel/lod/common/wrappers/VersionConstants.java index 3d3fdfc71..d2be700a3 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/VersionConstants.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/VersionConstants.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/WrapperFactory.java b/common/src/main/java/com/seibel/lod/common/wrappers/WrapperFactory.java index 7474fb983..4fb26806e 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/WrapperFactory.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/WrapperFactory.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/WrapperUtil.java b/common/src/main/java/com/seibel/lod/common/wrappers/WrapperUtil.java index 2860fa673..971b0a4c7 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/WrapperUtil.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/WrapperUtil.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailMap.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailMap.java index c21d43cec..368d3dcc7 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailMap.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailMap.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailWrapper.java index d32d8777b..dc6b72281 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockDetailWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockPosWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockPosWrapper.java index 29ba13c70..f9a785b04 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockPosWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/BlockPosWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/TextureAtlasSpriteWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/TextureAtlasSpriteWrapper.java index 07803103d..3889515b3 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/TextureAtlasSpriteWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/TextureAtlasSpriteWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideFast.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideFast.java index 64cb9592d..123a3f451 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideFast.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideFast.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideSmooth.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideSmooth.java index ea76f64f9..f2e759a6d 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideSmooth.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/TintGetterOverrideSmooth.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkPosWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkPosWrapper.java index 573c14411..b3a70805e 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkPosWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkPosWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkWrapper.java index f20fa4847..27f2a2188 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/chunk/ChunkWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/config/TexturedButtonWidget.java b/common/src/main/java/com/seibel/lod/common/wrappers/config/TexturedButtonWidget.java index d7f13aa9f..d4eef7cfd 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/config/TexturedButtonWidget.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/config/TexturedButtonWidget.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftClientWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftClientWrapper.java index 6a1aa0750..e3615f0b5 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftClientWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftClientWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftRenderWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftRenderWrapper.java index 01d86827a..40a5669a9 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftRenderWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/MinecraftRenderWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/ProfilerWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/ProfilerWrapper.java index 1cc9243d0..917c1918a 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/ProfilerWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/minecraft/ProfilerWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/misc/LightMapWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/misc/LightMapWrapper.java index d0cfd9134..360959ec9 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/misc/LightMapWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/misc/LightMapWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/world/BiomeWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/world/BiomeWrapper.java index d0af5c850..ca99ebe03 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/world/BiomeWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/world/BiomeWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/world/DimensionTypeWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/world/DimensionTypeWrapper.java index 1db356778..905ed7865 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/world/DimensionTypeWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/world/DimensionTypeWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/world/WorldWrapper.java b/common/src/main/java/com/seibel/lod/common/wrappers/world/WorldWrapper.java index 593595ae5..ab0040358 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/world/WorldWrapper.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/world/WorldWrapper.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java index 51b6875fa..1d8eb497a 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2021 Tom Lee (TomTheFurry) diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GenerationEvent.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GenerationEvent.java index ef7769151..86b556d7b 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GenerationEvent.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GenerationEvent.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GlobalParameters.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GlobalParameters.java index 1a0c19515..b2cc135b4 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GlobalParameters.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/GlobalParameters.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/Rolling.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/Rolling.java index 4269cc264..cb4c20bd8 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/Rolling.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/Rolling.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ThreadedParameters.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ThreadedParameters.java index 17bb9d299..5959c4969 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ThreadedParameters.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ThreadedParameters.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java index 0b9de5ca2..0f41ffa4c 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightGetterAdaptor.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightGetterAdaptor.java index 26479256a..8e34760ac 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightGetterAdaptor.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightGetterAdaptor.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightedWorldGenRegion.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightedWorldGenRegion.java index b3d3aba0e..4ac2db811 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightedWorldGenRegion.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/LightedWorldGenRegion.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenLevelLightEngine.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenLevelLightEngine.java index c549e1277..aab321907 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenLevelLightEngine.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenLevelLightEngine.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenStructFeatManager.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenStructFeatManager.java index 92892db23..b111cf89b 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenStructFeatManager.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/mimicObject/WorldGenStructFeatManager.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepBiomes.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepBiomes.java index c7f9daa65..f6bbeb31d 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepBiomes.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepBiomes.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepFeatures.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepFeatures.java index 65defc032..fb13a88fe 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepFeatures.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepFeatures.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepLight.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepLight.java index d359ddbc2..074910d90 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepLight.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepLight.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepNoise.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepNoise.java index fb1f0d385..aab8ad15f 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepNoise.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepNoise.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureReference.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureReference.java index 0a5f0930a..fb9a33826 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureReference.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureReference.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureStart.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureStart.java index 55173bb91..ee2835572 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureStart.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepStructureStart.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepSurface.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepSurface.java index 3f433a119..997b13fa7 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepSurface.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/step/StepSurface.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/core b/core index 4fc816838..7eb0d62f7 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 4fc816838df947cea8a798aec8a35d7752ac7f4a +Subproject commit 7eb0d62f758e7ea4ed4e94e4bf34e3a288e7f2b1 diff --git a/fabric/src/main/java/com/seibel/lod/fabric/ClientProxy.java b/fabric/src/main/java/com/seibel/lod/fabric/ClientProxy.java index 5a073c79f..bedb86a4e 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/ClientProxy.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/ClientProxy.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/Main.java b/fabric/src/main/java/com/seibel/lod/fabric/Main.java index 6a317f0f4..ff3bf53cb 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/Main.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/Main.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinChunkGenerator.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinChunkGenerator.java index 92ce99b24..6b291d6a0 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinChunkGenerator.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinChunkGenerator.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinDedicatedServer.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinDedicatedServer.java index 63d049578..6f2e67953 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinDedicatedServer.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinDedicatedServer.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinFogRenderer.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinFogRenderer.java index 50f229d9d..b1cf78a2e 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinFogRenderer.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinFogRenderer.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinMinecraft.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinMinecraft.java index 90140133f..c41f71d57 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinMinecraft.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinMinecraft.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinOptionsScreen.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinOptionsScreen.java index e981cf269..fcafc231d 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinOptionsScreen.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinOptionsScreen.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinUtilBackgroudThread.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinUtilBackgroudThread.java index 7b9a8de1d..c04f9b883 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinUtilBackgroudThread.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinUtilBackgroudThread.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinWorldRenderer.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinWorldRenderer.java index 4a2110498..57697e147 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinWorldRenderer.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/MixinWorldRenderer.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinBlockUpdate.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinBlockUpdate.java index 9831038d7..ab9a1930d 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinBlockUpdate.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinBlockUpdate.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinClientLevel.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinClientLevel.java index 68b5dbac8..72882c7ed 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinClientLevel.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinClientLevel.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinMinecraft.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinMinecraft.java index 801fefc58..fd7af54cf 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinMinecraft.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinMinecraft.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinServerLevel.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinServerLevel.java index d87250498..76582a4d5 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinServerLevel.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/events/MixinServerLevel.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/mixins/unsafe/MixinThreadingDectector.java b/fabric/src/main/java/com/seibel/lod/fabric/mixins/unsafe/MixinThreadingDectector.java index 78a663af7..d51ee6d3b 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/mixins/unsafe/MixinThreadingDectector.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/mixins/unsafe/MixinThreadingDectector.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/networking/NetworkHandler.java b/fabric/src/main/java/com/seibel/lod/fabric/networking/NetworkHandler.java index 77ccdc843..b881c0d48 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/networking/NetworkHandler.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/networking/NetworkHandler.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/FabricDependencySetup.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/FabricDependencySetup.java index 489935986..cb9dd01b8 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/FabricDependencySetup.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/FabricDependencySetup.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/config/ModMenuIntegration.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/config/ModMenuIntegration.java index 07e254bd1..246c10a5f 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/config/ModMenuIntegration.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/config/ModMenuIntegration.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/ModChecker.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/ModChecker.java index df87d03cd..6540ebc38 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/ModChecker.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/ModChecker.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/OptifineAccessor.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/OptifineAccessor.java index 051dfd691..37cd40cce 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/OptifineAccessor.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/OptifineAccessor.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/SodiumAccessor.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/SodiumAccessor.java index 441376043..6129ba89e 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/SodiumAccessor.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/SodiumAccessor.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/StarlightAccessor.java b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/StarlightAccessor.java index 0366475b3..67e1880b4 100644 --- a/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/StarlightAccessor.java +++ b/fabric/src/main/java/com/seibel/lod/fabric/wrappers/modAccessor/StarlightAccessor.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/ForgeClientProxy.java b/forge/src/main/java/com/seibel/lod/forge/ForgeClientProxy.java index 891a07c8a..b48016f49 100644 --- a/forge/src/main/java/com/seibel/lod/forge/ForgeClientProxy.java +++ b/forge/src/main/java/com/seibel/lod/forge/ForgeClientProxy.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/ForgeMain.java b/forge/src/main/java/com/seibel/lod/forge/ForgeMain.java index e35986ea1..8a777fb6a 100644 --- a/forge/src/main/java/com/seibel/lod/forge/ForgeMain.java +++ b/forge/src/main/java/com/seibel/lod/forge/ForgeMain.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinFogRenderer.java b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinFogRenderer.java index 97226927e..2d8651c87 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinFogRenderer.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinFogRenderer.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinOptionsScreen.java b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinOptionsScreen.java index dcb2f0ea3..d8f0d73ec 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinOptionsScreen.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinOptionsScreen.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinUtilBackgroudThread.java b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinUtilBackgroudThread.java index e3f01eee1..46449167c 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinUtilBackgroudThread.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinUtilBackgroudThread.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinWorldRenderer.java b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinWorldRenderer.java index cb49ec894..c2b74109b 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/MixinWorldRenderer.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/MixinWorldRenderer.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/mixins/unsafe/MixinThreadingDectector.java b/forge/src/main/java/com/seibel/lod/forge/mixins/unsafe/MixinThreadingDectector.java index 54351886c..e9af0d349 100644 --- a/forge/src/main/java/com/seibel/lod/forge/mixins/unsafe/MixinThreadingDectector.java +++ b/forge/src/main/java/com/seibel/lod/forge/mixins/unsafe/MixinThreadingDectector.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/networking/NetworkHandler.java b/forge/src/main/java/com/seibel/lod/forge/networking/NetworkHandler.java index 28a7c8d75..2f8a1063d 100644 --- a/forge/src/main/java/com/seibel/lod/forge/networking/NetworkHandler.java +++ b/forge/src/main/java/com/seibel/lod/forge/networking/NetworkHandler.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/wrappers/ForgeDependencySetup.java b/forge/src/main/java/com/seibel/lod/forge/wrappers/ForgeDependencySetup.java index d99bdfd36..481e36e1d 100644 --- a/forge/src/main/java/com/seibel/lod/forge/wrappers/ForgeDependencySetup.java +++ b/forge/src/main/java/com/seibel/lod/forge/wrappers/ForgeDependencySetup.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/ModChecker.java b/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/ModChecker.java index 62648f20e..05a131974 100644 --- a/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/ModChecker.java +++ b/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/ModChecker.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/OptifineAccessor.java b/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/OptifineAccessor.java index 3a77a6dc8..b4f107d1d 100644 --- a/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/OptifineAccessor.java +++ b/forge/src/main/java/com/seibel/lod/forge/wrappers/modAccessor/OptifineAccessor.java @@ -1,5 +1,5 @@ /* - * This file is part of the Distant Horizon mod (formerly the LOD Mod), + * This file is part of the Distant Horizons mod (formerly the LOD Mod), * licensed under the GNU GPL v3 License. * * Copyright (C) 2020-2022 James Seibel diff --git a/license_header.txt b/license_header.txt index b9163f3b6..47229e2bf 100644 Binary files a/license_header.txt and b/license_header.txt differ