From 3ec93a8524f6c09e0dcf7e6d7d8780fc4deb2106 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 31 Aug 2024 11:31:39 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2914bf0c3..2a382615d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.8.0] - ?? +### TODO + +### Changes +- Replaced TFC ore gen with GT oregen. +- Fixed most of bad langs from TFG-Core. +- Fixed compat for firmaciv 1.0.+. +- Disabled HotOrNot. +- Moved some textures from TFG-Core to KJS. +- Moved 90% of recipes from TFG-Core to KJS. +- Added custom biome tag for all TFC biomes (used for oregen). +- Proper way to remove #dusts tag from TFC powders. +- Enabled HighTier machines from GTM (but without circuit recipes). +- Moved some custom items from TFG-Core to KJS (like molds and etc). +- Make ores spawn inside grid with 5x5 sized with 32block offset (was 3x3 with 16). +- Now nether availiable to research (dig ores, drink lava, kill pigmens, what?). +- Small changes for loottables for nether. +- You can now fill sprinkler(firmalife greenhouse) from any fluid source (example: GT pipes). +- Unlocked steel steam machines (again, yes). +- Added translation for ru_ru inside TFG-Core. +- Fixed alternator multiblock (now works fine). +- ... +### Updated mods +- ?? + ## [0.7.12] - 03.06.2024 ### Changes - Small fixes in quests. (FriendlyCube)