1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-02 16:20:42 +02:00

Fix a few descriptions

This commit is contained in:
TenPlus1
2020-04-26 15:41:39 +01:00
parent f95a141210
commit e6aa8f9997
7 changed files with 10 additions and 7 deletions

View File

@ -79,7 +79,8 @@ end
-- Growth Logic
local STAGE_LENGTH_AVG = tonumber(minetest.settings:get("farming_stage_length")) or 160
local STAGE_LENGTH_AVG = tonumber(
minetest.settings:get("farming_stage_length")) or 160
local STAGE_LENGTH_DEV = STAGE_LENGTH_AVG / 6