Created
December 16, 2019 00:53
-
-
Save Gaelmare/4ee52ed0a44b6752f8f4eefcd53a3abe to your computer and use it in GitHub Desktop.
Draft TFC InvTweaks Compatibility file, in config/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<root> | |
<chest class="tfc.objects.container.ContainerChestTFC" row_size="9" large_chest="false"/> <!-- Chests to show the sorting modes buttons on --> | |
<chest class="tfc.objects.container.ContainerHorseInventoryTFC" row_size="9" large_chest="false"/> <!-- Chests to show the sorting modes buttons on --> | |
<inventory class="tfc.objects.container.ContainerLargeVessel" disable_buttons="false"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerSmallVessel" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerNestBox" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerQuern" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerLogPile" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerCharcoalForge" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerBarrel" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerAnvilTFC" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerBlastFurnace" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerCrucible" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerFirePit" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerInventoryCrafting" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
<inventory class="tfc.objects.container.ContainerWorkbenchTFC" disable_buttons="true"/> <!-- Other inventories to show just the options button on --> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment