mmb.engine.recipe.CRConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multimachinebuilder Show documentation
Show all versions of multimachinebuilder Show documentation
Dependency for the MultiMachineBuilder, a voxel game about building an industrial empire in a finite world.
THIS RELEASE IS NOT PLAYABLE. To play the game, donwload from >ITCH.IO LINK HERE< or >GH releases link here<
The newest version!
/**
*
*/
package mmb.engine.recipe;
import static mmb.engine.settings.GlobalSettings.*;
/**
* Translated menu strings
* @author oskar
*/
public class CRConstants {
private CRConstants() {}
public static final String IN = $res("wguir-in")+" ";
public static final String OUT = $res("wguir-out")+" ";
public static final String CAT = $res("wguir-cat")+" ";
public static final String VOLT = $res("wguir-volt")+" ";
public static final String ENERGY = $res("wguir-energy")+" ";
public static final String CHANCE = $res("wguir-chance")+" ";
public static final String MACHINE = $res("wguir-machine")+" ";
public static final String AUTO = $res("wguim-auto");
public static final String PASS = $res("wguim-pass");
}