aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/kubatech/ClientProxy.java24
-rw-r--r--src/main/java/kubatech/CommonProxy.java24
-rw-r--r--src/main/java/kubatech/FMLEventHandler.java24
-rw-r--r--src/main/java/kubatech/Tags.java24
-rw-r--r--src/main/java/kubatech/api/ConstructableItemStack.java24
-rw-r--r--src/main/java/kubatech/api/Variables.java24
-rw-r--r--src/main/java/kubatech/api/helpers/EnderIOHelper.java24
-rw-r--r--src/main/java/kubatech/api/helpers/GTHelper.java20
-rw-r--r--src/main/java/kubatech/api/helpers/InfernalHelper.java24
-rw-r--r--src/main/java/kubatech/api/helpers/ProgressBarWrapper.java20
-rw-r--r--src/main/java/kubatech/api/helpers/ReflectionHelper.java24
-rw-r--r--src/main/java/kubatech/api/helpers/UUIDFinder.java20
-rw-r--r--src/main/java/kubatech/api/implementations/KubaTechGTMultiBlockBase.java20
-rw-r--r--src/main/java/kubatech/api/mobhandler/MobDrop.java24
-rw-r--r--src/main/java/kubatech/api/network/CustomTileEntityPacket.java24
-rw-r--r--src/main/java/kubatech/api/network/LoadConfigPacket.java24
-rw-r--r--src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java24
-rw-r--r--src/main/java/kubatech/api/utils/FastRandom.java24
-rw-r--r--src/main/java/kubatech/api/utils/GSONUtils.java24
-rw-r--r--src/main/java/kubatech/api/utils/ItemID.java24
-rw-r--r--src/main/java/kubatech/api/utils/MobUtils.java24
-rw-r--r--src/main/java/kubatech/api/utils/ModUtils.java24
-rw-r--r--src/main/java/kubatech/api/utils/StringUtils.java24
-rw-r--r--src/main/java/kubatech/client/effect/CropRenderer.java24
-rw-r--r--src/main/java/kubatech/client/effect/EntityRenderer.java24
-rw-r--r--src/main/java/kubatech/client/effect/MegaApiaryBeesRenderer.java24
-rw-r--r--src/main/java/kubatech/commands/CommandBees.java24
-rw-r--r--src/main/java/kubatech/commands/CommandConfig.java24
-rw-r--r--src/main/java/kubatech/commands/CommandHandler.java24
-rw-r--r--src/main/java/kubatech/commands/CommandHelp.java24
-rw-r--r--src/main/java/kubatech/commands/CommandTea.java24
-rw-r--r--src/main/java/kubatech/config/Config.java24
-rw-r--r--src/main/java/kubatech/config/OverridesConfig.java24
-rw-r--r--src/main/java/kubatech/kubatech.java24
-rw-r--r--src/main/java/kubatech/loaders/BlockLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/ItemLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/MTLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/MobRecipeLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/RecipeLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/TCLoader.java24
-rw-r--r--src/main/java/kubatech/loaders/block/BlockProxy.java24
-rw-r--r--src/main/java/kubatech/loaders/block/IProxyTileEntityProvider.java20
-rw-r--r--src/main/java/kubatech/loaders/block/KubaBlock.java24
-rw-r--r--src/main/java/kubatech/loaders/block/KubaItemBlock.java24
-rw-r--r--src/main/java/kubatech/loaders/block/blocks/TeaAcceptor.java24
-rw-r--r--src/main/java/kubatech/loaders/block/blocks/TeaStorage.java20
-rw-r--r--src/main/java/kubatech/loaders/item/IItemProxyGUI.java20
-rw-r--r--src/main/java/kubatech/loaders/item/ItemProxy.java24
-rw-r--r--src/main/java/kubatech/loaders/item/KubaItems.java24
-rw-r--r--src/main/java/kubatech/loaders/item/items/Tea.java24
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaCollection.java24
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaIngredient.java24
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaUltimate.java24
-rw-r--r--src/main/java/kubatech/nei/IMCForNEI.java24
-rw-r--r--src/main/java/kubatech/nei/Mob_Handler.java24
-rw-r--r--src/main/java/kubatech/nei/NEI_Config.java24
-rw-r--r--src/main/java/kubatech/savedata/PlayerData.java24
-rw-r--r--src/main/java/kubatech/savedata/PlayerDataManager.java24
-rw-r--r--src/main/java/kubatech/tileentity/TeaAcceptorTile.java24
-rw-r--r--src/main/java/kubatech/tileentity/TeaStorageTile.java20
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeExterminationChamber.java24
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java24
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java24
63 files changed, 1095 insertions, 385 deletions
diff --git a/src/main/java/kubatech/ClientProxy.java b/src/main/java/kubatech/ClientProxy.java
index ca6f670ded..92ef759fcc 100644
--- a/src/main/java/kubatech/ClientProxy.java
+++ b/src/main/java/kubatech/ClientProxy.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech;
diff --git a/src/main/java/kubatech/CommonProxy.java b/src/main/java/kubatech/CommonProxy.java
index 5533cf0beb..5abf29962a 100644
--- a/src/main/java/kubatech/CommonProxy.java
+++ b/src/main/java/kubatech/CommonProxy.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech;
diff --git a/src/main/java/kubatech/FMLEventHandler.java b/src/main/java/kubatech/FMLEventHandler.java
index f1aa845ebd..0c6f3d20ea 100644
--- a/src/main/java/kubatech/FMLEventHandler.java
+++ b/src/main/java/kubatech/FMLEventHandler.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech;
diff --git a/src/main/java/kubatech/Tags.java b/src/main/java/kubatech/Tags.java
index f25192bfa8..a49dc60207 100644
--- a/src/main/java/kubatech/Tags.java
+++ b/src/main/java/kubatech/Tags.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech;
diff --git a/src/main/java/kubatech/api/ConstructableItemStack.java b/src/main/java/kubatech/api/ConstructableItemStack.java
index 27dc2c6133..3e82f64958 100644
--- a/src/main/java/kubatech/api/ConstructableItemStack.java
+++ b/src/main/java/kubatech/api/ConstructableItemStack.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech.api;
diff --git a/src/main/java/kubatech/api/Variables.java b/src/main/java/kubatech/api/Variables.java
index b52a228543..4ab730a150 100644
--- a/src/main/java/kubatech/api/Variables.java
+++ b/src/main/java/kubatech/api/Variables.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech.api;
diff --git a/src/main/java/kubatech/api/helpers/EnderIOHelper.java b/src/main/java/kubatech/api/helpers/EnderIOHelper.java
index 30158500c7..683d193d34 100644
--- a/src/main/java/kubatech/api/helpers/EnderIOHelper.java
+++ b/src/main/java/kubatech/api/helpers/EnderIOHelper.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech.api.helpers;
diff --git a/src/main/java/kubatech/api/helpers/GTHelper.java b/src/main/java/kubatech/api/helpers/GTHelper.java
index 16abbe348c..8521045404 100644
--- a/src/main/java/kubatech/api/helpers/GTHelper.java
+++ b/src/main/java/kubatech/api/helpers/GTHelper.java
@@ -1,3 +1,23 @@
+/*
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
+ */
+
package kubatech.api.helpers;
import static gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase.isValidMetaTileEntity;
diff --git a/src/main/java/kubatech/api/helpers/InfernalHelper.java b/src/main/java/kubatech/api/helpers/InfernalHelper.java
index a842255807..e3c0db456b 100644
--- a/src/main/java/kubatech/api/helpers/InfernalHelper.java
+++ b/src/main/java/kubatech/api/helpers/InfernalHelper.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech.api.helpers;
diff --git a/src/main/java/kubatech/api/helpers/ProgressBarWrapper.java b/src/main/java/kubatech/api/helpers/ProgressBarWrapper.java
index 676ddba91e..d49d1cd16c 100644
--- a/src/main/java/kubatech/api/helpers/ProgressBarWrapper.java
+++ b/src/main/java/kubatech/api/helpers/ProgressBarWrapper.java
@@ -1,3 +1,23 @@
+/*
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
+ */
+
package kubatech.api.helpers;
import static kubatech.api.utils.ModUtils.isClientSided;
diff --git a/src/main/java/kubatech/api/helpers/ReflectionHelper.java b/src/main/java/kubatech/api/helpers/ReflectionHelper.java
index 69c54f29b6..63fd6bd633 100644
--- a/src/main/java/kubatech/api/helpers/ReflectionHelper.java
+++ b/src/main/java/kubatech/api/helpers/ReflectionHelper.java
@@ -1,11 +1,21 @@
/*
- * KubaTech - Gregtech Addon Copyright (C) 2022 - 2023 kuba6000 This library is free software; you can redistribute it
- * and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software
- * Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in
- * the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have
- * received a copy of the GNU Lesser General Public License along with this library. If not, see
- * <https://www.gnu.org/licenses/>.
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <https://www.gnu.org/licenses/>.
+ * spotless:on
*/
package kubatech.api.helpers;
diff --git a/src/main/java/kubatech/api/helpers/UUIDFinder.java b/src/main/java/kubatech/api/helpers/UUIDFinder.java
index 737080ef80..f062e77673 100644
--- a/src/main/java/kubatech/api/helpers/UUIDFinder.java
+++ b/src/main/java/kubatech/api/helpers/UUIDFinder.java
@@ -1,3 +1,23 @@
+/*
+ * spotless:off
+ * KubaTech - Gregtech Addon
+ * Copyright (C) 2022 - 2023 kuba6000
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see &