File tree Expand file tree Collapse file tree
java/org/visuals/legacy/animatium/util/rendering/panorama Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
126package org .visuals .legacy .animatium .util .rendering .panorama ;
227
328import org .joml .Matrix3x2f ;
Original file line number Diff line number Diff line change 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+
126package org .visuals .legacy .animatium .util .rendering .panorama ;
227
328import com .mojang .blaze3d .pipeline .RenderPipeline ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments