Skip to content

Commit 33d7a72

Browse files
committed
Merge branch '1.16' into release-1.16
2 parents ac89e76 + d5e6a59 commit 33d7a72

File tree

266 files changed

+270
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+270
-267
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This is required to provide enough memory for the Minecraft decompilation process.
33
org.gradle.jvmargs=-Xmx8G
44
minecraftVersion=1.16.5
5-
api_version=3.2.8.8
5+
api_version=3.2.8.9

src/main/java/com/hrznstudio/titanium/Titanium.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/TitaniumClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/TagConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/creative/CreativeFEGeneratorBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/creative/tile/CreativeFEGeneratorTile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/AssetTestBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/MachineTestBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/TestBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/TitaniumConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/TwentyFourTestBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/assetsystem/NewAssetProviderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/assetsystem/TestAssetProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/recipe/TestSerializableRecipe.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/tile/AssetTestTile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/tile/MachineTestTile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/tile/TestTile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/_impl/test/tile/TwentyFourTestTile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/annotation/MaterialReference.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/annotation/Save.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/annotation/config/ConfigFile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/annotation/config/ConfigVal.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/annotation/plugin/FeaturePlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/IEnumValues.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/IFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/IItemStackQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/IMachine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/INBTHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/IRecipeProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/augment/AugmentTypes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/augment/IAugmentType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/capability/IStackHolder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/AssetTypes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/DefaultDrawable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/GenericAssetType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/IAsset.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/IAssetType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/IDrawable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/IScreenAddon.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/IScreenAddonProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/assets/types/IBackgroundAsset.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/client/assets/types/ITankAsset.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/filter/FilterAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/filter/FilterSlot.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/filter/IFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/material/IHasColor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/material/IResourceHolder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/material/IResourceType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/multiblock/IMultiblock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

src/main/java/com/hrznstudio/titanium/api/multiblock/MachineMultiblock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Titanium
3-
* Copyright (C) 2023, Horizon Studio <contact@hrznstudio.com>.
3+
* Copyright (C) 2024, Horizon Studio <contact@hrznstudio.com>.
44
*
55
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
66
*/

0 commit comments

Comments
 (0)