Skip to content

Commit

Permalink
rename droplet unit symbol to dp
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Oct 22, 2023
1 parent da76311 commit 6470acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/java/mcp/mobius/waila/api/data/FluidData.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public enum Unit {
/**
* 1 bucket = 81000 droplets. Used in Fabric.
*/
DROPLETS("d");
DROPLETS("dp");

public final String symbol;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/resources/assets/waila/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"config.waila.plugin_wailax.fluid.enabled_entity" : "Show Entity Fluid Contents",
"config.waila.plugin_wailax.fluid.display_unit" : "Display Unit",
"config.waila.plugin_wailax.fluid.display_unit_millibuckets" : "Millibuckets (mB)",
"config.waila.plugin_wailax.fluid.display_unit_droplets" : "Droplets (d)",
"config.waila.plugin_wailax.fluid.display_unit_droplets" : "Droplets (dp)",
"config.waila.plugin_wailax.fluid.blacklist" : "Fluid Contents Blacklist",

"theme.waila.plugin_waila.gradient.backgroundColor" : "Background Color",
Expand Down

0 comments on commit 6470acd

Please sign in to comment.