The Bug
When using the /place feature
command to place this feature, it does not work.
Reproduce
Place a stone block and run this command command on it
/place feature minecraft:bamboo_no_podzol ~ ~ ~
/place feature minecraft:bamboo_some_podzol ~ ~ ~
Observed Result
The game said it was loaded but nothing appeared.
Expected Result
The feature would be properly placed or the error message "Failed to place feature" would come up.
Attachments
Comments 5
Can confirm in 22w18a. The "/placefeature" command was removed and replaced with the "/place" command in 22w18a, so here are the new commands required in order to reproduce this issue.
/place feature minecraft:bamboo_no_podzol ~ ~ ~
/place feature minecraft:bamboo_some_podzol ~ ~ ~
Hi, I've done some further investigating regarding this problem and have discovered that the behavior of this issue is slightly different as described in this report. Allow me to clarify.
When placing the minecraft:bamboo_no_podzol or minecraft:bamboo_some_podzol features using the "/placefeature" command, the block that occupies the desired position of placement must be air, and the block below it must be a part of the #minecraft:bamboo_plantable_on block tag. If these requirements aren't met, the game claims that the feature was placed, when in reality it wasn't.
To conclude, you can place the minecraft:bamboo_no_podzol or minecraft:bamboo_some_podzol features using the "/placefeature" command, but only under certain circumstances as mentioned above.