Skip to content

Conversation

@HYPER1208-max
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant