Hi π
I have some troubles with may_place_on in single_block_feature. I want to place 3 new flowers in forest biomes, and without may_place_out flowers are properly generated but there's some flowers flowing on the water at the edges of the biome.
As soon I add may_place_on nothing is generated anymore. I would like the flowers only placed on grass.
Here's the code I'm using as attachment
#may_place_on how to place a block only on a specific block with feature
1 messages Β· Page 1 of 1 (latest)
Ok it looks like the stable documentation is confusing, as I got the code from there https://bedrock.dev/docs/stable/Features#minecraft%3Asingle_block_feature
I fixed it by using may_attach_to but it still confusing me as I plan to use more feature I don't really know what documention I need to use... may_attach_to looks like an outdated feature option ?
I got it from there
https://wiki.bedrock.dev/world-generation/feature-types.html
Here's the working code :