9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-23 08:49:25 +00:00

rephrase the mechanic information message

This commit is contained in:
Samsuik
2025-10-12 22:52:13 +01:00
parent 081feaa2de
commit 1416e7f5bc
3 changed files with 3 additions and 4 deletions

View File

@@ -9,5 +9,4 @@ org.gradle.vfs.watch=false
org.gradle.caching=true
org.gradle.parallel=true
# org.gradle.daemon=true
# org.gradle.configureondemand=true
paper.runWorkDir=../1.21.9-dev
# org.gradle.configureondemand=true

View File

@@ -28,7 +28,7 @@ public final class MechanicCommand extends PlayerOnlySubCommand {
Tnt Spread: <yellow><tnt_spread></yellow>
Tnt Flow: <yellow><tnt_flow></yellow>
Redstone Implementation: <yellow><redstone_implementation></yellow>
"optimize-explosions": <yellow><broken_explosion_behaviour></yellow>
Paper Optimize Explosions: <yellow><broken_explosion_behaviour></yellow>
Consistent Radius: <yellow><consistent_radius></yellow>
Lava Flow Speed: <yellow><lava_flow_speed></yellow>""";

View File

@@ -37,7 +37,7 @@ public final class GlobalConfiguration extends ConfigurationPart {
public class Messages extends ConfigurationPart {
public String durableBlockInteraction = "<dark_gray>(<light_purple>S</light_purple>) <white>This block has <gray><remaining></gray> of <gray><durability>";
public String fpsSettingChange = "<dark_gray>(<light_purple>S</light_purple>) <gray><state> <yellow><name>";
public String mechanicInformation = "<dark_gray>(<light_purple>S</light_purple>) <white>For mechanic information: <yellow><information><hover here></information>";
public String mechanicInformation = "<dark_gray>(<light_purple>S</light_purple>) <white>To view mechanic information: <dark_gray><information><<yellow>hover here</yellow>></information>";
public boolean tpsShowEntityAndChunkCount = true;
public Component fpsSettingChangeComponent(final String name, final String state) {