Skip to content

Commit

Permalink
Updated to actual version
Browse files Browse the repository at this point in the history
fixed packages names
  • Loading branch information
Mega4oSS committed Jan 4, 2025
1 parent 3b14a54 commit 693534f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified libs/PlusicAPIAoh3-1.0-SNAPSHOT-all.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package ru.artem.alaverdyan.consoleextended.buttons;

import aoc.kingdoms.lukasz.jakowski.CFG;
import aoc.kingdoms.lukasz.jakowski.Game;
import aoc.kingdoms.lukasz.jakowski.GameValues;
import aoc.kingdoms.lukasz.jakowski.SoundsManager;
import aoc.kingdoms.lukasz.menu.Colors;
import aoc.kingdoms.lukasz.menu_element.button.ButtonIcon;
import aoc.kingdoms.lukasz.menu_element.menuElementHover.*;
import aoc.kingdoms.lukasz.menusInGame.InGame_Console;
import aoc.kingdoms.lukasz.textures.Images;

import aoh.kingdoms.history.mainGame.CFG;
import aoh.kingdoms.history.mainGame.Game;
import aoh.kingdoms.history.mainGame.SoundsManager;
import aoh.kingdoms.history.menu.Colors;
import aoh.kingdoms.history.menu_element.button.ButtonIcon;
import aoh.kingdoms.history.menu_element.menuElementHover.*;
import aoh.kingdoms.history.menusInGame.InGame_Console;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package ru.artem.alaverdyan.consoleextended.mixins;

import aoc.kingdoms.lukasz.jakowski.CFG;
import aoc.kingdoms.lukasz.jakowski.GameValues;
import aoc.kingdoms.lukasz.menu_element.MenuElement;
import aoc.kingdoms.lukasz.textures.Images;
import aoh.kingdoms.history.mainGame.CFG;
import aoh.kingdoms.history.mainGame.GameValues;
import aoh.kingdoms.history.menu_element.MenuElement;
import aoh.kingdoms.history.textures.Images;
import ru.artem.alaverdyan.Mixin;
import ru.artem.alaverdyan.consoleextended.buttons.Button_ExecuteCommand;
import ru.artem.alaverdyan.injections.At;
Expand All @@ -12,7 +12,7 @@

import java.util.List;

@Mixin(value = "aoc.kingdoms.lukasz.menusInGame.InGame_Console")
@Mixin(value = "aoh.kingdoms.history.menusInGame.InGame_Console")
public class ConsoleMixin {
@Inject(method = "InGame_Console", constructorParameters = {boolean.class}, at = @At(value = "BY", by = 64), returnTo = @ReturnTo(to = "buttonY"))
public int injected(List<MenuElement> menuElements, int paddingLeft, int buttonY, int menuWidth) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modinfo.plus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MainClass: ru.artem.alaverdyan.consoleextended.ConsoleExtended
Name: ConsoleExtended
Author: Artem Alaverdyan
Version: 1.0.0
Version: 1.0.1

0 comments on commit 693534f

Please sign in to comment.