The following configuration will place 10 glomerulus and 0 mossy_fibers because the cells are not in the same partition.
I believe the bug happens because of the function PlacementIndicator.guess on the relative cell. This function returns the number of glomerulus that have been placed in the chunk, based on the function Rhomboid.volume; in this case 0 because the partitions don't overlap. Here is the partial stack:
The following configuration will place 10 glomerulus and 0 mossy_fibers because the cells are not in the same partition.
I believe the bug happens because of the function
PlacementIndicator.guess
on the relative cell. This function returns the number of glomerulus that have been placed in the chunk, based on the functionRhomboid.volume
; in this case 0 because the partitions don't overlap. Here is the partial stack:The ratio of volume measurement should happen during the guess of mossy_fibers and not glomerulus here.