mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
added item tooltip for furnace
This commit is contained in:
parent
8138382c15
commit
f4b0ba5bc2
@ -37,6 +37,8 @@ public class ItemMachineUpgrade extends Item {
|
|||||||
list.add("Delay -" + (15 * this.tier) + "% / Consumption +" + (300 * this.tier) + "HE/t");
|
list.add("Delay -" + (15 * this.tier) + "% / Consumption +" + (300 * this.tier) + "HE/t");
|
||||||
list.add(EnumChatFormatting.RED + "Laser Miner:");
|
list.add(EnumChatFormatting.RED + "Laser Miner:");
|
||||||
list.add("Delay ÷" + (1 + this.tier) + " / Consumption +" + (625 * this.tier) + "HE/t");
|
list.add("Delay ÷" + (1 + this.tier) + " / Consumption +" + (625 * this.tier) + "HE/t");
|
||||||
|
list.add(EnumChatFormatting.RED + "Electric Furnace:");
|
||||||
|
list.add("Delay -" + (25 * this.tier) + "% / Consumption +" + (50 * this.tier) + "HE/t");
|
||||||
list.add(EnumChatFormatting.RED + "Assembly Machine:");
|
list.add(EnumChatFormatting.RED + "Assembly Machine:");
|
||||||
list.add("Delay -" + (25 * this.tier) + "% / Consumption +" + (300 * this.tier) + "HE/t");
|
list.add("Delay -" + (25 * this.tier) + "% / Consumption +" + (300 * this.tier) + "HE/t");
|
||||||
list.add(EnumChatFormatting.RED + "Chemical Plant:");
|
list.add(EnumChatFormatting.RED + "Chemical Plant:");
|
||||||
@ -69,6 +71,8 @@ public class ItemMachineUpgrade extends Item {
|
|||||||
if(this.type == UpgradeType.POWER) {
|
if(this.type == UpgradeType.POWER) {
|
||||||
list.add(EnumChatFormatting.RED + "Mining Drill:");
|
list.add(EnumChatFormatting.RED + "Mining Drill:");
|
||||||
list.add("Consumption -" + (30 * this.tier) + "HE/t / Delay +" + (5 * this.tier) + "%");
|
list.add("Consumption -" + (30 * this.tier) + "HE/t / Delay +" + (5 * this.tier) + "%");
|
||||||
|
list.add(EnumChatFormatting.RED + "Electric Furnace:");
|
||||||
|
list.add("Consumption -" + (15 * this.tier) + "HE/t / Delay +" + (10 * this.tier) + "%");
|
||||||
list.add(EnumChatFormatting.RED + "Assembly Machine:");
|
list.add(EnumChatFormatting.RED + "Assembly Machine:");
|
||||||
list.add("Consumption -" + (30 * this.tier) + "HE/t / Delay +" + (5 * this.tier) + "%");
|
list.add("Consumption -" + (30 * this.tier) + "HE/t / Delay +" + (5 * this.tier) + "%");
|
||||||
list.add(EnumChatFormatting.RED + "Chemical Plant:");
|
list.add(EnumChatFormatting.RED + "Chemical Plant:");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user