# Config
The config is split into two modules: `Manifold` - which is the internal engine that powers SC - and `Satiscraftory` itself.
It can be accessed through NeoForge's built-in mod menu.

## Manifold Config
| Option | Default Value | Description |
| :--- | :--- | :--- |
| **Belts Drop Items** | True | Whether [Belts](factory_buildings/belts) should drop their items when broken |
| **Power Required** | True | Whether power-consuming [factory buildings](factory_buildings/info) should require [power](power) to operate |

## Satiscraftory Config
| Option | Default Value | Description |
| :--- | :--- | :--- |
| **Building Costs** | True | Whether buildings should require resources to be present in the player's inventory to place that building with the [Build Gun](../content/build_gun). When disabled, demolishing a building will not refund the cost to build it  |
| **Demolition Refund Percent** | 100% | The percentage of resources refunded to players when demolishing buildings with the Build Gun |
| **Generate Resource Nodes** | True | Whether [Resource Nodes](resource_nodes) should be generated alongside newly-generated chunks. Does not affect existing chunks and does not remove any existing nodes. **Must restart the world to take effect!** |
| **Resource Scanner Range** | 1000 blocks | The maximum range, in blocks, at which the [Resource Scanner](../content/resource_scanner) can detect resources. Only detects resources which have already had their chunk generated - increasing this range may not meaningfully affect results, since the Resource Scanner does not generate chunks |

