File Details
cinderwood-1.0.2.jar
- R
- Jun 20, 2026
- 121.97 KB
- 7
- 1.21.1
- NeoForge
File Name
cinderwood-1.0.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Replaced the recursive convertEnvelopedLogs/tryConvertEnvelopedLog pair with an iterative BFS (breadth-first search) using a Queue<BlockPos> and a HashSet<BlockPos> visited set.

