Updated ru_ru lang. Should fix FTBTeam/FTB-Continuum#437
This commit is contained in:
parent
304046b457
commit
f54353290b
4 changed files with 109 additions and 130 deletions
|
@ -37,6 +37,7 @@ public class ContainerDestructoPack extends RebornContainer {
|
|||
private EntityPlayer player;
|
||||
private Inventory inv;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public ContainerDestructoPack(EntityPlayer player) {
|
||||
this.player = player;
|
||||
inv = new Inventory(1, "destructopack", 64, null);
|
||||
|
|
|
@ -31,6 +31,7 @@ public class ContainerPda extends RebornContainer {
|
|||
|
||||
EntityPlayer player;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public ContainerPda(EntityPlayer player) {
|
||||
|
||||
}
|
||||
|
|
|
@ -46,6 +46,7 @@ import techreborn.Core;
|
|||
|
||||
public class StackToolTipEvent {
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@SideOnly(Side.CLIENT)
|
||||
@SubscribeEvent
|
||||
public void handleItemTooltipEvent(ItemTooltipEvent event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue