2021-09-16 21:12:46 +02:00
|
|
|
|
|
|
|
composting_amount_per_composter (Maximum amount of biomase per composter) int 200
|
|
|
|
|
2021-09-18 08:00:24 +02:00
|
|
|
# Compost clod cost
|
|
|
|
#
|
|
|
|
# If compost is optimally fulled, it takes around 20 minutes for one compost clod to be finished (time_divider set to 3600).
|
|
|
|
#
|
|
|
|
composting_clod_cost (How much amount of compost cost compost clod) int 25
|
2021-09-16 21:12:46 +02:00
|
|
|
|
2021-09-18 08:00:24 +02:00
|
|
|
# Basic composting speed is one year.
|
|
|
|
# Minetest use default day length 20 minutes, which means that time is divided by 72.
|
|
|
|
# time_divider 72 -> ideal composting time 122 hours.
|
|
|
|
# time_divider 720 -> ideal composting time 12 hours.
|
|
|
|
# time_divider 3600 -> ideal composting time 2.5 hours.
|
|
|
|
# time_divider 7200 -> ideal composting time 1.25 hours.
|
|
|
|
#
|
|
|
|
composting_time_divider (Time divider for composting speed) int 3600
|
2021-09-16 21:12:46 +02:00
|
|
|
|
2021-09-18 08:00:24 +02:00
|
|
|
# Garden soil time divider set how long it take to garden soil be exhauset and changed into farming soil.
|
|
|
|
#
|
|
|
|
# soil_time_divider 72 -> change to dirt in 122 hours
|
|
|
|
# soil_time_divider 720 -> change to dirt in 12 hours
|
|
|
|
# soil_time_divider 3600 -> change to dirt in 2.5 hours
|
|
|
|
# soil_time_divider 7200 -> change to dirt in 1.25 hours
|
|
|
|
#
|
|
|
|
composting_soil_time_divider (Time divider for garden soil timer) int 720
|
|
|
|
|
|
|
|
# Wet points of garden soil
|
|
|
|
#
|
|
|
|
# Times is valid for soil_time_divider set to 720.
|
|
|
|
# soil_wet_points 25 -> get dry in 71 minutes
|
|
|
|
#
|
|
|
|
composting_soil_wet_points (Wet points of garden soil) int 25
|
2021-09-16 21:12:46 +02:00
|
|
|
|