initial
This commit is contained in:
62
.minecraft/config/NEI/client.cfg
Normal file
62
.minecraft/config/NEI/client.cfg
Normal file
@@ -0,0 +1,62 @@
|
||||
#Main configuration of NEI.
|
||||
#Most of these options can be changed ingame.
|
||||
#Deleting any element will restore it to it's default value
|
||||
|
||||
checkUpdates=false
|
||||
inventory.cheatmode=2
|
||||
inventory.disableMouseScrollTransfer=false
|
||||
inventory.gamemodes=creative, creative+, adventure
|
||||
inventory.hidden=false
|
||||
inventory.invertMouseScrollTransfer=false
|
||||
inventory.itemIDs=0
|
||||
inventory.itemsort=nei.itemsort.minecraft,nei.itemsort.mod,nei.itemsort.id,nei.itemsort.default,nei.itemsort.damage,nei.itemsort.name
|
||||
#For those who can't help themselves.
|
||||
#Set this to a mode and you will be unable to change it ingame
|
||||
inventory.lockmode=-1
|
||||
inventory.utilities=delete, magnet
|
||||
inventory.widgetsenabled=true
|
||||
itemLoadingTimeout=500
|
||||
keys.gui.back=14
|
||||
keys.gui.bookmark=30
|
||||
keys.gui.enchant=0
|
||||
keys.gui.findit=21
|
||||
keys.gui.hide=24
|
||||
keys.gui.hide_bookmarks=48
|
||||
keys.gui.next=209
|
||||
keys.gui.next_machine=208
|
||||
keys.gui.next_recipe=205
|
||||
keys.gui.potion=0
|
||||
keys.gui.prev=201
|
||||
keys.gui.prev_machine=200
|
||||
keys.gui.prev_recipe=203
|
||||
keys.gui.recipe=19
|
||||
keys.gui.search=33
|
||||
keys.gui.usage=22
|
||||
keys.showenchant=23
|
||||
keys.world.chunkoverlay=67
|
||||
keys.world.creative=0
|
||||
keys.world.dawn=0
|
||||
keys.world.dusk=0
|
||||
keys.world.heal=0
|
||||
keys.world.highlight_tips=0
|
||||
keys.world.midnight=0
|
||||
keys.world.moboverlay=65
|
||||
keys.world.noon=0
|
||||
keys.world.rain=0
|
||||
#ADVANCED: Load catalysts from config
|
||||
tools.catalyst_load_from_config=false
|
||||
#ADVANCED: Load handlers from config
|
||||
tools.handler_load_from_config=false
|
||||
world.highlight_tips=false
|
||||
world.highlight_tips.x=5000
|
||||
world.highlight_tips.y=100
|
||||
|
||||
#Change these options if you have a different mod installed on the server that handles the commands differently, Eg. Bukkit Essentials
|
||||
command
|
||||
{
|
||||
creative=/gamemode {0} {1}
|
||||
heal=
|
||||
item=/give {0} {1} {2} {3} {4}
|
||||
rain=/toggledownfall
|
||||
time=/time set {0}
|
||||
}
|
||||
Reference in New Issue
Block a user