From 0768ea852f2b42c97b1a9ef432b9037c2274b45c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 7 Feb 2024 20:33:15 +0700 Subject: [PATCH] Create createpickywheels-common.toml --- config/createpickywheels-common.toml | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config/createpickywheels-common.toml diff --git a/config/createpickywheels-common.toml b/config/createpickywheels-common.toml new file mode 100644 index 000000000..23a38dc90 --- /dev/null +++ b/config/createpickywheels-common.toml @@ -0,0 +1,35 @@ + +##Waterwheel requirements +[waterwheels] + #Enable waterwheels modifications? + waterwheelsEnabled = true + #The minimum amount of fluid blocks the waterwheel needs to find before rotation begins. + #Range: > 1 + waterwheelThreshold = 3200 + #The maximum distance a waterwheel can consider fluid blocks from. + #Range: > 1 + waterwheelRange = 128 + +##Windmill requirements +[windmills] + #Enable windmills modifications? + windmillsEnabled = true + #The minimum floor area required. Default: 1/4 of the max area [PI * 32 ^ 2] + #Range: > 1 + windmillThreshold = 804 + #The minimum length of air current required. + #Range: > 1 + windmillRequiredRange = 24 + #The minimum amount of points that must hit windmillRequiredRange. + #Range: > 1 + windmillRequiredRangePoints = 128 + #The maximum distance a waterwheel can consider air blocks from. + #Range: > 1 + windmillMaxRange = 32 + #The multiplier for the benefit given for raised windmills. + #Range: > 1 + windmillAboveX = 4 + #The height required for the full benefit from windmillAboveX. + #Range: > 1 + windmillAbove = 16 +