All the Mods 3 - ATM3

All the Mods 3 - ATM3

3M Downloads

harvestcraft gardens don't spread

Lescius opened this issue ยท 2 comments

commented

From the harvestcraft.cfg file:

gardens {
    B:enablegardenSpread=true
    I:gardenSpreadRate=1
    I:gardenspreadMax=1
 }

So garden spread is enabled in general, at a low probability, but only if there are no (fewer than one) nearby gardens. However, every garden being ticked will find at least one nearby garden: itself.

See also BlockBaseGarden:updateTick

Tested with ATM3 3.3 by placing several gardens at one per chunk in a flat world, turning random tick rate to 100, and waiting several hours. No spread observed. Then I increased gardenSpreadMax to 2, ran the same test, and saw spread.

commented

It was originally intended to have the gardens not grown and possibly not even spawn at all and instead drop pam's seeds from grass but that portion of the config is incomplete. We'll review and decide one way or another (spreading gardens vs grass seeds drops). Thanks for the report.

commented