Minefactory Reloaded

Minefactory Reloaded

23M Downloads

GUI localization hardcoded

Adaptivity opened this issue ยท 1 comments

commented

List of class files which contain hardcoded localization:

  • GuiPlanter.java
  • GuiHarvester.java
  • GuiChronotyper.java
  • GuiEjector.java
  • GuiItemRouter.java
  • GuiUnifier.java
  • GuiAutoSpawner.java
  • GuiAutoDisenchanter.java
  • GuiEnchantmentRouter.java
  • GuiAutoAnvil.java
  • GuiBlockSmasher.java
  • GuiAutoBrewer.java
  • GuiMobRouter.java
  • GuiSteamBoiler.java
  • GuiDeepStorageUnit.java (button.setText(_dsu.isActive() ? "Unlock" : "Lock");) (?)
  • GuiLaserDrill.java (Energy)
  • DetCord Tooltip
  • Tooltips: Idle, Work, Efficiency, Buffer in Machine GUIs are hardcoded also.

Also, @skyboy can you change render of this tooltip to something like "Stored: 0"? So, the number will be on one line with Stored word.

commented

The DSU's interface has changed a bit, and the line offset makes some more sense.