Updated machine names in JEI.

This commit is contained in:
drcrazy 2018-09-01 03:01:51 +03:00
parent 3190185a54
commit 08cee81d54
17 changed files with 17 additions and 17 deletions

View file

@ -48,7 +48,7 @@ public class AlloySmelterRecipeCategory implements IRecipeCategory<AlloySmelterR
public AlloySmelterRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 172, 116, 52);
title = StringUtils.t("tile.techreborn:alloy_smelter.name");
title = StringUtils.t("tile.techreborn.alloy_smelter.name");
}
@Override

View file

@ -46,7 +46,7 @@ public class AssemblingMachineRecipeCategory implements IRecipeCategory<Assembli
public AssemblingMachineRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 125, 65, 74, 42);
title = StringUtils.t("tile.techreborn:assembly_machine.name");
title = StringUtils.t("tile.techreborn.assembly_machine.name");
}
@Override

View file

@ -48,7 +48,7 @@ public class BlastFurnaceRecipeCategory implements IRecipeCategory<BlastFurnaceR
public BlastFurnaceRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 94, 120, 78);
title = StringUtils.t("tile.techreborn:industrial_blast_furnace.name");
title = StringUtils.t("tile.techreborn.industrial_blast_furnace.name");
}
@Override

View file

@ -47,7 +47,7 @@ public class CentrifugeRecipeCategory implements IRecipeCategory<CentrifugeRecip
public CentrifugeRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 0, 104, 62);
title = StringUtils.t("tile.techreborn:industrial_centrifuge.name");
title = StringUtils.t("tile.techreborn.industrial_centrifuge.name");
}
@Override

View file

@ -49,7 +49,7 @@ public class ChemicalReactorRecipeCategory implements IRecipeCategory<ChemicalRe
public ChemicalReactorRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 172, 116, 52);
title = StringUtils.t("tile.techreborn:chemical_reactor.name");
title = StringUtils.t("tile.techreborn.chemical_reactor.name");
}
@Override

View file

@ -48,7 +48,7 @@ public class CompressorRecipeCategory implements IRecipeCategory<CompressorRecip
public CompressorRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 62, 74, 32);
title = StringUtils.t("tile.techreborn:compressor.name");
title = StringUtils.t("tile.techreborn.compressor.name");
}
@Override

View file

@ -54,7 +54,7 @@ public class DistillationTowerRecipeCategory implements IRecipeCategory<Distilla
public DistillationTowerRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 0, 104, 62);
title = StringUtils.t("tile.techreborn:distillation_tower.name");
title = StringUtils.t("tile.techreborn.distillation_tower.name");
}
@Override

View file

@ -48,7 +48,7 @@ public class ExtractorRecipeCategory implements IRecipeCategory<ExtractorRecipeW
public ExtractorRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 62, 74, 32);
title = StringUtils.t("tile.techreborn:extractor.name");
title = StringUtils.t("tile.techreborn.extractor.name");
}
@Override

View file

@ -54,7 +54,7 @@ public class FluidReplicatorRecipeCategory implements IRecipeCategory<FluidRepli
public FluidReplicatorRecipeCategory(@Nonnull IGuiHelper guiHelper) {
this.background = guiHelper.createDrawable(texture, 125, 0, 72, 60);
this.tankOverlay = guiHelper.createDrawable(texture, 196, 0, 12, 47);
this.title = StringUtils.t("tile.techreborn:fluid_replicator.name");
this.title = StringUtils.t("tile.techreborn.fluid_replicator.name");
}
@Override

View file

@ -52,7 +52,7 @@ public class FusionReactorRecipeCategory implements IRecipeCategory<FusionReacto
public FusionReactorRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 172, 116, 84);
title = StringUtils.t("tile.techreborn:fusion_control_computer.name");
title = StringUtils.t("tile.techreborn.fusion_control_computer.name");
}
@Override

View file

@ -48,7 +48,7 @@ public class GrinderRecipeCategory implements IRecipeCategory<GrinderRecipeWrapp
public GrinderRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 62, 74, 32);
title = StringUtils.t("tile.techreborn:grinder.name");
title = StringUtils.t("tile.techreborn.grinder.name");
}
@Override

View file

@ -48,7 +48,7 @@ public class ImplosionCompressorRecipeCategory implements IRecipeCategory<Implos
public ImplosionCompressorRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 95, 120, 42);
title = StringUtils.t("tile.techreborn:implosion_compressor.name");
title = StringUtils.t("tile.techreborn.implosion_compressor.name");
}
@Override

View file

@ -50,7 +50,7 @@ public class IndustrialElectrolyzerRecipeCategory implements IRecipeCategory<Ind
public IndustrialElectrolyzerRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 49, 18, 78, 50);
title = StringUtils.t("tile.techreborn:industrial_electrolyzer.name");
title = StringUtils.t("tile.techreborn.industrial_electrolyzer.name");
}
@Override

View file

@ -58,7 +58,7 @@ public class IndustrialGrinderRecipeCategory implements IRecipeCategory<Industri
background = guiHelper.createDrawable(texture, 7, 15, 141, 55);
blankArea = guiHelper.createDrawable(texture, 50, 45, 6, 6);
tankOverlay = guiHelper.createDrawable(texture, 176, 86, 12, 47);
title = StringUtils.t("tile.techreborn:industrial_grinder.name");
title = StringUtils.t("tile.techreborn.industrial_grinder.name");
}
@Override

View file

@ -52,7 +52,7 @@ public class IndustrialSawmillRecipeCategory implements IRecipeCategory<Industri
private static final int[] INPUT_TANKS = { 0 };
public IndustrialSawmillRecipeCategory(IGuiHelper guiHelper) {
title = StringUtils.t("tile.techreborn:industrial_sawmill.name");
title = StringUtils.t("tile.techreborn.industrial_sawmill.name");
background = guiHelper.createDrawable(texture, 7, 15, 141, 55);
tankOverlay = guiHelper.createDrawable(texture, 176, 86, 12, 47);
}

View file

@ -50,7 +50,7 @@ public class RollingMachineRecipeCategory implements IRecipeCategory<RollingMach
public RollingMachineRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 29, 16, 116, 54);
title = StringUtils.t("tile.techreborn:rolling_machine.name");
title = StringUtils.t("tile.techreborn.rolling_machine.name");
IDrawableStatic progressStatic = guiHelper.createDrawable(texture, 176, 14, 20, 18);
progress = guiHelper.createAnimatedDrawable(progressStatic, 250, IDrawableAnimated.StartDirection.LEFT, false);

View file

@ -48,7 +48,7 @@ public class VacuumFreezerRecipeCategory implements IRecipeCategory<VacuumFreeze
public VacuumFreezerRecipeCategory(IGuiHelper guiHelper) {
background = guiHelper.createDrawable(texture, 0, 62, 74, 32);
title = StringUtils.t("tile.techreborn:vacuum_freezer.name");
title = StringUtils.t("tile.techreborn.vacuum_freezer.name");
}
@Override