I'm having issues using the forest_rock configured feature.
I'm having issues getting
forest_rockconfigured features to generate on anything other than dirt and grass. I've created my own configured feature of type"forest_rock", and created a placed feature file which should be able to place it programmatically, but it doesn't generate in the world, and I couldn't even place it with the/placecommand. I think I've confirmed it's an issue with theforest_rockfeature type specifically because leaving everything else the same but replacing theforest_rockfeature with asimple_blockfeature works just fine.I figured out after some trial and error that it will only generate on top of a grass block, but I didn't have any restriction in the placed feature file. I even set up a
block_predicate_filterin my placed feature file to explicitly match red sand (the target biome is a red sandy desert), in case there's an implicit definition of that that I might override; that also did nothing. Is this something that's hardcoded? I haven't found any references to it being hardcoded to generate on grass.I'm just starting to learn about world gen features, so I'm hoping I've just missed something obvious to a more experienced person. Any advice would be appreciated! Thanks! 🙂