Hyper1208 max patch 1#1124
Merged
supermassimo merged 4 commits intoDynamicTreesTeam:feature/1.20.1/thicker_treesfrom Jan 20, 2026
Merged
Hyper1208 max patch 1#1124supermassimo merged 4 commits intoDynamicTreesTeam:feature/1.20.1/thicker_treesfrom
supermassimo merged 4 commits intoDynamicTreesTeam:feature/1.20.1/thicker_treesfrom
Conversation
7x7 Trunk Size Support
7x7 Trunk Support
7x7 Trunk Support
7x7 Trunk Support
71977a5
into
DynamicTreesTeam:feature/1.20.1/thicker_trees
1 check failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I designed a new cardinal directional block placement logic system that supports up to 7x7 block thick trunks.
This is handled by a tiered ring system based on the radius:
Ring 1 (Radius 8-24): Handles thickness from 1x1 to 3x3.
Ring 2 (Radius 25-40): Handles thickness from 3x3 to 5x5.
Ring 3 (Radius 41-56): Handles thickness from 5x5 to 7x7.
This logic ensures that larger trees expand correctly according to their radius tier.
I have tested this locally, and the logic functions correctly for all standard trunk sizes defined in the tiers above.
Trees generate with the correct thickness and directional placement without immediate errors.
The logic for the tiered ring system and the mathematical implementation was designed and refined with significant assistance from Claude Opus 4.5.