{ "_fv": 73, "_type": "feature", "definition": { "skipPlacement": false, "generationStep": "VEGETAL_DECORATION", "restrictionBiomes": [ { "value": "cherry_grove" }, { "value": "jungle" }, { "value": "jungle_edge" }, { "value": "bamboo_jungle" } ], "featurexml": "9673This block represents a block patch feature. The blocks will only generate in valid positions (for example, grass will never generate on a stone block).Patches of plants should be generated during the VEGETAL_DECORATION stage.CUSTOM:MintPlantThis is the block being placedThis condition is checked for every block that is being placed. Here we don't want tall grass to replace other blocks5This is so the patch only generates in some of the chunksWe then move each patch horizontally. This way they don't generate only in the corner of the chunkMOTION_BLOCKINGWe then move the patches at the highest motion blocking block, so that they generate on the surfaceWe add a biome filter, so that the patches don't generate outside of the current biome" } }