All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mmb.engine.recipe.CRConstants Maven / Gradle / Ivy

Go to download

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");
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy