mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Removed Pink Fluffy Unicloud Name because of serverz
This commit is contained in:
parent
b8ba00ed83
commit
c901a1fe05
2 changed files with 0 additions and 7 deletions
|
@ -14,7 +14,6 @@ import cpw.mods.fml.relauncher.Side;
|
||||||
import cpw.mods.fml.relauncher.SideOnly;
|
import cpw.mods.fml.relauncher.SideOnly;
|
||||||
import ellpeck.actuallyadditions.ActuallyAdditions;
|
import ellpeck.actuallyadditions.ActuallyAdditions;
|
||||||
import ellpeck.actuallyadditions.inventory.GuiHandler;
|
import ellpeck.actuallyadditions.inventory.GuiHandler;
|
||||||
import ellpeck.actuallyadditions.proxy.ClientProxy;
|
|
||||||
import ellpeck.actuallyadditions.tile.TileEntitySmileyCloud;
|
import ellpeck.actuallyadditions.tile.TileEntitySmileyCloud;
|
||||||
import ellpeck.actuallyadditions.util.AssetUtil;
|
import ellpeck.actuallyadditions.util.AssetUtil;
|
||||||
import ellpeck.actuallyadditions.util.IActAddItemOrBlock;
|
import ellpeck.actuallyadditions.util.IActAddItemOrBlock;
|
||||||
|
@ -91,11 +90,6 @@ public class BlockSmileyCloud extends BlockContainerBase implements IActAddItemO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getUnlocalizedName(){
|
|
||||||
return super.getUnlocalizedName()+(ClientProxy.bulletForMyValentine ? "Valentine" : "");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onBlockPlacedBy(World world, int x, int y, int z, EntityLivingBase player, ItemStack stack){
|
public void onBlockPlacedBy(World world, int x, int y, int z, EntityLivingBase player, ItemStack stack){
|
||||||
int rotation = MathHelper.floor_double((double)(player.rotationYaw*4.0F/360.0F)+0.5D) & 3;
|
int rotation = MathHelper.floor_double((double)(player.rotationYaw*4.0F/360.0F)+0.5D) & 3;
|
||||||
|
|
|
@ -102,7 +102,6 @@ tile.actuallyadditions.blockFlax.name=Flax Plant
|
||||||
tile.actuallyadditions.blockCoffeeMachine.name=Coffee Machine
|
tile.actuallyadditions.blockCoffeeMachine.name=Coffee Machine
|
||||||
tile.actuallyadditions.blockXPSolidifier.name=Experience Solidifier
|
tile.actuallyadditions.blockXPSolidifier.name=Experience Solidifier
|
||||||
tile.actuallyadditions.blockSmileyCloud.name=Smiley Cloud
|
tile.actuallyadditions.blockSmileyCloud.name=Smiley Cloud
|
||||||
tile.actuallyadditions.blockSmileyCloudValentine.name=Pink Fluffy Unicloud
|
|
||||||
tile.actuallyadditions.blockLeafGenerator.name=Leaf-Eating Generator
|
tile.actuallyadditions.blockLeafGenerator.name=Leaf-Eating Generator
|
||||||
tile.actuallyadditions.blockDirectionalBreaker.name=Long-Range Breaker
|
tile.actuallyadditions.blockDirectionalBreaker.name=Long-Range Breaker
|
||||||
tile.actuallyadditions.blockRangedCollector.name=Ranged Collector
|
tile.actuallyadditions.blockRangedCollector.name=Ranged Collector
|
||||||
|
|
Loading…
Reference in a new issue