This is a script that uses a recursive function to emulate a "virus" that spreads through wool and eats it up, with a maximum of like 20 blocks
it works flawlessly, the only issue I have is that it requires a server flag for the appetite to function correctly, when attempting to anything else at all to flag, it causes race conditions, where one block will modify the appetite from 14 to 13, and at the same time another block will also do that, and so when debugging the appetite value over time, it will read 13 twice, meaning the spores are eating one extra block than they should.
This happens every cycle, so having a string of wool, and starting the spore at the center will essentially double it's appetite.
Content of Denizen Script Paste #111023: Unnamed Denizen Script Paste... pasted 2023/06/11 23:47:14 UTC-07:00, Paste length: 1588 characters across 29 lines, Content: ev_wool_spores: type: world