Does anyone know how to replace the crops? I've tried so many things, like changing the breaking for the block, and have also tried several replacing techniques, nothing seems to work and i've also had issues where the crop breaks one by one, but still replaced.
If it wasn't obvious, this is for a farming skript, that by chance explodes a certain radius of crops.
If it wasn't obvious, this is for a farming skript, that by chance explodes a certain radius of crops.
(I haven't added on to actually replace the crop, as i've had issues with everything I have tried.)loop blocks in radius 3.5 around event-block:
if block at loop-block is ripe wheat plant:
draw 1 explosion at loop-block with offset vector(0, 0, 0) with extra 0
break loop-block using player's tool
give 1 of {data::farming::wheat} to {_p}