Skip to content

Inventories Section

amione edited this page Oct 24, 2024 · 1 revision

Inventories Configuration

This section allows you to modify the various inventory aspects of the game, including the workbench, general inventory, hotbar, and crafting window.

Enable Workbench Modification

  • Description: Activates the modification settings for the workbench.
  • Type: Boolean
  • Default Value: false
  • Example Value: true
  • Explanation: Set this to true to enable customizations for the workbench inventory.

Remove Excess Slots

  • Description: Removes any additional inventory slots beyond the specified configuration.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation: If enabled, this option will eliminate extra slots if your inventory is smaller than what a previous mod might have set (e.g., reducing a 128-slot inventory to your defined 9x9 grid).

Storage X Offset

  • Description: Adjusts the horizontal position of the workbench storage in pixels.
  • Type: Single
  • Default Value: 150
  • Example Value: 200
  • Explanation: Positive values move the storage right, while negative values move it left.

Storage Z Offset

  • Description: Adjusts the vertical position of the workbench storage in pixels.
  • Type: Single
  • Default Value: -100
  • Example Value: -150
  • Explanation: Positive values move the storage up, while negative values move it down.

Workbench Right Slots

  • Description: Specifies the number of slots to the right in the workbench.
  • Type: Int32
  • Default Value: 12
  • Example Value: 15
  • Explanation: Determines the horizontal size of the workbench inventory.

Workbench Down Slots

  • Description: Specifies the number of slots downward in the workbench.
  • Type: Int32
  • Default Value: 9
  • Example Value: 12
  • Explanation: Determines the vertical size of the workbench inventory.

Enable Inventory Modification

  • Description: Activates the modification settings for the general inventory.
  • Type: Boolean
  • Default Value: false
  • Example Value: true
  • Explanation: Set this to true to enable customizations for the general inventory.

Inventory Right Slots

  • Description: Specifies the number of slots to the right in the general inventory.
  • Type: Int32
  • Default Value: 2
  • Example Value: 3
  • Explanation: Determines the horizontal size of the general inventory.

Inventory Down Slots

  • Description: Specifies the number of slots downward in the general inventory.
  • Type: Int32
  • Default Value: 9
  • Example Value: 12
  • Explanation: Determines the vertical size of the general inventory.

Enable Hotbar Modification

  • Description: Activates the modification settings for the hotbar.
  • Type: Boolean
  • Default Value: false
  • Example Value: true
  • Explanation: Set this to true to enable customizations for the hotbar. Note: Changes will require reloading your save (Return to Menu > Load Save).

Hotbar Right Slots

  • Description: Specifies the number of slots to the right in the hotbar.
  • Type: Int32
  • Default Value: 1
  • Example Value: 2
  • Explanation: Determines the horizontal size of the hotbar. Note: Requires save reload to take effect.

Hotbar Down Slots

  • Description: Specifies the number of slots downward in the hotbar.
  • Type: Int32
  • Default Value: 6
  • Example Value: 8
  • Explanation: Determines the vertical size of the hotbar. Note: Requires save reload to take effect.

Enable Crafting Modification

  • Description: Activates the modification settings for the crafting window.
  • Type: Boolean
  • Default Value: false
  • Example Value: true
  • Explanation: Set this to true to enable customizations for the crafting window.

Crafting Window X Offset

  • Description: Adjusts the horizontal position of the crafting window in pixels.
  • Type: Single
  • Default Value: 1000
  • Example Value: 1100
  • Explanation: Positive values move the crafting window right, while negative values move it left.

Crafting Window Z Offset

  • Description: Adjusts the vertical position of the crafting window in pixels.
  • Type: Single
  • Default Value: -100
  • Example Value: -150
  • Explanation: Positive values move the crafting window up, while negative values move it down.

Crafting Window Right Slots

  • Description: Specifies the number of slots to the right in the crafting window.
  • Type: Int32
  • Default Value: 7
  • Example Value: 9
  • Explanation: Determines the horizontal size of the crafting window.

Crafting Window Down Slots

  • Description: Specifies the number of slots downward in the crafting window.
  • Type: Int32
  • Default Value: 7
  • Example Value: 9
  • Explanation: Determines the vertical size of the crafting window.
Clone this wiki locally