Skip to content

Commit

Permalink
add three new upgrade tiers
Browse files Browse the repository at this point in the history
change texture fromnumbers  to I II III IV V VI VII VIII
  • Loading branch information
Dream-Master committed Aug 25, 2022
1 parent 273a4c9 commit e3086de
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ public enum UpgradeCore {
VOID(Type.VOID, 2),
STORAGE81(Type.STORAGE, 81),
STORAGE243(Type.STORAGE, 243),
CREATIVE(Type.CREATIVE, 1);
CREATIVE(Type.CREATIVE, 1),
STORAGE729(Type.STORAGE, 729),
STORAGE2187(Type.STORAGE, 2187),
STORAGE6561(Type.STORAGE, 6561);

public static enum Type {
STORAGE, ENDER, REDSTONE, HOPPER, VOID, CREATIVE
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jabba/textures/items/coreupg_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jabba/textures/items/coreupg_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jabba/textures/items/coreupg_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jabba/textures/items/coreupg_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/jabba/textures/items/coreupg_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3086de

Please sign in to comment.