Package alexiil.mc.lib.attributes.fluid
Class LbaFluidsConfig
java.lang.Object
alexiil.mc.lib.attributes.fluid.LbaFluidsConfig
Stores various options for LBA-fluids. As LBA doesn't ship with a config library these are all stored in
 config/libblockattributes_fluids.txt, in 
Properties format.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic booleanIf true then we don't emit white for fluid arguments and gray for everything else.static booleanIf true then we explicitly remove colours from fluid names.static booleanIf true then we put the fluid name in the middle of the text, false to put the fluid name at the top.static booleanIf true the we should use shorthand for localization rather than longhand ("1/4 B" rather than "1 Bucket in a 4 Bucket Tank").static booleanIf true then we should use symbols (B, t) instead of names (Buckets, Ticks).static booleanIf true the we should use ticks for the time unit instead of seconds.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
USE_SYMBOLSpublic static final boolean USE_SYMBOLSIf true then we should use symbols (B, t) instead of names (Buckets, Ticks).
- 
USE_TICKSpublic static final boolean USE_TICKSIf true the we should use ticks for the time unit instead of seconds.
- 
USE_SHORT_DESCpublic static final boolean USE_SHORT_DESCIf true the we should use shorthand for localization rather than longhand ("1/4 B" rather than "1 Bucket in a 4 Bucket Tank").
- 
DISABLE_FLUID_COLOURSpublic static final boolean DISABLE_FLUID_COLOURSIf true then we explicitly remove colours from fluid names.
- 
DISABLE_EMPHASIS_COLOURSpublic static final boolean DISABLE_EMPHASIS_COLOURSIf true then we don't emit white for fluid arguments and gray for everything else.
- 
TOOLTIP_JOIN_NAME_AMOUNTpublic static final boolean TOOLTIP_JOIN_NAME_AMOUNTIf true then we put the fluid name in the middle of the text, false to put the fluid name at the top.
 
- 
- 
Constructor Details- 
LbaFluidsConfigpublic LbaFluidsConfig()
 
-