mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add support for inventory layout as ASCII art (#906)
Inventory art mostly made by Mhowser TODO: Implement remaining inventory types
This commit is contained in:
parent
b9935ab8fa
commit
f16e9e87dd
13 changed files with 351 additions and 22 deletions
|
|
@ -98,6 +98,9 @@ namespace MinecraftClient.Commands
|
||||||
SortedDictionary<int, Item> itemsSorted = new SortedDictionary<int, Item>(inventory.Items);
|
SortedDictionary<int, Item> itemsSorted = new SortedDictionary<int, Item>(inventory.Items);
|
||||||
List<string> response = new List<string>();
|
List<string> response = new List<string>();
|
||||||
response.Add(Translations.Get("cmd.inventory.inventory") + " #" + inventoryId + " - " + inventory.Title + "§8");
|
response.Add(Translations.Get("cmd.inventory.inventory") + " #" + inventoryId + " - " + inventory.Title + "§8");
|
||||||
|
string asciiArt = inventory.Type.GetAsciiArt();
|
||||||
|
if (asciiArt != null && Settings.DisplayInventoryLayout)
|
||||||
|
response.Add(asciiArt);
|
||||||
int selectedHotbar = handler.GetCurrentSlot() + 1;
|
int selectedHotbar = handler.GetCurrentSlot() + 1;
|
||||||
foreach (KeyValuePair<int, Item> item in itemsSorted)
|
foreach (KeyValuePair<int, Item> item in itemsSorted)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
171
MinecraftClient/DefaultConfigResource.Designer.cs
generated
171
MinecraftClient/DefaultConfigResource.Designer.cs
generated
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// 這段程式碼是由工具產生的。
|
// This code was generated by a tool.
|
||||||
// 執行階段版本:4.0.30319.42000
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// 變更將會遺失。
|
// the code is regenerated.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -13,13 +13,13 @@ namespace MinecraftClient {
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 用於查詢當地語系化字串等的強類型資源類別。
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// 這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
// 類別透過 ResGen 或 Visual Studio 這類工具。
|
// class via a tool like ResGen or Visual Studio.
|
||||||
// 若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
// (利用 /str 選項),或重建您的 VS 專案。
|
// with the /str option, or rebuild your VS project.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
public class DefaultConfigResource {
|
public class DefaultConfigResource {
|
||||||
|
|
@ -33,7 +33,7 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 傳回這個類別使用的快取的 ResourceManager 執行個體。
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
|
@ -47,8 +47,8 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
/// 使用這個強類型資源類別的資源查閱。
|
/// resource lookups using this strongly typed resource class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Globalization.CultureInfo Culture {
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
|
|
@ -61,8 +61,133 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查詢類似 # Minecraft Console Client v1.16.3
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
///# Startup Config File
|
///║ Brewing Stand ║
|
||||||
|
///║ ╔═══╗ ⡈ ⠄╔═══╗ ║
|
||||||
|
///║ ║ 4 ╟───╮ ⢠⡐⢈║ 3 ║ ┃ ║
|
||||||
|
///║ ╚═══╝ ╭─╯ ⠂⡠⢂╚╦╦╦╝ ┃ ║
|
||||||
|
///║ ╰───■■■■ ║║║ ▼ ║
|
||||||
|
///║ ╔═══╦═╝║╚═╦═══╗ ║
|
||||||
|
///║ ║ 0 ║╔═╩═╗║ 2 ║ ║
|
||||||
|
///║ ╚═══╝║ 1 ║╚═══╝ ║
|
||||||
|
///║ Inventory ╚═══╝ ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║11 ║12 ║13 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_BrewingStand {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_BrewingStand", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
|
///║ Crafting ║
|
||||||
|
///║ ╔═══╦═══╦═══╗ ║
|
||||||
|
///║ ║ 1 ║ 2 ║ 3 ║ ║
|
||||||
|
///║ ╠═══╬═══╬═══╣ ╔═══╗ ║
|
||||||
|
///║ ║ 4 ║ 5 ║ 6 ║ ━━▶ ║ 0 ║ ║
|
||||||
|
///║ ╠═══╬═══╬═══╣ ╚═══╝ ║
|
||||||
|
///║ ║ 7 ║ 8 ║ 9 ║ ║
|
||||||
|
///║ ╚═══╩═══╩═══╝ ║
|
||||||
|
///║ Inventory ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║18 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_Crafting {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_Crafting", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
|
///║ Container ║
|
||||||
|
///║ ╔═══╦═══╦═══╗ ║
|
||||||
|
///║ ║ 0 ║ 1 ║ 2 ║ ║
|
||||||
|
///║ ╠═══╬═══╬═══╣ ║
|
||||||
|
///║ ║ 3 ║ 4 ║ 5 ║ ║
|
||||||
|
///║ ╠═══╬═══╬═══╣ ║
|
||||||
|
///║ ║ 6 ║ 7 ║ 8 ║ ║
|
||||||
|
///║ ╚═══╩═══╩═══╝ ║
|
||||||
|
///║ Inventory ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_Generic_3x3 {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_Generic_3x3", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
|
///║ Chest ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
///║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
///║ Inventory ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_Generic_9x3 {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_Generic_9x3", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
|
///║ Large Container ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
///║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_Generic_9x6 {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_Generic_9x6", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
||||||
|
///║╔═══╦═══════════╗ ║
|
||||||
|
///║║ 5 ║ ███ ║ ╔═══╦═══╗ ║
|
||||||
|
///║╠═══╣ ███ ║ ║ 1 ║ 2 ║ ╔═══╗║
|
||||||
|
///║║ 6 ║ ███████ ║ ╠═══╬═══╣━━▶║ 0 ║║
|
||||||
|
///║╠═══╣ ███████ ║ ║ 3 ║ 4 ║ ╚═══╝║
|
||||||
|
///║║ 7 ║ ███████ ║ ╚═══╩═══╝ ║
|
||||||
|
///║╠═══╣ ███ ╠═══╗ ║
|
||||||
|
///║║ 8 ║ ███ ║45 ║ ║
|
||||||
|
///║╚═══╩═══════════╩═══╝ ║
|
||||||
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContainerType_PlayerInventory {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContainerType_PlayerInventory", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to # Startup Config File
|
||||||
///
|
///
|
||||||
///[Main]
|
///[Main]
|
||||||
///
|
///
|
||||||
|
|
@ -73,14 +198,15 @@ namespace MinecraftClient {
|
||||||
///login=
|
///login=
|
||||||
///password=
|
///password=
|
||||||
///serverip=
|
///serverip=
|
||||||
|
///type=mojang # Account type. mojang or microsoft
|
||||||
|
///method=mcc # Microsoft Account sign-in method. mcc OR browser
|
||||||
///
|
///
|
||||||
///# Advanced settings
|
///# Advanced settings
|
||||||
///
|
///
|
||||||
///language=en_GB
|
///language=en_GB
|
||||||
///consoletitle=%username%@%serverip% - Minecraft Console Client
|
///consoletitle=%username%@%serverip% - Minecraft Console Client
|
||||||
///internalcmdchar=slash # Use 'none', 'slash' or 'backslash'
|
///internalcmdchar=slash # Use 'none', 'slash' or 'backslash'
|
||||||
///splitmessagedelay=2 # Seconds between each part of a long message
|
///messagec [rest of string was truncated]";.
|
||||||
///botowners=Player1,Player2,Player3 # Name list or [字串的其餘部分已遭截斷]"; 的當地語系化字串。
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string MinecraftClient {
|
public static string MinecraftClient {
|
||||||
get {
|
get {
|
||||||
|
|
@ -89,18 +215,19 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查詢類似 [mcc]
|
/// Looks up a localized string similar to [mcc]
|
||||||
///# Messages from MCC itself
|
///# Messages from MCC itself
|
||||||
///mcc.description=Console Client for MC {0} to {1} - v{2} - By ORelio & Contributors
|
|
||||||
///mcc.keyboard_debug=Keyboard debug mode: Press any key to display info
|
|
||||||
///mcc.setting=Loading Settings from {0}
|
|
||||||
///mcc.login=Login :
|
///mcc.login=Login :
|
||||||
///mcc.login_basic_io=Please type the username or email of your choice.
|
///mcc.login_basic_io=Please type the username or email of your choice.
|
||||||
///mcc.password=Password :
|
///mcc.password=Password :
|
||||||
///mcc.password_basic_io=Please type the password for {0}.
|
///mcc.password_basic_io=Please type the password for {0}.
|
||||||
///mcc.password_hidden=Password : {0}
|
///mcc.password_hidden=Password : {0}
|
||||||
///mcc.offline=§8You chose to run in offline mode.
|
///mcc.offline=§8You chose to run in offline mode.
|
||||||
///mcc.session_invalid=§8Cach [字串的其餘部分已遭截斷]"; 的當地語系化字串。
|
///mcc.session_invalid=§8Cached session is invalid or expired.
|
||||||
|
///mcc.session_valid=§8Cached session is still valid for {0}.
|
||||||
|
///mcc.connecting=Connecting to {0}...
|
||||||
|
///mcc.ip=Server IP :
|
||||||
|
///mcc.use_version=§8Using Minecraft version [rest of string was truncated]";.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string TranslationEnglish {
|
public static string TranslationEnglish {
|
||||||
get {
|
get {
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,24 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="ContainerType_BrewingStand" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.brewingstand.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContainerType_Crafting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.crafting.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContainerType_Generic_3x3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.generic_3x3.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContainerType_Generic_9x3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.generic_9x3.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContainerType_Generic_9x6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.generic_9x6.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContainerType_PlayerInventory" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>resources\containers\containertype.playerinventory.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
<data name="MinecraftClient" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="MinecraftClient" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\config\MinecraftClient.ini;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
<value>Resources\config\MinecraftClient.ini;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
|
||||||
|
|
@ -40,5 +40,39 @@ namespace MinecraftClient.Inventory
|
||||||
default: return 0;
|
default: return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Get an ASCII art representation of the container
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="c"></param>
|
||||||
|
/// <returns>ASCII art representation or NULL if not implemented for this container type</returns>
|
||||||
|
public static string GetAsciiArt(this ContainerType c)
|
||||||
|
{
|
||||||
|
switch (c)
|
||||||
|
{
|
||||||
|
case ContainerType.PlayerInventory: return DefaultConfigResource.ContainerType_PlayerInventory;
|
||||||
|
case ContainerType.Generic_9x3: return DefaultConfigResource.ContainerType_Generic_9x3;
|
||||||
|
case ContainerType.Generic_9x6: return DefaultConfigResource.ContainerType_Generic_9x6;
|
||||||
|
case ContainerType.Generic_3x3: return DefaultConfigResource.ContainerType_Generic_3x3;
|
||||||
|
case ContainerType.Crafting: return DefaultConfigResource.ContainerType_Crafting;
|
||||||
|
case ContainerType.BlastFurnace: return null;
|
||||||
|
case ContainerType.Furnace: return null;
|
||||||
|
case ContainerType.Smoker: return null;
|
||||||
|
case ContainerType.Enchantment: return null;
|
||||||
|
case ContainerType.BrewingStand: return DefaultConfigResource.ContainerType_BrewingStand;
|
||||||
|
case ContainerType.Merchant: return null;
|
||||||
|
case ContainerType.Beacon: return null;
|
||||||
|
case ContainerType.Anvil: return null;
|
||||||
|
case ContainerType.Hopper: return null;
|
||||||
|
case ContainerType.ShulkerBox: return null;
|
||||||
|
case ContainerType.Loom: return null;
|
||||||
|
case ContainerType.Stonecutter: return null;
|
||||||
|
case ContainerType.Lectern: return null;
|
||||||
|
case ContainerType.Cartography: return null;
|
||||||
|
case ContainerType.Grindstone: return null;
|
||||||
|
case ContainerType.Unknown: return null;
|
||||||
|
default: return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -393,6 +393,12 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Protocol\Dns\Records\totla.txt" />
|
<Content Include="Protocol\Dns\Records\totla.txt" />
|
||||||
<Content Include="Resources\AppIcon.ico" />
|
<Content Include="Resources\AppIcon.ico" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.BrewingStand.txt" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.Crafting.txt" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.Generic_3x3.txt" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.Generic_9x3.txt" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.Generic_9x6.txt" />
|
||||||
|
<Content Include="Resources\containers\ContainerType.PlayerInventory.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="DefaultConfigResource.resx">
|
<EmbeddedResource Include="DefaultConfigResource.resx">
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ privatemsgscmdname=tell # Used by RemoteControl bot
|
||||||
showsystemmessages=true # System messages for server ops
|
showsystemmessages=true # System messages for server ops
|
||||||
showxpbarmessages=true # Messages displayed above xp bar
|
showxpbarmessages=true # Messages displayed above xp bar
|
||||||
showchatlinks=true # Show links embedded in chat messages
|
showchatlinks=true # Show links embedded in chat messages
|
||||||
|
showinventorylayout=true # Show inventory layout as ASCII art in inventory command
|
||||||
terrainandmovements=false # Uses more ram, cpu, bandwidth
|
terrainandmovements=false # Uses more ram, cpu, bandwidth
|
||||||
inventoryhandling=false # Toggle inventory handling (beta)
|
inventoryhandling=false # Toggle inventory handling (beta)
|
||||||
entityhandling=false # Toggle entity handling (beta)
|
entityhandling=false # Toggle entity handling (beta)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║ Brewing Stand ║
|
||||||
|
║ ╔═══╗ ⡈ ⠄╔═══╗ ║
|
||||||
|
║ ║ 4 ╟───╮ ⢠⡐⢈║ 3 ║ ┃ ║
|
||||||
|
║ ╚═══╝ ╭─╯ ⠂⡠⢂╚╦╦╦╝ ┃ ║
|
||||||
|
║ ╰───■■■■ ║║║ ▼ ║
|
||||||
|
║ ╔═══╦═╝║╚═╦═══╗ ║
|
||||||
|
║ ║ 0 ║╔═╩═╗║ 2 ║ ║
|
||||||
|
║ ╚═══╝║ 1 ║╚═══╝ ║
|
||||||
|
║ Inventory ╚═══╝ ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║11 ║12 ║13 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║14 ║15 ║16 ║17 ║18 ║19 ║20 ║21 ║22 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║23 ║24 ║25 ║26 ║27 ║28 ║29 ║30 ║31 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║32 ║33 ║34 ║35 ║36 ║37 ║38 ║39 ║40 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║ Crafting ║
|
||||||
|
║ ╔═══╦═══╦═══╗ ║
|
||||||
|
║ ║ 1 ║ 2 ║ 3 ║ ║
|
||||||
|
║ ╠═══╬═══╬═══╣ ╔═══╗ ║
|
||||||
|
║ ║ 4 ║ 5 ║ 6 ║ ━━▶ ║ 0 ║ ║
|
||||||
|
║ ╠═══╬═══╬═══╣ ╚═══╝ ║
|
||||||
|
║ ║ 7 ║ 8 ║ 9 ║ ║
|
||||||
|
║ ╚═══╩═══╩═══╝ ║
|
||||||
|
║ Inventory ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║18 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║27 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║36 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║45 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║ Container ║
|
||||||
|
║ ╔═══╦═══╦═══╗ ║
|
||||||
|
║ ║ 0 ║ 1 ║ 2 ║ ║
|
||||||
|
║ ╠═══╬═══╬═══╣ ║
|
||||||
|
║ ║ 3 ║ 4 ║ 5 ║ ║
|
||||||
|
║ ╠═══╬═══╬═══╣ ║
|
||||||
|
║ ║ 6 ║ 7 ║ 8 ║ ║
|
||||||
|
║ ╚═══╩═══╩═══╝ ║
|
||||||
|
║ Inventory ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║ Chest ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ Inventory ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║45 ║46 ║47 ║48 ║49 ║50 ║51 ║52 ║53 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║54 ║55 ║56 ║57 ║58 ║59 ║60 ║61 ║62 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║ Large Container ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║45 ║46 ║47 ║48 ║49 ║50 ║51 ║52 ║53 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ Inventory ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║54 ║55 ║56 ║57 ║58 ║59 ║60 ║61 ║62 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║63 ║64 ║65 ║66 ║67 ║68 ║69 ║70 ║71 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║72 ║73 ║74 ║75 ║76 ║77 ║78 ║79 ║80 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║81 ║82 ║83 ║84 ║85 ║86 ║87 ║88 ║89 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
╔═════════════════════════════════════╗
|
||||||
|
║╔═══╦═══════════╗ ║
|
||||||
|
║║ 5 ║ ███ ║ ╔═══╦═══╗ ║
|
||||||
|
║╠═══╣ ███ ║ ║ 1 ║ 2 ║ ╔═══╗║
|
||||||
|
║║ 6 ║ ███████ ║ ╠═══╬═══╣━━▶║ 0 ║║
|
||||||
|
║╠═══╣ ███████ ║ ║ 3 ║ 4 ║ ╚═══╝║
|
||||||
|
║║ 7 ║ ███████ ║ ╚═══╩═══╝ ║
|
||||||
|
║╠═══╣ ███ ╠═══╗ ║
|
||||||
|
║║ 8 ║ ███ ║45 ║ ║
|
||||||
|
║╚═══╩═══════════╩═══╝ ║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
||||||
|
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||||
|
║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||||
|
║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
||||||
|
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||||
|
║ 1 2 3 4 5 6 7 8 9 ║
|
||||||
|
╚═════════════════════════════════════╝
|
||||||
|
|
@ -91,6 +91,7 @@ namespace MinecraftClient
|
||||||
public static bool DisplaySystemMessages = true;
|
public static bool DisplaySystemMessages = true;
|
||||||
public static bool DisplayXPBarMessages = true;
|
public static bool DisplayXPBarMessages = true;
|
||||||
public static bool DisplayChatLinks = true;
|
public static bool DisplayChatLinks = true;
|
||||||
|
public static bool DisplayInventoryLayout = true;
|
||||||
public static bool TerrainAndMovements = false;
|
public static bool TerrainAndMovements = false;
|
||||||
public static bool InventoryHandling = false;
|
public static bool InventoryHandling = false;
|
||||||
public static string PrivateMsgsCmdName = "tell";
|
public static string PrivateMsgsCmdName = "tell";
|
||||||
|
|
@ -357,6 +358,7 @@ namespace MinecraftClient
|
||||||
case "showsystemmessages": DisplaySystemMessages = str2bool(argValue); return true;
|
case "showsystemmessages": DisplaySystemMessages = str2bool(argValue); return true;
|
||||||
case "showxpbarmessages": DisplayXPBarMessages = str2bool(argValue); return true;
|
case "showxpbarmessages": DisplayXPBarMessages = str2bool(argValue); return true;
|
||||||
case "showchatlinks": DisplayChatLinks = str2bool(argValue); return true;
|
case "showchatlinks": DisplayChatLinks = str2bool(argValue); return true;
|
||||||
|
case "showinventorylayout": DisplayInventoryLayout = str2bool(argValue); return true;
|
||||||
case "terrainandmovements": TerrainAndMovements = str2bool(argValue); return true;
|
case "terrainandmovements": TerrainAndMovements = str2bool(argValue); return true;
|
||||||
case "entityhandling": EntityHandling = str2bool(argValue); return true;
|
case "entityhandling": EntityHandling = str2bool(argValue); return true;
|
||||||
case "enableentityhandling": EntityHandling = str2bool(argValue); return true;
|
case "enableentityhandling": EntityHandling = str2bool(argValue); return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue