diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/sliceanddice-common.toml | |
asd
Diffstat (limited to 'config/sliceanddice-common.toml')
| -rw-r--r-- | config/sliceanddice-common.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config/sliceanddice-common.toml b/config/sliceanddice-common.toml new file mode 100644 index 0000000..12d3e74 --- /dev/null +++ b/config/sliceanddice-common.toml @@ -0,0 +1,21 @@ +[harvester] + uses_knife = true + +[slicer] + consume_tool_durability = true + ignore_rotation = false + jei_show_converted_recipes = false + +[basin_cooking] + enabled = true + replace_fluid_containers = true + #Allowed Values: NONE, HEATED, SUPERHEATED + heat_condition = "HEATED" + +[sprinkler] + #Range: 10 ~ 2048 + fluid_capacity = 300 + #Range: 0 ~ 2048 + fluid_per_use = 100 + #Range: 1 ~ 32 + horizontal_range = 5 |
