Skip to content

Instantly share code, notes, and snippets.

@Gaelmare
Created December 16, 2019 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaelmare/4ee52ed0a44b6752f8f4eefcd53a3abe to your computer and use it in GitHub Desktop.
Save Gaelmare/4ee52ed0a44b6752f8f4eefcd53a3abe to your computer and use it in GitHub Desktop.
Draft TFC InvTweaks Compatibility file, in config/
<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