Skip to content

Commit 8d27727

Browse files
committed
Spotless
1 parent 755b08a commit 8d27727

3 files changed

Lines changed: 51 additions & 1 deletion

File tree

src/main/java/org/visuals/legacy/animatium/util/rendering/panorama/LegacyPanoramaRenderState.java

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
/**
2+
* Animatium
3+
* The all-you-could-want legacy animations mod for modern minecraft versions.
4+
* Brings back animations from the 1.7/1.8 era and more.
5+
* <p>
6+
* Copyright (C) 2024-2025 lowercasebtw
7+
* Copyright (C) 2024-2025 mixces
8+
* Copyright (C) 2024-2025 Contributors to the project retain their copyright
9+
* <p>
10+
* This program is free software: you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation, either version 3 of the License, or
13+
* (at your option) any later version.
14+
* <p>
15+
* This program is distributed in the hope that it will be useful,
16+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
19+
* <p>
20+
* You should have received a copy of the GNU General Public License
21+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
* <p>
23+
* "MINECRAFT" LINKING EXCEPTION TO THE GPL
24+
*/
25+
126
package org.visuals.legacy.animatium.util.rendering.panorama;
227

328
import org.joml.Matrix3x2f;

src/main/java/org/visuals/legacy/animatium/util/rendering/panorama/PanoramaBlitTexture.java

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
/**
2+
* Animatium
3+
* The all-you-could-want legacy animations mod for modern minecraft versions.
4+
* Brings back animations from the 1.7/1.8 era and more.
5+
* <p>
6+
* Copyright (C) 2024-2025 lowercasebtw
7+
* Copyright (C) 2024-2025 mixces
8+
* Copyright (C) 2024-2025 Contributors to the project retain their copyright
9+
* <p>
10+
* This program is free software: you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation, either version 3 of the License, or
13+
* (at your option) any later version.
14+
* <p>
15+
* This program is distributed in the hope that it will be useful,
16+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
19+
* <p>
20+
* You should have received a copy of the GNU General Public License
21+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
* <p>
23+
* "MINECRAFT" LINKING EXCEPTION TO THE GPL
24+
*/
25+
126
package org.visuals.legacy.animatium.util.rendering.panorama;
227

328
import com.mojang.blaze3d.pipeline.RenderPipeline;

src/main/resources/animatium.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"v1.rendering.items.MixinItemInHandRenderer_FirstPersonItemPositions",
118118
"v1.rendering.items.MixinItemModelResolver_MobHeadIcons",
119119
"v1.rendering.items.MixinItemStack_LegacyRarities",
120+
"v1.rendering.items.MixinSpriteContents_FixTransparencyLimit",
120121
"v1.rendering.items.flat.MixinItemEntityRenderer",
121122
"v1.rendering.items.flat.MixinItemFrameRenderer",
122123
"v1.rendering.items.flat.MixinItemStackRenderLayerState",
@@ -127,7 +128,6 @@
127128
"v1.rendering.lighting.MixinLightmap_LegacyLightmap",
128129
"v1.rendering.lighting.MixinLightmapRenderState_StoreLegacy",
129130
"v1.rendering.lighting.MixinLightmapRenderStateExtractor_LegacyLightmap",
130-
"v1.rendering.items.MixinSpriteContents_FixTransparencyLimit",
131131
"v1.rendering.outlines.MixinGameRenderer_PersistentBlockOutline",
132132
"v1.rendering.outlines.MixinLevelRenderer_BlockOutlines",
133133
"v1.rendering.sky.MixinLevelRenderer_OldCloudRendering",

0 commit comments

Comments
 (0)