-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
168 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
platforms/forge-1.21/src/main/java/org/anti_ad/mc/ipnext/compat/integrations/ChippedExt.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
/* | ||
* Inventory Profiles Next | ||
* | ||
* Copyright (c) 2019-2020 jsnimda <[email protected]> | ||
* Copyright (c) 2021-2022 Plamen K. Kosseff <[email protected]> | ||
* Copyright (c) 2021-2024 Plamen K. Kosseff <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
|
@@ -20,7 +19,7 @@ | |
|
||
@file:Suppress("UnusedImport") | ||
|
||
package org.anti_ad.mc.ipnext.event | ||
package org.anti_ad.mc.ipnext.event.autorefill | ||
|
||
import org.anti_ad.mc.alias.client.gui.screen.ingame.ContainerScreen | ||
import org.anti_ad.mc.alias.client.gui.screen.ingame.InventoryScreen | ||
|
@@ -58,8 +57,10 @@ import org.anti_ad.mc.ipnext.config.ModSettings | |
import org.anti_ad.mc.ipnext.config.ThresholdUnit.ABSOLUTE | ||
import org.anti_ad.mc.ipnext.config.ThresholdUnit.PERCENTAGE | ||
import org.anti_ad.mc.ipnext.config.ToolReplaceVisualNotification | ||
import org.anti_ad.mc.ipnext.event.LockedSlotKeeper | ||
import org.anti_ad.mc.ipnext.event.MouseTracer | ||
import org.anti_ad.mc.ipnext.event.Sounds | ||
import org.anti_ad.mc.ipnext.gui.base.InventoryOverlay | ||
import org.anti_ad.mc.ipnext.gui.base.InventoryOverlay.Companion.TEXTURE | ||
import org.anti_ad.mc.ipnext.ingame.`(containerBounds)` | ||
import org.anti_ad.mc.ipnext.ingame.`(equipmentSlot)` | ||
import org.anti_ad.mc.ipnext.ingame.`(id)` | ||
|
@@ -831,6 +832,10 @@ object AutoRefillHandler: InventoryOverlay { | |
|
||
} | ||
|
||
override fun postRender(context: NativeContext) { | ||
|
||
} | ||
|
||
override fun drawBackground(context: NativeContext) { | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.