mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Learn english, dammit
This commit is contained in:
parent
acb45154d5
commit
93fb24e736
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ import java.util.Random;
|
||||||
|
|
||||||
public class BlockInputter extends BlockContainerBase implements IActAddItemOrBlock{
|
public class BlockInputter extends BlockContainerBase implements IActAddItemOrBlock{
|
||||||
|
|
||||||
public static final int NAME_FLAVOUR_AMOUNTS = 15;
|
public static final int NAME_FLAVOR_AMOUNTS = 15;
|
||||||
|
|
||||||
public boolean isAdvanced;
|
public boolean isAdvanced;
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ public class BlockInputter extends BlockContainerBase implements IActAddItemOrBl
|
||||||
|
|
||||||
if(this.lastSysTime+5000 < sysTime){
|
if(this.lastSysTime+5000 < sysTime){
|
||||||
this.lastSysTime = sysTime;
|
this.lastSysTime = sysTime;
|
||||||
this.toPick = this.rand.nextInt(NAME_FLAVOUR_AMOUNTS)+1;
|
this.toPick = this.rand.nextInt(NAME_FLAVOR_AMOUNTS)+1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return StringUtil.localize(this.getUnlocalizedName()+".name")+" ("+StringUtil.localize("tile."+ModUtil.MOD_ID_LOWER+".blockInputter.add."+this.toPick+".name")+")";
|
return StringUtil.localize(this.getUnlocalizedName()+".name")+" ("+StringUtil.localize("tile."+ModUtil.MOD_ID_LOWER+".blockInputter.add."+this.toPick+".name")+")";
|
||||||
|
|
Loading…
Reference in a new issue