From 71fc6f332ba18c467b45718adc6e9e40e7e6fe91 Mon Sep 17 00:00:00 2001 From: DoggySazHi Date: Mon, 24 Jun 2024 21:49:59 -0700 Subject: [PATCH] spotless applied --- .../nitori/core/MixinCraftPlayer.java | 14 ++++++++++++++ .../nitori/core/MixinLevelStorageAccess.java | 14 ++++++++++++++ .../nitori/core/MixinPlayerList.java | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/src/main/java/net/gensokyoreimagined/nitori/core/MixinCraftPlayer.java b/src/main/java/net/gensokyoreimagined/nitori/core/MixinCraftPlayer.java index 4a4f8b1..78dd35f 100644 --- a/src/main/java/net/gensokyoreimagined/nitori/core/MixinCraftPlayer.java +++ b/src/main/java/net/gensokyoreimagined/nitori/core/MixinCraftPlayer.java @@ -1,3 +1,17 @@ +// Nitori Copyright (C) 2024 Gensokyo Reimagined +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package net.gensokyoreimagined.nitori.core; import net.minecraft.Util; diff --git a/src/main/java/net/gensokyoreimagined/nitori/core/MixinLevelStorageAccess.java b/src/main/java/net/gensokyoreimagined/nitori/core/MixinLevelStorageAccess.java index 3ec8dae..c8b75c4 100644 --- a/src/main/java/net/gensokyoreimagined/nitori/core/MixinLevelStorageAccess.java +++ b/src/main/java/net/gensokyoreimagined/nitori/core/MixinLevelStorageAccess.java @@ -1,3 +1,17 @@ +// Nitori Copyright (C) 2024 Gensokyo Reimagined +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package net.gensokyoreimagined.nitori.core; import net.minecraft.Util; diff --git a/src/main/java/net/gensokyoreimagined/nitori/core/MixinPlayerList.java b/src/main/java/net/gensokyoreimagined/nitori/core/MixinPlayerList.java index 3e7758c..6f02988 100644 --- a/src/main/java/net/gensokyoreimagined/nitori/core/MixinPlayerList.java +++ b/src/main/java/net/gensokyoreimagined/nitori/core/MixinPlayerList.java @@ -1,3 +1,17 @@ +// Nitori Copyright (C) 2024 Gensokyo Reimagined +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package net.gensokyoreimagined.nitori.core; import net.minecraft.Util;