Typo diffrent
This commit is contained in:
parent
b2440d2b9d
commit
d2dd7525c7
2 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
|
|||
requireWork[slot] = req.copy();
|
||||
return;
|
||||
}
|
||||
else if ( req.isSameType( Stored ) ) // same type ( qty diffrent? )!
|
||||
else if ( req.isSameType( Stored ) ) // same type ( qty different? )!
|
||||
{
|
||||
if ( req.getStackSize() != Stored.stackSize )
|
||||
{
|
||||
|
|
|
@ -42,7 +42,7 @@ public class MissingCoreMod extends CustomModLoadingErrorDisplayException
|
|||
}
|
||||
else
|
||||
{
|
||||
drawCenteredString( fontRenderer, "You're launcher may refer to this by diffrent names,", errorScreen.width / 2, offset += 15, 0xffffff );
|
||||
drawCenteredString( fontRenderer, "You're launcher may refer to this by different names,", errorScreen.width / 2, offset += 15, 0xffffff );
|
||||
|
||||
offset += 5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue