The Bug
When using the /place feature
command to place this feature, it does not work.
Reproduce
Use
/place feature minecraft:forest_rock ~ ~ ~
Observed Result
The game said it was loaded but nothing appeared.
It only gets placed server-side and not client-side.
Expected Result
It would also show on client-side.
Linked issues
is duplicated by
Attachments
Comments
Can confirm in 1.18.2.
Can confirm in 22w18a. The "/placefeature" command was removed and replaced with the "/place" command in 22w18a, so here's the new command required in order to reproduce this issue.
/place feature minecraft:forest_rock ~ ~ ~
Can confirm in 1.19.
Can confirm in 1.19.2.

Can confirm in 23w03a
I can confirm this, though the behavior is slightly different than as described in this report. Allow me to clarify.
The minecraft:forest_rock feature actually does get placed, but this is not immediately apparent to the client. In other words, the feature gets placed server-side but not client-side, resulting in a desync.
Additionally, here is the correct command usage to reproduce this issue as the one currently provided in the description does not function.