diff --git a/src/main/java/com/seibel/lod/core/JarMain.java b/src/main/java/com/seibel/lod/core/JarMain.java index 1e1c616be..6aa2d3b6e 100644 --- a/src/main/java/com/seibel/lod/core/JarMain.java +++ b/src/main/java/com/seibel/lod/core/JarMain.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/src/main/java/com/seibel/lod/core/ModInfo.java b/src/main/java/com/seibel/lod/core/ModInfo.java index 57c3189ff..c121571d4 100644 --- a/src/main/java/com/seibel/lod/core/ModInfo.java +++ b/src/main/java/com/seibel/lod/core/ModInfo.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/src/main/java/com/seibel/lod/core/api/ApiShared.java b/src/main/java/com/seibel/lod/core/api/ApiShared.java index 00ce874e5..e07d39504 100644 --- a/src/main/java/com/seibel/lod/core/api/ApiShared.java +++ b/src/main/java/com/seibel/lod/core/api/ApiShared.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/src/main/java/com/seibel/lod/core/api/ClientApi.java b/src/main/java/com/seibel/lod/core/api/ClientApi.java index d50ccd746..2215687fb 100644 --- a/src/main/java/com/seibel/lod/core/api/ClientApi.java +++ b/src/main/java/com/seibel/lod/core/api/ClientApi.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/src/main/java/com/seibel/lod/core/api/EventApi.java b/src/main/java/com/seibel/lod/core/api/EventApi.java index 2c8034da1..c116a9ccf 100644 --- a/src/main/java/com/seibel/lod/core/api/EventApi.java +++ b/src/main/java/com/seibel/lod/core/api/EventApi.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/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java index 14b97b8de..508f5997b 100644 --- a/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java +++ b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.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/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilderConfig.java b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilderConfig.java index 9800d0ced..f2c44fb2c 100644 --- a/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilderConfig.java +++ b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilderConfig.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/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/CubicLodTemplate.java b/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/CubicLodTemplate.java index fb7a23407..7cc5c8c6e 100644 --- a/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/CubicLodTemplate.java +++ b/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/CubicLodTemplate.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/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/LodBufferBuilderFactory.java b/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/LodBufferBuilderFactory.java index 01ee81bce..d5b4d2611 100644 --- a/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/LodBufferBuilderFactory.java +++ b/src/main/java/com/seibel/lod/core/builders/lodBuilding/bufferBuilding/LodBufferBuilderFactory.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/src/main/java/com/seibel/lod/core/builders/worldGeneration/BatchGenerator.java b/src/main/java/com/seibel/lod/core/builders/worldGeneration/BatchGenerator.java index a677d2604..7c490462e 100644 --- a/src/main/java/com/seibel/lod/core/builders/worldGeneration/BatchGenerator.java +++ b/src/main/java/com/seibel/lod/core/builders/worldGeneration/BatchGenerator.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) & James Seibel (Original code) diff --git a/src/main/java/com/seibel/lod/core/config/ConfigAnnotations.java b/src/main/java/com/seibel/lod/core/config/ConfigAnnotations.java index da8493b58..6e79bec9c 100644 --- a/src/main/java/com/seibel/lod/core/config/ConfigAnnotations.java +++ b/src/main/java/com/seibel/lod/core/config/ConfigAnnotations.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/src/main/java/com/seibel/lod/core/dataFormat/ColorFormat.java b/src/main/java/com/seibel/lod/core/dataFormat/ColorFormat.java index 856c5db6d..ed9704578 100644 --- a/src/main/java/com/seibel/lod/core/dataFormat/ColorFormat.java +++ b/src/main/java/com/seibel/lod/core/dataFormat/ColorFormat.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/src/main/java/com/seibel/lod/core/dataFormat/DataMergeUtil.java b/src/main/java/com/seibel/lod/core/dataFormat/DataMergeUtil.java index 63f905146..5cc6cb90a 100644 --- a/src/main/java/com/seibel/lod/core/dataFormat/DataMergeUtil.java +++ b/src/main/java/com/seibel/lod/core/dataFormat/DataMergeUtil.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/src/main/java/com/seibel/lod/core/dataFormat/LightFormat.java b/src/main/java/com/seibel/lod/core/dataFormat/LightFormat.java index e297139ff..e7bff3a2e 100644 --- a/src/main/java/com/seibel/lod/core/dataFormat/LightFormat.java +++ b/src/main/java/com/seibel/lod/core/dataFormat/LightFormat.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/src/main/java/com/seibel/lod/core/dataFormat/PositionDataFormat.java b/src/main/java/com/seibel/lod/core/dataFormat/PositionDataFormat.java index cc22d2f48..f9ebd29e5 100644 --- a/src/main/java/com/seibel/lod/core/dataFormat/PositionDataFormat.java +++ b/src/main/java/com/seibel/lod/core/dataFormat/PositionDataFormat.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/src/main/java/com/seibel/lod/core/dataFormat/VerticalDataFormat.java b/src/main/java/com/seibel/lod/core/dataFormat/VerticalDataFormat.java index 4be942ed5..72cfa9c51 100644 --- a/src/main/java/com/seibel/lod/core/dataFormat/VerticalDataFormat.java +++ b/src/main/java/com/seibel/lod/core/dataFormat/VerticalDataFormat.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/src/main/java/com/seibel/lod/core/enums/LodDirection.java b/src/main/java/com/seibel/lod/core/enums/LodDirection.java index e59a4a8de..7e1b4c2b6 100644 --- a/src/main/java/com/seibel/lod/core/enums/LodDirection.java +++ b/src/main/java/com/seibel/lod/core/enums/LodDirection.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/src/main/java/com/seibel/lod/core/enums/WorldType.java b/src/main/java/com/seibel/lod/core/enums/WorldType.java index 2da054594..d387af90d 100644 --- a/src/main/java/com/seibel/lod/core/enums/WorldType.java +++ b/src/main/java/com/seibel/lod/core/enums/WorldType.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/src/main/java/com/seibel/lod/core/enums/config/BlocksToAvoid.java b/src/main/java/com/seibel/lod/core/enums/config/BlocksToAvoid.java index 2c5dd0e16..f44737995 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/BlocksToAvoid.java +++ b/src/main/java/com/seibel/lod/core/enums/config/BlocksToAvoid.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/src/main/java/com/seibel/lod/core/enums/config/BufferRebuildTimes.java b/src/main/java/com/seibel/lod/core/enums/config/BufferRebuildTimes.java index f5ee0303f..7e26ef14d 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/BufferRebuildTimes.java +++ b/src/main/java/com/seibel/lod/core/enums/config/BufferRebuildTimes.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/src/main/java/com/seibel/lod/core/enums/config/DistanceGenerationMode.java b/src/main/java/com/seibel/lod/core/enums/config/DistanceGenerationMode.java index b4a156bc8..b6e02aa57 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/DistanceGenerationMode.java +++ b/src/main/java/com/seibel/lod/core/enums/config/DistanceGenerationMode.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/src/main/java/com/seibel/lod/core/enums/config/DropoffQuality.java b/src/main/java/com/seibel/lod/core/enums/config/DropoffQuality.java index 512ec5693..bc369ad57 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/DropoffQuality.java +++ b/src/main/java/com/seibel/lod/core/enums/config/DropoffQuality.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) 2022 Tom Lee (TomTheFurry) diff --git a/src/main/java/com/seibel/lod/core/enums/config/GenerationPriority.java b/src/main/java/com/seibel/lod/core/enums/config/GenerationPriority.java index 80e0cc806..251555e3f 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/GenerationPriority.java +++ b/src/main/java/com/seibel/lod/core/enums/config/GenerationPriority.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/src/main/java/com/seibel/lod/core/enums/config/GpuUploadMethod.java b/src/main/java/com/seibel/lod/core/enums/config/GpuUploadMethod.java index a31269645..a2e139205 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/GpuUploadMethod.java +++ b/src/main/java/com/seibel/lod/core/enums/config/GpuUploadMethod.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/src/main/java/com/seibel/lod/core/enums/config/HorizontalQuality.java b/src/main/java/com/seibel/lod/core/enums/config/HorizontalQuality.java index 22d4d3ca4..f2495bd3e 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/HorizontalQuality.java +++ b/src/main/java/com/seibel/lod/core/enums/config/HorizontalQuality.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/src/main/java/com/seibel/lod/core/enums/config/HorizontalResolution.java b/src/main/java/com/seibel/lod/core/enums/config/HorizontalResolution.java index 6e95082e5..a7b56e424 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/HorizontalResolution.java +++ b/src/main/java/com/seibel/lod/core/enums/config/HorizontalResolution.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/src/main/java/com/seibel/lod/core/enums/config/HorizontalScale.java b/src/main/java/com/seibel/lod/core/enums/config/HorizontalScale.java index 2cdebc2b6..1a2e2bb40 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/HorizontalScale.java +++ b/src/main/java/com/seibel/lod/core/enums/config/HorizontalScale.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/src/main/java/com/seibel/lod/core/enums/config/LightGenerationMode.java b/src/main/java/com/seibel/lod/core/enums/config/LightGenerationMode.java index 97393ae46..695214fdf 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/LightGenerationMode.java +++ b/src/main/java/com/seibel/lod/core/enums/config/LightGenerationMode.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/src/main/java/com/seibel/lod/core/enums/config/LoggerMode.java b/src/main/java/com/seibel/lod/core/enums/config/LoggerMode.java index 8f4f5a669..5d20ed4d8 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/LoggerMode.java +++ b/src/main/java/com/seibel/lod/core/enums/config/LoggerMode.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/src/main/java/com/seibel/lod/core/enums/config/ServerFolderNameMode.java b/src/main/java/com/seibel/lod/core/enums/config/ServerFolderNameMode.java index 98a47b05d..fc7e663ec 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/ServerFolderNameMode.java +++ b/src/main/java/com/seibel/lod/core/enums/config/ServerFolderNameMode.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) 2022 Tom Lee (TomTheFurry) diff --git a/src/main/java/com/seibel/lod/core/enums/config/ShadingMode.java b/src/main/java/com/seibel/lod/core/enums/config/ShadingMode.java index 683234827..f7fb10f11 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/ShadingMode.java +++ b/src/main/java/com/seibel/lod/core/enums/config/ShadingMode.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/src/main/java/com/seibel/lod/core/enums/config/VanillaOverdraw.java b/src/main/java/com/seibel/lod/core/enums/config/VanillaOverdraw.java index cc7fddba3..485c33ded 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/VanillaOverdraw.java +++ b/src/main/java/com/seibel/lod/core/enums/config/VanillaOverdraw.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/src/main/java/com/seibel/lod/core/enums/config/VerticalQuality.java b/src/main/java/com/seibel/lod/core/enums/config/VerticalQuality.java index 9b6e14113..833d6a772 100644 --- a/src/main/java/com/seibel/lod/core/enums/config/VerticalQuality.java +++ b/src/main/java/com/seibel/lod/core/enums/config/VerticalQuality.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/src/main/java/com/seibel/lod/core/enums/rendering/DebugMode.java b/src/main/java/com/seibel/lod/core/enums/rendering/DebugMode.java index 4708036f3..b017a01b1 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/DebugMode.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/DebugMode.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/src/main/java/com/seibel/lod/core/enums/rendering/FogColorMode.java b/src/main/java/com/seibel/lod/core/enums/rendering/FogColorMode.java index 19bb4acbb..c90a59475 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/FogColorMode.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/FogColorMode.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/src/main/java/com/seibel/lod/core/enums/rendering/FogDistance.java b/src/main/java/com/seibel/lod/core/enums/rendering/FogDistance.java index b8164092a..f60a615a2 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/FogDistance.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/FogDistance.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/src/main/java/com/seibel/lod/core/enums/rendering/FogDrawMode.java b/src/main/java/com/seibel/lod/core/enums/rendering/FogDrawMode.java index dc0e561ba..b932453a1 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/FogDrawMode.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/FogDrawMode.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/src/main/java/com/seibel/lod/core/enums/rendering/FogSetting.java b/src/main/java/com/seibel/lod/core/enums/rendering/FogSetting.java index 9af81b7dd..154afb3e6 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/FogSetting.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/FogSetting.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/src/main/java/com/seibel/lod/core/enums/rendering/GLProxyContext.java b/src/main/java/com/seibel/lod/core/enums/rendering/GLProxyContext.java index 7fb775910..f8e20c28b 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/GLProxyContext.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/GLProxyContext.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/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMixMode.java b/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMixMode.java index 000631476..0aebbd3ce 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMixMode.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMixMode.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/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMode.java b/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMode.java index 25a449aa8..7e27629ab 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMode.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/HeightFogMode.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/src/main/java/com/seibel/lod/core/enums/rendering/RendererType.java b/src/main/java/com/seibel/lod/core/enums/rendering/RendererType.java index 8cca52f30..166f17759 100644 --- a/src/main/java/com/seibel/lod/core/enums/rendering/RendererType.java +++ b/src/main/java/com/seibel/lod/core/enums/rendering/RendererType.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/src/main/java/com/seibel/lod/core/handlers/ChunkFileLoader.java b/src/main/java/com/seibel/lod/core/handlers/ChunkFileLoader.java index 55d71a35e..5e5169aa1 100644 --- a/src/main/java/com/seibel/lod/core/handlers/ChunkFileLoader.java +++ b/src/main/java/com/seibel/lod/core/handlers/ChunkFileLoader.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/src/main/java/com/seibel/lod/core/handlers/IReflectionHandler.java b/src/main/java/com/seibel/lod/core/handlers/IReflectionHandler.java index 205b64273..da5588dc3 100644 --- a/src/main/java/com/seibel/lod/core/handlers/IReflectionHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/IReflectionHandler.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/src/main/java/com/seibel/lod/core/handlers/LodDimensionFileHandler.java b/src/main/java/com/seibel/lod/core/handlers/LodDimensionFileHandler.java index 2fa383e01..99c5ed331 100644 --- a/src/main/java/com/seibel/lod/core/handlers/LodDimensionFileHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/LodDimensionFileHandler.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/src/main/java/com/seibel/lod/core/handlers/LodDimensionFinder.java b/src/main/java/com/seibel/lod/core/handlers/LodDimensionFinder.java index a8a1f81c8..aaf7cf75b 100644 --- a/src/main/java/com/seibel/lod/core/handlers/LodDimensionFinder.java +++ b/src/main/java/com/seibel/lod/core/handlers/LodDimensionFinder.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/src/main/java/com/seibel/lod/core/handlers/LodDimensionOldFileStructureHandler.java b/src/main/java/com/seibel/lod/core/handlers/LodDimensionOldFileStructureHandler.java index f9b86ac1b..5b9b906f7 100644 --- a/src/main/java/com/seibel/lod/core/handlers/LodDimensionOldFileStructureHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/LodDimensionOldFileStructureHandler.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/src/main/java/com/seibel/lod/core/handlers/ReflectionHandler.java b/src/main/java/com/seibel/lod/core/handlers/ReflectionHandler.java index db7315914..a4bd8ded7 100644 --- a/src/main/java/com/seibel/lod/core/handlers/ReflectionHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/ReflectionHandler.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/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/DependencyHandler.java b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/DependencyHandler.java index 87f2f2c0e..fa88fbebe 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/DependencyHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/DependencyHandler.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/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/IBindable.java b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/IBindable.java index f8c51c0e1..d17253998 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/IBindable.java +++ b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/IBindable.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/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/ModAccessorHandler.java b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/ModAccessorHandler.java index 16e17c37f..438e5bd49 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/ModAccessorHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/ModAccessorHandler.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/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/SingletonHandler.java b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/SingletonHandler.java index b74f0e24c..4300e269a 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/SingletonHandler.java +++ b/src/main/java/com/seibel/lod/core/handlers/dependencyInjection/SingletonHandler.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/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/PlayerData.java b/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/PlayerData.java index 944a4feb1..d99486cfd 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/PlayerData.java +++ b/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/PlayerData.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/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/SubDimCompare.java b/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/SubDimCompare.java index cfd19309d..d29bc7130 100644 --- a/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/SubDimCompare.java +++ b/src/main/java/com/seibel/lod/core/handlers/dimensionFinder/SubDimCompare.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/src/main/java/com/seibel/lod/core/logging/ConfigBasedLogger.java b/src/main/java/com/seibel/lod/core/logging/ConfigBasedLogger.java index ada7b9edb..c16fbbb93 100644 --- a/src/main/java/com/seibel/lod/core/logging/ConfigBasedLogger.java +++ b/src/main/java/com/seibel/lod/core/logging/ConfigBasedLogger.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/src/main/java/com/seibel/lod/core/logging/ConfigBasedSpamLogger.java b/src/main/java/com/seibel/lod/core/logging/ConfigBasedSpamLogger.java index 9ea7109af..edc1709ee 100644 --- a/src/main/java/com/seibel/lod/core/logging/ConfigBasedSpamLogger.java +++ b/src/main/java/com/seibel/lod/core/logging/ConfigBasedSpamLogger.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/src/main/java/com/seibel/lod/core/logging/SpamReducedLogger.java b/src/main/java/com/seibel/lod/core/logging/SpamReducedLogger.java index f8a003d91..217490a0f 100644 --- a/src/main/java/com/seibel/lod/core/logging/SpamReducedLogger.java +++ b/src/main/java/com/seibel/lod/core/logging/SpamReducedLogger.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/src/main/java/com/seibel/lod/core/objects/BlockBiomeCouple.java b/src/main/java/com/seibel/lod/core/objects/BlockBiomeCouple.java index 2a7af6bd7..cd96eed93 100644 --- a/src/main/java/com/seibel/lod/core/objects/BlockBiomeCouple.java +++ b/src/main/java/com/seibel/lod/core/objects/BlockBiomeCouple.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/src/main/java/com/seibel/lod/core/objects/BoolType.java b/src/main/java/com/seibel/lod/core/objects/BoolType.java index 47cd1ce8a..004f5b987 100644 --- a/src/main/java/com/seibel/lod/core/objects/BoolType.java +++ b/src/main/java/com/seibel/lod/core/objects/BoolType.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/src/main/java/com/seibel/lod/core/objects/MinDefaultMax.java b/src/main/java/com/seibel/lod/core/objects/MinDefaultMax.java index bc7c20784..c18908f1e 100644 --- a/src/main/java/com/seibel/lod/core/objects/MinDefaultMax.java +++ b/src/main/java/com/seibel/lod/core/objects/MinDefaultMax.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/src/main/java/com/seibel/lod/core/objects/ParsedIp.java b/src/main/java/com/seibel/lod/core/objects/ParsedIp.java index 69d677416..f52dc11ea 100644 --- a/src/main/java/com/seibel/lod/core/objects/ParsedIp.java +++ b/src/main/java/com/seibel/lod/core/objects/ParsedIp.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/src/main/java/com/seibel/lod/core/objects/Pos2D.java b/src/main/java/com/seibel/lod/core/objects/Pos2D.java index 2e7d1d5a7..591960045 100644 --- a/src/main/java/com/seibel/lod/core/objects/Pos2D.java +++ b/src/main/java/com/seibel/lod/core/objects/Pos2D.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/src/main/java/com/seibel/lod/core/objects/PosToGenerateContainer.java b/src/main/java/com/seibel/lod/core/objects/PosToGenerateContainer.java index c93ec1f61..eb5b25734 100644 --- a/src/main/java/com/seibel/lod/core/objects/PosToGenerateContainer.java +++ b/src/main/java/com/seibel/lod/core/objects/PosToGenerateContainer.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/src/main/java/com/seibel/lod/core/objects/PosToRenderContainer.java b/src/main/java/com/seibel/lod/core/objects/PosToRenderContainer.java index da6b504f1..124c1f7a1 100644 --- a/src/main/java/com/seibel/lod/core/objects/PosToRenderContainer.java +++ b/src/main/java/com/seibel/lod/core/objects/PosToRenderContainer.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/src/main/java/com/seibel/lod/core/objects/lod/LevelContainer.java b/src/main/java/com/seibel/lod/core/objects/lod/LevelContainer.java index ecb833364..83174aa75 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/LevelContainer.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/LevelContainer.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/src/main/java/com/seibel/lod/core/objects/lod/LodDimension.java b/src/main/java/com/seibel/lod/core/objects/lod/LodDimension.java index 30efe7e08..e791ace2a 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/LodDimension.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/LodDimension.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/src/main/java/com/seibel/lod/core/objects/lod/LodRegion.java b/src/main/java/com/seibel/lod/core/objects/lod/LodRegion.java index 2ceac2901..1e9ecfce1 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/LodRegion.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/LodRegion.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/src/main/java/com/seibel/lod/core/objects/lod/LodWorld.java b/src/main/java/com/seibel/lod/core/objects/lod/LodWorld.java index 0a6fd398d..27411faee 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/LodWorld.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/LodWorld.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/src/main/java/com/seibel/lod/core/objects/lod/RegionPos.java b/src/main/java/com/seibel/lod/core/objects/lod/RegionPos.java index e80cec243..d8e4cc73d 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/RegionPos.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/RegionPos.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/src/main/java/com/seibel/lod/core/objects/lod/VerticalLevelContainer.java b/src/main/java/com/seibel/lod/core/objects/lod/VerticalLevelContainer.java index c135af07e..49f832afa 100644 --- a/src/main/java/com/seibel/lod/core/objects/lod/VerticalLevelContainer.java +++ b/src/main/java/com/seibel/lod/core/objects/lod/VerticalLevelContainer.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/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java b/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java index 11e55b94a..770eb22fa 100644 --- a/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java +++ b/src/main/java/com/seibel/lod/core/objects/math/Mat4f.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/src/main/java/com/seibel/lod/core/objects/math/Vec3d.java b/src/main/java/com/seibel/lod/core/objects/math/Vec3d.java index fc85ec91b..864d7eeaa 100644 --- a/src/main/java/com/seibel/lod/core/objects/math/Vec3d.java +++ b/src/main/java/com/seibel/lod/core/objects/math/Vec3d.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/src/main/java/com/seibel/lod/core/objects/math/Vec3f.java b/src/main/java/com/seibel/lod/core/objects/math/Vec3f.java index d468ad811..e1089abf4 100644 --- a/src/main/java/com/seibel/lod/core/objects/math/Vec3f.java +++ b/src/main/java/com/seibel/lod/core/objects/math/Vec3f.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/src/main/java/com/seibel/lod/core/objects/math/Vec3i.java b/src/main/java/com/seibel/lod/core/objects/math/Vec3i.java index bd7bf9e10..e459835f3 100644 --- a/src/main/java/com/seibel/lod/core/objects/math/Vec3i.java +++ b/src/main/java/com/seibel/lod/core/objects/math/Vec3i.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/src/main/java/com/seibel/lod/core/objects/opengl/DefaultLodVertexFormats.java b/src/main/java/com/seibel/lod/core/objects/opengl/DefaultLodVertexFormats.java index 740fd34a5..4c9fb748f 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/DefaultLodVertexFormats.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/DefaultLodVertexFormats.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/src/main/java/com/seibel/lod/core/objects/opengl/LodBox.java b/src/main/java/com/seibel/lod/core/objects/opengl/LodBox.java index 91c9c0bc4..4eb929d29 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/LodBox.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/LodBox.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/src/main/java/com/seibel/lod/core/objects/opengl/LodQuadBuilder.java b/src/main/java/com/seibel/lod/core/objects/opengl/LodQuadBuilder.java index 359612bbc..7575be3fb 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/LodQuadBuilder.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/LodQuadBuilder.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/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexBuffer.java b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexBuffer.java index ddb94b1cb..cc70da7c8 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexBuffer.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexBuffer.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/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormat.java b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormat.java index a54cc918d..9c2897fb5 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormat.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormat.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/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormatElement.java b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormatElement.java index 43c4798cf..0ca77ed63 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormatElement.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/LodVertexFormatElement.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/src/main/java/com/seibel/lod/core/objects/opengl/RenderBuffer.java b/src/main/java/com/seibel/lod/core/objects/opengl/RenderBuffer.java index 42162e9d2..09d89206a 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/RenderBuffer.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/RenderBuffer.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/src/main/java/com/seibel/lod/core/objects/opengl/RenderRegion.java b/src/main/java/com/seibel/lod/core/objects/opengl/RenderRegion.java index 3b1614317..6d4b29113 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/RenderRegion.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/RenderRegion.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/src/main/java/com/seibel/lod/core/objects/opengl/SimpleRenderBuffer.java b/src/main/java/com/seibel/lod/core/objects/opengl/SimpleRenderBuffer.java index 81182cc69..1f2d2353e 100644 --- a/src/main/java/com/seibel/lod/core/objects/opengl/SimpleRenderBuffer.java +++ b/src/main/java/com/seibel/lod/core/objects/opengl/SimpleRenderBuffer.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/src/main/java/com/seibel/lod/core/render/GLProxy.java b/src/main/java/com/seibel/lod/core/render/GLProxy.java index 3e8422368..a9dfb8627 100644 --- a/src/main/java/com/seibel/lod/core/render/GLProxy.java +++ b/src/main/java/com/seibel/lod/core/render/GLProxy.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 James Seibel diff --git a/src/main/java/com/seibel/lod/core/render/LodFogConfig.java b/src/main/java/com/seibel/lod/core/render/LodFogConfig.java index 754aa8fee..1267d5d25 100644 --- a/src/main/java/com/seibel/lod/core/render/LodFogConfig.java +++ b/src/main/java/com/seibel/lod/core/render/LodFogConfig.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/src/main/java/com/seibel/lod/core/render/LodRenderProgram.java b/src/main/java/com/seibel/lod/core/render/LodRenderProgram.java index 8c1d4ff41..74804f71c 100644 --- a/src/main/java/com/seibel/lod/core/render/LodRenderProgram.java +++ b/src/main/java/com/seibel/lod/core/render/LodRenderProgram.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 James Seibel diff --git a/src/main/java/com/seibel/lod/core/render/LodRenderer.java b/src/main/java/com/seibel/lod/core/render/LodRenderer.java index 4d33709de..a5e4c8ce3 100644 --- a/src/main/java/com/seibel/lod/core/render/LodRenderer.java +++ b/src/main/java/com/seibel/lod/core/render/LodRenderer.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 James Seibel diff --git a/src/main/java/com/seibel/lod/core/render/RenderSystemTest.java b/src/main/java/com/seibel/lod/core/render/RenderSystemTest.java index 3850ba3df..670a6d6de 100644 --- a/src/main/java/com/seibel/lod/core/render/RenderSystemTest.java +++ b/src/main/java/com/seibel/lod/core/render/RenderSystemTest.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/src/main/java/com/seibel/lod/core/render/RenderUtil.java b/src/main/java/com/seibel/lod/core/render/RenderUtil.java index 4f71366a1..305c9f349 100644 --- a/src/main/java/com/seibel/lod/core/render/RenderUtil.java +++ b/src/main/java/com/seibel/lod/core/render/RenderUtil.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/src/main/java/com/seibel/lod/core/render/objects/GLEnums.java b/src/main/java/com/seibel/lod/core/render/objects/GLEnums.java index 6da393d06..445729eb7 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/GLEnums.java +++ b/src/main/java/com/seibel/lod/core/render/objects/GLEnums.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/src/main/java/com/seibel/lod/core/render/objects/GLState.java b/src/main/java/com/seibel/lod/core/render/objects/GLState.java index f63c645dc..4805a54a1 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/GLState.java +++ b/src/main/java/com/seibel/lod/core/render/objects/GLState.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/src/main/java/com/seibel/lod/core/render/objects/LightmapTexture.java b/src/main/java/com/seibel/lod/core/render/objects/LightmapTexture.java index a5726ba35..df3b969b9 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/LightmapTexture.java +++ b/src/main/java/com/seibel/lod/core/render/objects/LightmapTexture.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/src/main/java/com/seibel/lod/core/render/objects/Shader.java b/src/main/java/com/seibel/lod/core/render/objects/Shader.java index dc4382e91..8b5ba07da 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/Shader.java +++ b/src/main/java/com/seibel/lod/core/render/objects/Shader.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 James Seibel diff --git a/src/main/java/com/seibel/lod/core/render/objects/ShaderProgram.java b/src/main/java/com/seibel/lod/core/render/objects/ShaderProgram.java index e1c1970a2..4a4ad7808 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/ShaderProgram.java +++ b/src/main/java/com/seibel/lod/core/render/objects/ShaderProgram.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/src/main/java/com/seibel/lod/core/render/objects/VertexAttribute.java b/src/main/java/com/seibel/lod/core/render/objects/VertexAttribute.java index efb81ba11..9f2af5416 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/VertexAttribute.java +++ b/src/main/java/com/seibel/lod/core/render/objects/VertexAttribute.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 James Seibel diff --git a/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePostGL43.java b/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePostGL43.java index bea08c9d6..eca05fb82 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePostGL43.java +++ b/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePostGL43.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/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePreGL43.java b/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePreGL43.java index 004906163..59e8a6406 100644 --- a/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePreGL43.java +++ b/src/main/java/com/seibel/lod/core/render/objects/VertexAttributePreGL43.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/src/main/java/com/seibel/lod/core/util/ColorUtil.java b/src/main/java/com/seibel/lod/core/util/ColorUtil.java index de9e797fd..23b309a00 100644 --- a/src/main/java/com/seibel/lod/core/util/ColorUtil.java +++ b/src/main/java/com/seibel/lod/core/util/ColorUtil.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/src/main/java/com/seibel/lod/core/util/ComsumerOutputStream.java b/src/main/java/com/seibel/lod/core/util/ComsumerOutputStream.java index 91dce1f01..06b42e7c0 100644 --- a/src/main/java/com/seibel/lod/core/util/ComsumerOutputStream.java +++ b/src/main/java/com/seibel/lod/core/util/ComsumerOutputStream.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/src/main/java/com/seibel/lod/core/util/DataPointUtil.java b/src/main/java/com/seibel/lod/core/util/DataPointUtil.java index 115e2010e..e1dade03f 100644 --- a/src/main/java/com/seibel/lod/core/util/DataPointUtil.java +++ b/src/main/java/com/seibel/lod/core/util/DataPointUtil.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/src/main/java/com/seibel/lod/core/util/DetailDistanceUtil.java b/src/main/java/com/seibel/lod/core/util/DetailDistanceUtil.java index 3d56553a7..2ee19a9a4 100644 --- a/src/main/java/com/seibel/lod/core/util/DetailDistanceUtil.java +++ b/src/main/java/com/seibel/lod/core/util/DetailDistanceUtil.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/src/main/java/com/seibel/lod/core/util/DummyRunExecutorService.java b/src/main/java/com/seibel/lod/core/util/DummyRunExecutorService.java index 5e7d99bb4..37cfa87e0 100644 --- a/src/main/java/com/seibel/lod/core/util/DummyRunExecutorService.java +++ b/src/main/java/com/seibel/lod/core/util/DummyRunExecutorService.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/src/main/java/com/seibel/lod/core/util/GLMessage.java b/src/main/java/com/seibel/lod/core/util/GLMessage.java index 45aa021df..a8ecac7a4 100644 --- a/src/main/java/com/seibel/lod/core/util/GLMessage.java +++ b/src/main/java/com/seibel/lod/core/util/GLMessage.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/src/main/java/com/seibel/lod/core/util/GLMessageOutputStream.java b/src/main/java/com/seibel/lod/core/util/GLMessageOutputStream.java index 108ad0b43..26ed032b4 100644 --- a/src/main/java/com/seibel/lod/core/util/GLMessageOutputStream.java +++ b/src/main/java/com/seibel/lod/core/util/GLMessageOutputStream.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/src/main/java/com/seibel/lod/core/util/LevelPosUtil.java b/src/main/java/com/seibel/lod/core/util/LevelPosUtil.java index 117f6b708..978de24f0 100644 --- a/src/main/java/com/seibel/lod/core/util/LevelPosUtil.java +++ b/src/main/java/com/seibel/lod/core/util/LevelPosUtil.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/src/main/java/com/seibel/lod/core/util/LodThreadFactory.java b/src/main/java/com/seibel/lod/core/util/LodThreadFactory.java index 2d3b1270b..93e825828 100644 --- a/src/main/java/com/seibel/lod/core/util/LodThreadFactory.java +++ b/src/main/java/com/seibel/lod/core/util/LodThreadFactory.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/src/main/java/com/seibel/lod/core/util/LodUtil.java b/src/main/java/com/seibel/lod/core/util/LodUtil.java index e5b8ecbb2..b5b083ad7 100644 --- a/src/main/java/com/seibel/lod/core/util/LodUtil.java +++ b/src/main/java/com/seibel/lod/core/util/LodUtil.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/src/main/java/com/seibel/lod/core/util/StatsMap.java b/src/main/java/com/seibel/lod/core/util/StatsMap.java index 21b04c683..100dccc1d 100644 --- a/src/main/java/com/seibel/lod/core/util/StatsMap.java +++ b/src/main/java/com/seibel/lod/core/util/StatsMap.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/src/main/java/com/seibel/lod/core/util/UnitBytes.java b/src/main/java/com/seibel/lod/core/util/UnitBytes.java index c134d4efb..73b2600ba 100644 --- a/src/main/java/com/seibel/lod/core/util/UnitBytes.java +++ b/src/main/java/com/seibel/lod/core/util/UnitBytes.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/src/main/java/com/seibel/lod/core/util/gridList/ArrayGridList.java b/src/main/java/com/seibel/lod/core/util/gridList/ArrayGridList.java index 14251e9d1..5020c7568 100644 --- a/src/main/java/com/seibel/lod/core/util/gridList/ArrayGridList.java +++ b/src/main/java/com/seibel/lod/core/util/gridList/ArrayGridList.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/src/main/java/com/seibel/lod/core/util/gridList/EdgeDistanceBooleanGrid.java b/src/main/java/com/seibel/lod/core/util/gridList/EdgeDistanceBooleanGrid.java index c4f2a87b6..2b04c1c4b 100644 --- a/src/main/java/com/seibel/lod/core/util/gridList/EdgeDistanceBooleanGrid.java +++ b/src/main/java/com/seibel/lod/core/util/gridList/EdgeDistanceBooleanGrid.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/src/main/java/com/seibel/lod/core/util/gridList/MovableCenteredGridList.java b/src/main/java/com/seibel/lod/core/util/gridList/MovableCenteredGridList.java index c9df7672d..96a7f042c 100644 --- a/src/main/java/com/seibel/lod/core/util/gridList/MovableCenteredGridList.java +++ b/src/main/java/com/seibel/lod/core/util/gridList/MovableCenteredGridList.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/src/main/java/com/seibel/lod/core/util/gridList/MovableGridRingList.java b/src/main/java/com/seibel/lod/core/util/gridList/MovableGridRingList.java index 3777533ab..32f7b7d10 100644 --- a/src/main/java/com/seibel/lod/core/util/gridList/MovableGridRingList.java +++ b/src/main/java/com/seibel/lod/core/util/gridList/MovableGridRingList.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/src/main/java/com/seibel/lod/core/util/gridList/PosArrayGridList.java b/src/main/java/com/seibel/lod/core/util/gridList/PosArrayGridList.java index e9a03c29a..62d874309 100644 --- a/src/main/java/com/seibel/lod/core/util/gridList/PosArrayGridList.java +++ b/src/main/java/com/seibel/lod/core/util/gridList/PosArrayGridList.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/IVersionConstants.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/IVersionConstants.java index df013cef8..cf01ce783 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/IVersionConstants.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/IVersionConstants.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/IWrapperFactory.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/IWrapperFactory.java index ed6fa1511..d8bc47193 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/IWrapperFactory.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/IWrapperFactory.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/AbstractBlockPosWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/AbstractBlockPosWrapper.java index c15dbee68..6ee6b0ba8 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/AbstractBlockPosWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/AbstractBlockPosWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/IBlockDetailWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/IBlockDetailWrapper.java index 40a598f53..20cf57d4b 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/IBlockDetailWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/block/IBlockDetailWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/AbstractChunkPosWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/AbstractChunkPosWrapper.java index 16c71fbb7..336cc3a43 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/AbstractChunkPosWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/AbstractChunkPosWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/IChunkWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/IChunkWrapper.java index d64f474a9..9f9407c24 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/IChunkWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/chunk/IChunkWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java index 37e5f78f5..34ae46339 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftClientWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftClientWrapper.java index 8d7481d18..c464d367d 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftClientWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftClientWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftRenderWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftRenderWrapper.java index f945959b5..49f6ae193 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftRenderWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IMinecraftRenderWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IProfilerWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IProfilerWrapper.java index 762722e22..075223b3f 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IProfilerWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/minecraft/IProfilerWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/misc/ILightMapWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/misc/ILightMapWrapper.java index f8e4577b5..e74e0c4e6 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/misc/ILightMapWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/misc/ILightMapWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModAccessor.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModAccessor.java index c3c23424a..cf7684d5f 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModAccessor.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModAccessor.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModChecker.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModChecker.java index 53a2e1740..bacaf7d02 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModChecker.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IModChecker.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IOptifineAccessor.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IOptifineAccessor.java index 0c792f209..bbc25f88a 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IOptifineAccessor.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IOptifineAccessor.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/ISodiumAccessor.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/ISodiumAccessor.java index 733d754cb..7c320546d 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/ISodiumAccessor.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/ISodiumAccessor.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IStarlightAccessor.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IStarlightAccessor.java index 1c0b4f42e..a1624447f 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IStarlightAccessor.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/modAccessor/IStarlightAccessor.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeColorWrapperSingleton.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeColorWrapperSingleton.java index 1bb8490ba..049a69097 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeColorWrapperSingleton.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeColorWrapperSingleton.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeWrapper.java index 3dbb52b60..2d90d3964 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IBiomeWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IDimensionTypeWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IDimensionTypeWrapper.java index c802b26ec..a62c70ddb 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IDimensionTypeWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IDimensionTypeWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IWorldWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IWorldWrapper.java index 741fda8ab..9218fc882 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IWorldWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/world/IWorldWrapper.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/src/main/java/com/seibel/lod/core/wrapperInterfaces/worldGeneration/AbstractBatchGenerationEnvionmentWrapper.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/worldGeneration/AbstractBatchGenerationEnvionmentWrapper.java index b7817e086..1ec69e070 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/worldGeneration/AbstractBatchGenerationEnvionmentWrapper.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/worldGeneration/AbstractBatchGenerationEnvionmentWrapper.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