Skip to content

Commit

Permalink
Merge pull request #24 from GTNewHorizons/Upgrades
Browse files Browse the repository at this point in the history
add three new upgrade tiers
  • Loading branch information
Dream-Master authored Aug 26, 2022
2 parents 273a4c9 + 98f3211 commit 1bcc93e
Show file tree
Hide file tree
Showing 13 changed files with 16 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
3 changes: 3 additions & 0 deletions src/main/resources/assets/jabba/lang/de_DE.lang
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ item.upgrade.core.storage9.name=Speicher-Upgrade x9
item.upgrade.core.storage27.name=Speicher-Upgrade x27
item.upgrade.core.storage81.name=Speicher-Upgrade x81
item.upgrade.core.storage243.name=Speicher-Upgrade x243
item.upgrade.core.storage729.name=Speicher-Upgrade x729
item.upgrade.core.storage2187.name=Speicher-Upgrade x2187
item.upgrade.core.storage6561.name=Speicher-Upgrade x6561
item.upgrade.core.ender.name=BSpace-Upgrade
item.upgrade.core.redstone.name=Redstone-Upgrade
item.upgrade.core.hopper.name=Trichter-Upgrade
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/assets/jabba/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ item.upgrade.core.storage9.name=Storage upgrade x9
item.upgrade.core.storage27.name=Storage upgrade x27
item.upgrade.core.storage81.name=Storage upgrade x81
item.upgrade.core.storage243.name=Storage upgrade x243
item.upgrade.core.storage729.name=Storage upgrade x729
item.upgrade.core.storage2187.name=Storage upgrade x2187
item.upgrade.core.storage6561.name=Storage upgrade x6561
item.upgrade.core.ender.name=BSpace upgrade
item.upgrade.core.redstone.name=Redstone upgrade
item.upgrade.core.hopper.name=Hopper upgrade
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/assets/jabba/lang/ru_RU.lang
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ item.upgrade.core.storage9.name=Улучшение хранилища x9
item.upgrade.core.storage27.name=Улучшение хранилища x27
item.upgrade.core.storage81.name=Улучшение хранилища x81
item.upgrade.core.storage243.name=Улучшение хранилища x243
item.upgrade.core.storage729.name=Улучшение хранилища x729
item.upgrade.core.storage2187.name=Улучшение хранилища x2187
item.upgrade.core.storage6561.name=Улучшение хранилища x6561
item.upgrade.core.ender.name=Пространственное улучшение
item.upgrade.core.redstone.name=Красное улучшение
item.upgrade.core.hopper.name=Загрузочное улучшение
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/assets/jabba/lang/zh_CN.lang
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ item.upgrade.core.storage9.name=存储升级+9
item.upgrade.core.storage27.name=存储升级+27
item.upgrade.core.storage81.name=存储升级+81
item.upgrade.core.storage243.name=存储升级+243
item.upgrade.core.storage729.name=存储升级+729
item.upgrade.core.storage2187.name=存储升级+2187
item.upgrade.core.storage6561.name=存储升级+6561
item.upgrade.core.ender.name=B空间升级
item.upgrade.core.redstone.name=红石升级
item.upgrade.core.hopper.name=漏斗升级
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 1bcc93e

Please sign in to comment.