Unsure how to block floating junk piles
I've tried a bunch of stuff for a few weeks so now I'm here. I'd like to block just about everything that's not on the island. All the floating junk piles, the wrecks, seaweed, underwater loot boxes, etc. Not oil rig, or glaciers.  I used the PrefabSniffer to find updated asset paths. Here is my config:

{
  "blockList": [
    "mushrooms",
    "chickens",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater/rock_formation_b_underwater.prefab",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater/rock_formation_c_underwater.prefab",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater/rock_formation_d_underwater.prefab",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater/rock_formation_e_underwater.prefab",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater/rock_formation_f_underwater.prefab",
    "assets/content/properties/spawnpopulation/junkpiles_water.asset",
    "assets/content/props/water_drums/water_drum_a.prefab",
    "assets/content/props/water_drums/water_drum_a_junk.prefab",
    "assets/content/props/water_drums/water_drum_toxic.prefab",
    "assets/prefabs/misc/junkpile_water/junkpile_water_a.prefab",
    "assets/prefabs/misc/junkpile_water/junkpile_water_b.prefab",
    "assets/prefabs/misc/junkpile_water/junkpile_water_c.prefab",
    "assets/content/props/water_junk_piles/water_junk_pile_a.prefab",
    "assets/content/props/water_junk_piles/water_junk_pile_a_no_planks.prefab",
    "assets/content/props/water_junk_piles/water_junk_pile_b.prefab",
    "assets/content/props/water_junk_piles/water_junk_pile_b_no_planks.prefab",
    "assets/content/props/water_junk_piles/water_junk_pile_c_no_planks.prefab",
    "assets/content/nature/underwater_plants/coral_red_big.prefab",
    "assets/content/nature/underwater_plants/coral_red_small.prefab",
    "assets/content/nature/underwater_plants/coral_white_big.prefab",
    "assets/content/nature/underwater_plants/coral_white_small.prefab",
    "assets/content/nature/underwater_plants/tall_algae_a.prefab",
    "assets/content/nature/underwater_plants/tall_algae_b.prefab",
    "assets/content/nature/underwater_plants/thin_algae.prefab",
    "assets/content/nature/underwater_plants/underwater_lilly.prefab",
    "assets/content/properties/foliage/all/underwater-coral_red_big.asset",
    "assets/content/properties/foliage/all/underwater-coral_red_small.asset",
    "assets/content/properties/foliage/all/underwater-coral_white_big.asset",
    "assets/content/properties/foliage/all/underwater-coral_white_small.asset",
    "assets/content/properties/foliage/all/underwater-tall_algae_a.asset",
    "assets/content/properties/foliage/all/underwater-tall_algae_b.asset",
    "assets/content/properties/foliage/all/underwater-thick_algae.asset",
    "assets/content/properties/foliage/all/underwater-thin_algae.asset",
    "assets/content/properties/foliage/all/underwater-underwater_lilly.asset",
    "assets/prefabs/misc/junkpile_water",
    "assets/content/nature/underwater_plants",
    "assets/content/props/water_junk_piles",
    "assets/content/props/water_drums",
    "crateunderwaterbasic",
    "crateunderwateradvanced",
    "assets/bundled/prefabs/autospawn/decor/v2_rockformation_underwater",
    "assets/content/props/water_drumsblocklist",
    "assets/content/props/water_junk_piles/water_junk_pile_c.prefab"
  ],
  "craftRefund": true,
  "messages": {
    "You are not allowed to use this command": "You are not allowed to use this command",
    "You may not craft this (restricted)": "You may not craft this (restricted)",
    "You may not deploy this (restricted)": "You may not deploy this (restricted)",
    "You may not pick that up (restricted)": "You may not pick that up (restricted)",
    "You may not research this (restricted)": "You may not research this (restricted)",
    "You may not research this (restricted), blueprints refunded!": "You may not research this (restricted), blueprints refunded!"
  },
  "VERSION": "0.1.3"
}​

Mushrooms and chickens are blocked succesfully. Nothing else works, though. I really think this will clear around 10-20K map entities on a 4K map.

Any advice is appreciated. Thanks to Wulf and k1lly0u for everything you do here.

bump. block floating junkpiles. still a needed thing.