composting_amount_per_composter (Maximum amount of biomase per composter) int 200 # 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 # 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 # 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