From dd3de62572c61c803f051d40b5ab9853ade81370 Mon Sep 17 00:00:00 2001 From: Traxie21 Date: Mon, 25 Feb 2013 13:15:40 -0600 Subject: -Added formspec system -Added 3 new api values for formspec (background, icon, and custom_announce) -Added configuration file -Fixed one glitch that happens when you mine stone and rejoin -Addded textures --- config.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.txt (limited to 'config.txt') diff --git a/config.txt b/config.txt new file mode 100644 index 0000000..9fe580e --- /dev/null +++ b/config.txt @@ -0,0 +1,8 @@ +-- AWARDS +-- by Rubenwardy, CC-BY-SA +------------------------------------------------------- +-- this is the configuration file for the awards mod +------------------------------------------------------- + +Use_Formspec = true +--Use a graphical display for unlocking achievements. (Possible values: true | false) \ No newline at end of file -- cgit v1.2.3