diff --git a/README.md b/README.md index db88834..a11c401 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # SOD_DensityMod A mod that allows you to set the density and land value range for city generation. With an in-game menu in the City Generation screen + + +# Release 1.4 + +### New "Land Value" settings! + +Land value seems to affect how rich a block is, though more testing is needed, this seems to affect what buildings spawn. + +### Now Open Source! + +#### Changes: + +- Added new Land Value setting that can be tweaked +- Fixed some typos present in Config file(I was very tired when writing it) +- Major overhauls under the hood for expandability, and readability +- Now open source! + +# Release 1.3 + +- Added new UI to City Generation menu. +- New in-game dropdown boxes to select desired settings. Now you no longer have to fiddle with the config file! +- Finally cleaned up the logs, so all debug related stuff is actually in the debug log. Sorry for the spam on previous versions!