🎦 Beta Version
Update the mod from old to this version may cause some issues. Please backup your config and your world before doing it. You can read changelog below for what changes, what will break.
Support Custom Pack Version 20251216
Version Compatibility Impactive
- Fixed create new worlds without restart the game can cause world data folder corrupted, make some trees not spawning and sometimes generate wrong trees. Caused by cache data not reset, so it uses previous world cache when generate new world, include dictionary cache which must be one per world. This fix will not restart the trees in your exist corrupted worlds, so you will need to delete world data folder in your corrupted worlds manually to restart it. The folder located in
World Folder > data > tanshugetrees. - Some changes on custom pack structure. New folders, moved folders, leaf litter as TXT function. This will affect to some custom packs. They will need to reorganize some files that related to these changes.
Highlights
- Bring back sapling trader. Now with data-driven style, so you can edit him through custom pack.
- Added tree summoner staff. Just for fun.
Gameplay Related
- Some fixes about multi-thread safety
- Fixed game crash by decimal number as
A,Binstead ofA.Bcaused byString.format("%.2f", value)result differently in some countries - Pack incompatibility and news message now only run once per world when first player joins, not every time there's one player in the world.
- Trees with non leaves block now can decay by living tree mechanics, with instantly disappeared.
- Saplings now can get with just a short path instead of all of its data. Short path like this
/give @p tanshugetrees:tree_generator{BlockEntityTag:{ForgeData:{path:"#TannyJung-Main-Pack/redwood"}}}. - New command to summon trees. For example,
/TANSHUGETREES command summon_tree #TannyJung-Main-Pack/redwoodit will summon a tree generator at your position.
Non-Gameplay Related
- Make TannyJung's Main Pack run first before all packs
- Changed leaf litter file style from custom style to TXT function
- Removed name option in tree presets, now use same name as file name instead.
- Separate tree decoration folder from functions folder and make it global folder, so you can now add new decorations directly without using replace option to add them into TannyJung's Main Pack.
- Custom block testing now support tag test. For example,
minecraft:pink_petals[facing=north]andminecraft:pink_petals[facing=north,flower_amount=1]this will returns true. - TXT function fill block now replace blocks match in list. Previous versions only support air and non air blocks.
- Some changes and fixes in living tree mechanics. Trees without leaves not remove location.
- Increased way function count per tree from 3 to 9
- Fixed shape file converter again. Incorrected file name and generation speed not instantly after generate second tree. Caused by summon new tree generator too fast, data sync only affect one generator.
- Fixed block test in TXT function not work, because the chunk it test is block pos, not chunk pos.
- Some cache code refactoring
- Some changes
🎦 Beta Version
Update the mod from old to this version may cause some issues. Please backup your config and your world before doing it. You can read changelog below for what changes, what will break.
Support Custom Pack Version 20251023
Version Compatibility Impactive
- World data folder changed again. Removed node style data and back to use region style again to reduce number of files. Redesigned data into BIN and added dictionary system, a lot less space. Old world will discontinue unfinished trees.
- Redesigned shape files from TXT to BIN (Binary File). This improve world gen performance and lower space. Custom pack developers will need to regenerate their trees.
- Shorter file location paths. This affect custom packs, the paths you wrote in world gen files, tree settings, etc. For example,
A/presets/C/C.txtnow it'sA/C. - Config world gen now renamed from
config_world_gen.txttoconfig_worldgen.txt, for cleaner name purpose. No need rename your old one manually, the mod can do it once you running new version.
Highlights
- TannyJung's Main Pack now can auto install itself in the first time you played the mod
- Custom pack ZIP format support. No need to extract pack now, just drag to the folder. Note that downloading TannyJung's Main Pack directly from GitHub still need to extract ZIP and rename folder.
- New dead tree style "Coarse Woody Debris" or fallen trees
- New tree decorations. Generate trees with chance of extra things. Such as bee nest, moss, mushroom, etc.
- Some changes to make world gen support multi-thread. C2ME multi-thread compatibility. Note that this still needs more testing.
Gameplay Related
- Updating packs and repairing config now almost safe to do while playing a world. World gen will be auto paused.
- Seed based world gen. Create a world with same seed now can found same trees in the same location.
- Surface detection now based from tree size. Included structure detection as well. Also surface smoothness now adapt from tree size. Smaller trees can now generate on mountains, but bigger trees will avoid them.
- Dead tree level now write as 110, 120, 210, etc. Also added
autoandauto_pinefor auto select level. - Improved TXT function. Refactoring, new options, function in function, if-run conditions.
- Reorganized commands. Also added permission test, so people can understand that command errors mean you need server permission.
- Some updates on living tree mechanics. Added dormancy to prevent trees become dead after no leaves by seasons.
- Added min build height test. This fixed trees generate under the world in skyland world gen style.
- Fixed system loops sometimes stop or slow after rejoin worlds
- Fixed Serene Seasons mod compatibility. Our seasons not not sync to their seasons.
- Fixed
unviable_ecology_skip_chanceconfig not affect to dead trees
Non-Gameplay Related
- Added data migration system. So the mod can now update some data from previous mod version.
- Improved shape file converter. Generate a lot faster. Also no block placing in the world now, so no longer needed custom dimension datapack to be installed.
- Small changes
⚠️ Alpha Version
Not recommended to update the mod from old version to this in your current world, as it might incompatible to older systems. But if you think to update it, please read the changelogs and backup your world before doing it. I have included some warning in "Version Compatibility Impactive" section, if written, to help people to see what might be happen after update.
Support Data Structure Version 20250814
Version Compatibility Impactive
- Data structure version back to use old style. Changed from "A.B" to "YYYYMMDD".
Highlights
- Fixed world gen config keep resetting, because of small ")" in the path directory -_-)
- (Need Tests) Fixed trees cut at region border again!? By +-4 size of chunk status scanner and +-4 region scanner start point.
Gameplay Related
- Improved grass area using full handcode and renamed it from "disk_grass" to "grass_area"
- Fixed trees with offset not spawning because of max height spawn config (it should only test origin height)
Non-Gameplay Related
- Added new options in tree generator "Function Style" to specify how function will be run on that part. Such as above, below, side, and all.
- Small changes
⚠️ Alpha Version
Not recommended to update the mod from old version to this in your current world, as it might incompatible to older systems. But if you think to update it, please read the changelogs and backup your world before doing it. I have included some warning in "Version Compatibility Impactive" section, if written, to help people to see what might be happen after update.
Support Data Structure Version 1.5
Highlights
- Fixed game crash when playing with this mod for the first time
- Fixed some arrays is null
⚠️ Alpha Version
Not recommended to update the mod from old version to this in your current world, as it might incompatible to older systems. But if you think to update it, please read the changelogs and backup your world before doing it. I have included some warning in "Version Compatibility Impactive" section, if written, to help people to see what might be happen after update.
Support Data Structure Version 1.5
Version Compatibility Impactive
- Renamed "TannyJung-Main-Pack" to "#TannyJung-Main-Pack". This cause incompatible to older versions for sure. Old main pack will automatic mark as incompatible.
- Reordered some dev folders, also make them hidden.
Highlights
- (Need Tests) Fixed trees cut at region border. By -1 from chunks and +1 to chunks.
Gameplay Related
- Fixed tree generator skipping sprig part, because of code systems wrong order.
- Fixed disable surrounding area or waterside detection config causes waterside trees spawn everywhere
- Fixed file location incorrected inside tree location. This disable shape reader in living tree mechanics.
- Fixed living tree mechanics not run process when set process limit to 0 (no limit)
- Fixed tree location not disappear when run out of process and with no leaves
Non-Gameplay Related
- Mark the trees as incompatible when detects empty storage directory
- Fixed shape file converter not use instant speed
- Fixed dependencies incompatibility test keep resetting. Caused by version test returns true and remove incompatible mark.
- Fixed floating leaves sphere zone in sometimes, because I did -1 distance from sprig.
- Fixed place block function from sapling, with keep option disabled, not replacing exist blocks. Because code wrong order.
- Fixed data structure version test not mark that pack as incompatible when not write it in version file
- Minor changes



