diff options
author | Traxie21 <sunrisecraft2@gmail.com> | 2013-02-25 13:15:40 -0600 |
---|---|---|
committer | Traxie21 <sunrisecraft2@gmail.com> | 2013-02-25 13:15:40 -0600 |
commit | dd3de62572c61c803f051d40b5ab9853ade81370 (patch) | |
tree | 05971bb90262ef4d00144aec2af54d750768eae1 /config.txt | |
parent | 5cd8bfb491736c7e2140484bb6aff766dda1acbc (diff) |
-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
Diffstat (limited to 'config.txt')
-rw-r--r-- | config.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |