Topic category: Troubleshooting, bugs, and solutions
I have a mod that applies the bone meal effect to blocks. When this happens the particles appear but only the initial block is planted with VISIBLE grass. I use a procedure that applies this effect in a radius of several blocks. Long story short, the new grass blocks created by the "bone meal" are invisible except for the initial block. When I mine the earth blocks under the area, flower items appear. This means that the flowers and grass have been placed but I do not see them. If I reload the world I can now see all the blocks. I will gladly upload a video if you wish. I use 2022.1 as 1.18 version. In my mod in 2022.1 1.16 everything works smoothly. I hope I could draw attention to this problem and explain it well
World Block Update?
You say that you have a procedure that applies the bone meal effect to all the relevent blocks in a given area. A possible fix to this issue is to simply add the "Update/notify block at [x], [y], [z]" block to your already existing bone meal procedure, with the bone mealed blocks' x, y, and z as the inputs.
I have tried it. Unfortunately it did not work. I have made the area in all levels so y, y+1 and y+2 with the update block. Unfortunately it worked like before only reloading the world