Format sourcecode
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
|
||||
package appeng.core.localization;
|
||||
|
||||
|
||||
import net.minecraft.util.text.translation.I18n;
|
||||
|
||||
|
||||
public enum ButtonToolTips
|
||||
{
|
||||
PowerUnits,
|
||||
|
||||
@@ -40,7 +40,7 @@ public enum PlayerMessages
|
||||
DeviceNotWirelessTerminal,
|
||||
DeviceNotLinked,
|
||||
StationCanNotBeLocated,
|
||||
SettingCleared, ;
|
||||
SettingCleared,;
|
||||
|
||||
public ITextComponent get()
|
||||
{
|
||||
|
||||
@@ -18,19 +18,29 @@
|
||||
|
||||
package appeng.core.localization;
|
||||
|
||||
|
||||
import net.minecraft.util.text.translation.I18n;
|
||||
|
||||
|
||||
public enum WailaText
|
||||
{
|
||||
Crafting,
|
||||
|
||||
DeviceOnline, DeviceOffline, DeviceMissingChannel,
|
||||
DeviceOnline,
|
||||
DeviceOffline,
|
||||
DeviceMissingChannel,
|
||||
|
||||
P2PUnlinked, P2PInputOneOutput, P2PInputManyOutputs, P2POutput,
|
||||
P2PUnlinked,
|
||||
P2PInputOneOutput,
|
||||
P2PInputManyOutputs,
|
||||
P2POutput,
|
||||
|
||||
Locked, Unlocked, Showing,
|
||||
Locked,
|
||||
Unlocked,
|
||||
Showing,
|
||||
|
||||
Contains, Channels;
|
||||
Contains,
|
||||
Channels;
|
||||
|
||||
private final String root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user