Skip to content

Piped Everything: Config additions #60

Description

@ECHOSUD

Steam workshop comments are limited to 1000 characters. I'm presuming then this is the best place to host config additions. If not intended to be apart of the base mod, it would be nice if the description would reflect where users can go find community made configs.

Config Additions

Refrigerator & Big Storage: Restoraged

Using the same config options as StorageLocker, the following should be the config for Vanilla Refrigerator and the buildings from the Big Storage: Restoraged mod.
Because the config is the same as StorageLocker, I haven't made the filters (Refrigerator & BigRefrigerator) or storage capacity more specific.

config

		{
			"Id": "Refrigerator",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "BigRefrigerator",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "BigBeautifulStorageLocker",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "BigSmartStorageLocker",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "BigStorageLocker",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "BigStorageTile",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		},
		{
			"Id": "StorageTile",
			"Input": true,
			"OffsetX": 0,
			"OffsetY": 0,
			"Filter": [
				"Solid"
			],
			"StorageCapacity": "Infinity"
		}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions