diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-23 18:08:44 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-23 18:08:44 +0100 |
| commit | 05f43b228ae0de5bd33ccd303ebbadfaaa464bc7 (patch) | |
| tree | df2067001e0b28c2d40edc5ccde43830616ec8ce /eclipse/config | |
| parent | 2a7e0a624f482a28af1c770dbcf2a20f52f94f78 (diff) | |
Added new curses!
Diffstat (limited to 'eclipse/config')
| -rw-r--r-- | eclipse/config/NEI/client.cfg | 50 | ||||
| -rw-r--r-- | eclipse/config/iChunUtil.cfg | 2 |
2 files changed, 30 insertions, 22 deletions
diff --git a/eclipse/config/NEI/client.cfg b/eclipse/config/NEI/client.cfg index 12b403b..152a348 100644 --- a/eclipse/config/NEI/client.cfg +++ b/eclipse/config/NEI/client.cfg @@ -17,7 +17,7 @@ command inventory { cheatmode=1 - gamemodes=creative, creative+, adventure + gamemodes=creative hidden=false itemIDs=1 itemsort=nei.itemsort.minecraft,nei.itemsort.mod,nei.itemsort.id,nei.itemsort.default,nei.itemsort.damage,nei.itemsort.name @@ -27,32 +27,40 @@ inventory lockmode=-1 profileRecipes=false searchmode=1 - utilities=delete, magnet + utilities=delete, magnet, enchant, potion, item widgetsenabled=true } keys { - gui.back=14 - gui.enchant=45 - gui.hide=24 - gui.next=209 - gui.potion=25 - gui.prev=201 - gui.recipe=19 - gui.search=33 - gui.usage=22 showenchant=23 - world.chunkoverlay=67 - world.creative=0 - world.dawn=0 - world.dusk=0 - world.heal=0 - world.highlight_tips=0 - world.midnight=0 - world.moboverlay=65 - world.noon=0 - world.rain=0 + + gui + { + back=14 + enchant=45 + hide=24 + next=209 + potion=25 + prev=201 + recipe=19 + search=33 + usage=22 + } + + world + { + chunkoverlay=67 + creative=0 + dawn=0 + dusk=0 + heal=0 + highlight_tips=181 + midnight=0 + moboverlay=65 + noon=0 + rain=0 + } } tools diff --git a/eclipse/config/iChunUtil.cfg b/eclipse/config/iChunUtil.cfg index 9873256..088c5e5 100644 --- a/eclipse/config/iChunUtil.cfg +++ b/eclipse/config/iChunUtil.cfg @@ -35,7 +35,7 @@ versioncheck { ########################################################################################################## versionsave { - I:dayCheck=19 + I:dayCheck=20 S:lastCheck=iChunUtil: 4.2.2 } |
