Skip to content

Commit 4211f29

Browse files
Sync LunarClient Mods & Options
1 parent 2c64e0d commit 4211f29

100 files changed

Lines changed: 381 additions & 292 deletions

File tree

Some content is hidden

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

api/src/main/java/com/lunarclient/apollo/mods/Mods.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -57,6 +57,7 @@
5757
import com.lunarclient.apollo.mods.impl.ModHypixelMod;
5858
import com.lunarclient.apollo.mods.impl.ModInventoryMod;
5959
import com.lunarclient.apollo.mods.impl.ModItemCounter;
60+
import com.lunarclient.apollo.mods.impl.ModItemCustomizer;
6061
import com.lunarclient.apollo.mods.impl.ModItemPhysics;
6162
import com.lunarclient.apollo.mods.impl.ModItemTracker;
6263
import com.lunarclient.apollo.mods.impl.ModKeystrokes;
@@ -108,7 +109,6 @@
108109
import com.lunarclient.apollo.mods.impl.ModTntCountdown;
109110
import com.lunarclient.apollo.mods.impl.ModToggleSneak;
110111
import com.lunarclient.apollo.mods.impl.ModTotemCounter;
111-
import com.lunarclient.apollo.mods.impl.ModUhcOverlay;
112112
import com.lunarclient.apollo.mods.impl.ModWaila;
113113
import com.lunarclient.apollo.mods.impl.ModWaypoints;
114114
import com.lunarclient.apollo.mods.impl.ModWeatherChanger;
@@ -160,7 +160,6 @@ public final class Mods {
160160
ModNametag.class,
161161
ModShulkerPreview.class,
162162
ModScrollableTooltips.class,
163-
ModUhcOverlay.class,
164163
ModParticleChanger.class,
165164
ModNickHider.class,
166165
ModCooldowns.class,
@@ -212,6 +211,7 @@ public final class Mods {
212211
ModDamageTint.class,
213212
ModMobSize.class,
214213
ModSkyblock.class,
214+
ModItemCustomizer.class,
215215
ModHorseStats.class,
216216
ModOverlayMod.class,
217217
ModRewind.class,

api/src/main/java/com/lunarclient/apollo/mods/impl/Mod2dItems.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/Mod3dSkins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModArmorstatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModAudioSubtitles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModAutoTextActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModAutoTextHotkey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModBlockOutline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModBossbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/mods/impl/ModChat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)