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
|
|
@ -393,6 +393,12 @@
|
|||
<ItemGroup>
|
||||
<Content Include="Protocol\Dns\Records\totla.txt" />
|
||||
<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>
|
||||
<EmbeddedResource Include="DefaultConfigResource.resx">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue