Added Paxel Localization & Textures
|
@ -46,7 +46,7 @@ public class ItemAllToolAA extends ItemTool implements INameableItem{
|
||||||
private String repairItem;
|
private String repairItem;
|
||||||
|
|
||||||
public ItemAllToolAA(ToolMaterial toolMat, String repairItem, String unlocalizedName, EnumRarity rarity){
|
public ItemAllToolAA(ToolMaterial toolMat, String repairItem, String unlocalizedName, EnumRarity rarity){
|
||||||
super(5.0F, toolMat, allSet);
|
super(4.0F, toolMat, allSet);
|
||||||
|
|
||||||
this.repairItem = repairItem;
|
this.repairItem = repairItem;
|
||||||
this.name = unlocalizedName;
|
this.name = unlocalizedName;
|
||||||
|
@ -70,7 +70,8 @@ public class ItemAllToolAA extends ItemTool implements INameableItem{
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean isHeld) {
|
public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean isHeld) {
|
||||||
if(KeyUtil.isShiftPressed()){
|
if(KeyUtil.isShiftPressed()){
|
||||||
list.add(StatCollector.translateToLocal("tooltip."+ModUtil.MOD_ID_LOWER+".paxel.desc"));
|
list.add(StatCollector.translateToLocal("tooltip."+ModUtil.MOD_ID_LOWER+".paxel.desc.1"));
|
||||||
|
list.add(StatCollector.translateToLocal("tooltip."+ModUtil.MOD_ID_LOWER+".paxel.desc.2"));
|
||||||
list.add(StatCollector.translateToLocal("tooltip." + ModUtil.MOD_ID_LOWER + ".durability.desc") + ": " + (this.getMaxDamage()-this.getDamage(stack)) + "/" + this.getMaxDamage());
|
list.add(StatCollector.translateToLocal("tooltip." + ModUtil.MOD_ID_LOWER + ".durability.desc") + ": " + (this.getMaxDamage()-this.getDamage(stack)) + "/" + this.getMaxDamage());
|
||||||
}
|
}
|
||||||
else list.add(ItemUtil.shiftForInfo());
|
else list.add(ItemUtil.shiftForInfo());
|
||||||
|
|
|
@ -123,14 +123,32 @@ tooltip.actuallyadditions.blockMiscLavaFactoryCase.desc=Helps the Lava Factory C
|
||||||
tile.actuallyadditions.blockFluidPlacer.name=Fluid Placer
|
tile.actuallyadditions.blockFluidPlacer.name=Fluid Placer
|
||||||
tooltip.actuallyadditions.blockFluidPlacer.desc=Places Fluids stored inside it
|
tooltip.actuallyadditions.blockFluidPlacer.desc=Places Fluids stored inside it
|
||||||
|
|
||||||
tooltip.actuallyadditions.paxel.desc=It's an Axe, Shovel, Sword, Hoe and Pickaxe! Combined!
|
tooltip.actuallyadditions.paxel.desc.1=It's an All-In-One-Tool!
|
||||||
item.actuallyadditions.woodenPaxel.name=Wooden Paxelordoe
|
tooltip.actuallyadditions.paxel.desc.2=Pickaxe, Axe, Shovel, Sword AND Hoe! In One Tool!
|
||||||
item.actuallyadditions.stonePaxel.name=Stone Paxelordoe
|
item.actuallyadditions.woodenPaxel.name=Wooden AIOT
|
||||||
item.actuallyadditions.ironPaxel.name=Iron Paxelordoe
|
item.actuallyadditions.stonePaxel.name=Stone AIOT
|
||||||
item.actuallyadditions.goldPaxel.name=Golden Paxelordoe
|
item.actuallyadditions.ironPaxel.name=Iron AIOT
|
||||||
item.actuallyadditions.diamondPaxel.name=Diamond Paxelordoe
|
item.actuallyadditions.goldPaxel.name=Golden AIOT
|
||||||
item.actuallyadditions.emeraldPaxel.name=Emerald Paxelordoe
|
item.actuallyadditions.diamondPaxel.name=Diamond AIOT
|
||||||
item.actuallyadditions.obsidianPaxel.name=Obsidian Paxelordoe
|
item.actuallyadditions.emeraldPaxel.name=Emerald AIOT
|
||||||
|
item.actuallyadditions.obsidianPaxel.name=Obsidian AIOT
|
||||||
|
|
||||||
|
item.actuallyadditions.paxelTFCopper.name=TF Copper AIOT
|
||||||
|
item.actuallyadditions.paxelTFTin.name=TF Tin AIOT
|
||||||
|
item.actuallyadditions.paxelTFLead.name=TF Lead AIOT
|
||||||
|
item.actuallyadditions.paxelTFSilver.name=TF Silver AIOT
|
||||||
|
item.actuallyadditions.paxelTFElectrum.name=TF Electrum AIOT
|
||||||
|
item.actuallyadditions.paxelTFNickel.name=TF Ferrous AIOT
|
||||||
|
item.actuallyadditions.paxelTFBronze.name=TF Bronze AIOT
|
||||||
|
item.actuallyadditions.paxelTFPlatinum.name=TF Shiny AIOT
|
||||||
|
item.actuallyadditions.paxelTFInvar.name=TF Invar AIOT
|
||||||
|
|
||||||
|
item.actuallyadditions.paxelMTObsidian.name=MT Obsidian AIOT
|
||||||
|
item.actuallyadditions.paxelMTGlowstone.name=MT Glowstone AIOT
|
||||||
|
item.actuallyadditions.paxelMTLapisLazuli.name=MT Lapis Lazuli AIOT
|
||||||
|
item.actuallyadditions.paxelMTOsmium.name=MT Osmium AIOT
|
||||||
|
item.actuallyadditions.paxelMTBronze.name=MT Bronze AIOT
|
||||||
|
item.actuallyadditions.paxelMTSteel.name=MT Steel AIOT
|
||||||
|
|
||||||
tile.actuallyadditions.blockFluidCollector.name=Fluid Collector
|
tile.actuallyadditions.blockFluidCollector.name=Fluid Collector
|
||||||
tooltip.actuallyadditions.blockFluidCollector.desc=Stores Fluids in front of it inside it
|
tooltip.actuallyadditions.blockFluidCollector.desc=Stores Fluids in front of it inside it
|
||||||
|
|
After Width: | Height: | Size: 496 B |
After Width: | Height: | Size: 492 B |
After Width: | Height: | Size: 501 B |
After Width: | Height: | Size: 456 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 503 B |
After Width: | Height: | Size: 496 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 500 B |
After Width: | Height: | Size: 501 B |
After Width: | Height: | Size: 496 B |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 479 B |
After Width: | Height: | Size: 503 B |