mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Add translations for pony level
This commit is contained in:
parent
50b0b668c7
commit
e844b6105c
2 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@ import com.voxelmodpack.common.gui.interfaces.IExtendedGui;
|
|||
import com.voxelmodpack.common.properties.VoxelProperty;
|
||||
import com.voxelmodpack.common.properties.interfaces.IVoxelPropertyProviderInteger;
|
||||
|
||||
import net.minecraft.client.resources.I18n;
|
||||
import net.minecraft.util.MathHelper;
|
||||
|
||||
public class VoxelPropertyIntSlider extends VoxelProperty<IVoxelPropertyProviderInteger> {
|
||||
|
@ -55,9 +56,9 @@ public class VoxelPropertyIntSlider extends VoxelProperty<IVoxelPropertyProvider
|
|||
this.setBar = false;
|
||||
this.dragging = false;
|
||||
this.offset = 0;
|
||||
this.minText = "Humans";
|
||||
this.midText = "Mix";
|
||||
this.maxText = "Ponies";
|
||||
this.minText = I18n.format("minelp.options.ponylevel.human");
|
||||
this.midText = I18n.format("minelp.options.ponylevel.mix");
|
||||
this.maxText = I18n.format("minelp.options.ponylevel.pony");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "minelp",
|
||||
"mcversion": "1.8",
|
||||
"version": "1.8-UNOFFICIAL",
|
||||
"revision": "185.2",
|
||||
"revision": "185.21",
|
||||
"author": "Verdana, Rene_Z, Mumfrey, JoyJoy",
|
||||
"voxelCommonJarName": "voxelcommon-2.4.0.jar",
|
||||
"classTransformerClasses": "com.minelittlepony.minelp.transformers.RenderPlayerTransformer",
|
||||
|
|
Loading…
Reference in a new issue