0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Add translation keys for AirPlace settings

This commit is contained in:
Alexander01998 2024-06-19 13:05:48 +02:00
parent 4052ddffe5
commit d7db91a2a0
2 changed files with 4 additions and 2 deletions

View File

@ -41,10 +41,10 @@ public final class AirPlaceHack extends Hack
new SliderSetting("Range", 5, 1, 6, 0.05, ValueDisplay.DECIMAL);
private final CheckboxSetting guide = new CheckboxSetting("Guide",
"Shows a guide for where blocks will be placed.", true);
"description.wurst.setting.airplace.guide", true);
private final ColorSetting guideColor = new ColorSetting("Guide color",
"Color of the block placing guide, if enabled.", Color.RED);
"description.wurst.setting.airplace.guide_color", Color.RED);
private BlockPos renderPos;

View File

@ -1,6 +1,8 @@
{
"description.wurst.hack.aimassist": "Helps you aim at nearby entities.",
"description.wurst.hack.airplace": "Allows you to place blocks in mid-air.",
"description.wurst.setting.airplace.guide": "Shows a guide for where blocks will be placed.",
"description.wurst.setting.airplace.guide_color": "Color of the block placing guide, if enabled.",
"description.wurst.hack.anchoraura": "Automatically places (optional), charges, and detonates respawn anchors to kill entities around you.",
"description.wurst.hack.antiafk": "Walks around randomly to hide you from AFK detectors.",
"description.wurst.hack.antiblind": "Prevents blindness and darkness effects.\nIncompatible with OptiFine.",