TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Please make it possible to change the length of the year in the configuration file

LevFilatov opened this issue ยท 4 comments

commented

1.This may not solve any problems, but it will give us more time to grow the crop, and it will add more realistic survival
2. Two new lines will be added to the configuration file. First, to change the number of days in the year, and second, to switch to the real year (true or false), the number of days in the month will be increased from 8 to the real one (February 30, 31, and 28 in February). if possible, please implement leap years (1 day will be added every 4 years in February).

  • TFC Version: 1.1.0.142 (at time of request)
  • This will definitely affect TFC, I don't know about mods.
  • starting with the next version, mods are not required
commented

Is this an option in 1.20? The command doesn't work for me.

commented

The requested feature already exists:

@Config.Comment("The default length of a month (in days) when a new world is started. This can be changed in existing worlds via the /timetfc command.")
@Config.LangKey("config." + MOD_ID + ".general.misc.defaultMonthLength")
public int defaultMonthLength = 8;

commented

I will add, that this specific config will only affect new worlds. To change the month length in an existing world, you need to use the command /timetfc set monthlength [value] to avoid totally messing up the calendar.

commented

Okay, thanks