mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Update README and URLs
Moving to a GitHub organization!
This commit is contained in:
parent
bb4c13168b
commit
8de7618027
10 changed files with 82 additions and 75 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Startup Config File
|
||||
|
||||
# New to Minecraft Console Client? See README and sample configuration files here:
|
||||
# https://github.com/ORelio/Minecraft-Console-Client/tree/master/MinecraftClient/config
|
||||
# https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config
|
||||
|
||||
# Want to upgrade to a newer version? See https://github.com/ORelio/Minecraft-Console-Client/#download
|
||||
# Want to upgrade to a newer version? See https://github.com/MCCTeam/Minecraft-Console-Client/#download
|
||||
# Some settings missing here after an upgrade? Try to delete this file and relaunch MCC to generate a new one
|
||||
|
||||
[Main]
|
||||
|
|
@ -223,7 +223,7 @@ enabled=false
|
|||
mode=include # include, exclude or everything. Include: drop item IN the list. Exclude: drop item NOT IN the list
|
||||
items= # separate each item name with a comma ',': ItemOne,ItemTwo
|
||||
# See this file for an up-to-date list of item types you can use with this bot:
|
||||
# https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs
|
||||
# https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs
|
||||
|
||||
[ReplayMod]
|
||||
# Enable recording of the game (/replay start) and replay it later using the Replay Mod (https://www.replaymod.com/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue