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

Add blank lines between the descriptions for each Nuker Mode

This commit is contained in:
Alexander01998 2024-09-06 09:07:58 +02:00
parent 59367f6e9c
commit 077fea620b

View File

@ -15,11 +15,11 @@ public final class NukerModeSetting
public NukerModeSetting()
{
super("Mode",
"\u00a7lNormal\u00a7r mode simply breaks everything around you.\n"
"\u00a7lNormal\u00a7r mode simply breaks everything around you.\n\n"
+ "\u00a7lID\u00a7r mode only breaks the selected block type."
+ " Left-click on a block to select it.\n"
+ " Left-click on a block to select it.\n\n"
+ "\u00a7lMultiID\u00a7r mode only breaks the block types in"
+ " your MultiID List.\n"
+ " your MultiID List.\n\n"
+ "\u00a7lSmash\u00a7r mode only breaks blocks that can be"
+ " destroyed instantly (e.g. tall grass).",
NukerMode.values(), NukerMode.NORMAL);