{"id":134294,"date":"2026-06-08T01:15:09","date_gmt":"2026-06-07T22:15:09","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/"},"modified":"2026-06-08T01:15:09","modified_gmt":"2026-06-07T22:15:09","slug":"routine-falling-blocks-cleanup","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/","title":{"rendered":"Routine Falling Blocks Cleanup"},"content":{"rendered":"<p>#  Description <\/p>\n<p>A datapack that runs every half hour to determine if there is an excessive number of falling_blocks (>100). If so, kills ALL of them immediately.<\/p>\n<p>**_This fixes the lag, but does not address the offending mod(s) or vanillaness that caused\/causes it in the first place._**<\/p>\n<p>This was made in response to the _Meteors_ datapack spawning a ton of slow\/none(?) decaying falling_blocks &#8211; https:\/\/modrinth.com\/datapack\/meteors . I&#8217;m not smart enough to put a watch timer on the methods of Meteors to clean up the mess in response to their events firing, so you&#8217;ll lag until the cleanup runs.<\/p>\n<p>#  Background <\/p>\n<p>While trying to resolve a performance problem with a huge mod pack (450+), I discovered that my world had a ton of entities through the Spark mod. Not a significant number of villagers or birds or zombies, but over 3500 falling_block entities were loaded! Just look at this lovely log line:<\/p>\n<p>BEFORE -> <\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>[Server thread\/WARN]: Can&#8217;t keep up! Is the server overloaded? Running 29013ms or 580 ticks behind<\/p>\n<\/details>\n<p>Confounded by the lack of documentation on this, I fumbled around with the Internets until I discovered https:\/\/www.reddit.com\/r\/admincraft\/comments\/muw8zk\/new_lag_chunk_ban_exploit_with_sand\/, where the author &#8216;blockswerker&#8217; had a helpful command for dealing with falling block exploits in their unrelated server issue. So, I fired that command into the console and my lag instantly cleared. I mean, there&#8217;s a tiny bit of lag here and there, but the results are conclusive&#8230;<\/p>\n<p>AFTER -> <\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>[Server thread\/WARN]: Can&#8217;t keep up! Is the server overloaded? Running 4260ms or 85 ticks behind (this is also while flying around in creative loading a lot of chunks while trying to get this mod running)<\/p>\n<p>Also, that&#8217;s nearly 85% improvement!<\/p>\n<\/details>\n<p>The natural thing to do is to find a mod that solved this problem. Doesn&#8217;t exist. I&#8217;m running a Fabric server, so no easy scheduler mod. Then I learned about datapacks and %*I&#038;EUY$ this was an awful experience to get working with near-zero knowledge of how this stuff works.<\/p>\n<p>I imagine that with minor tweaking of the embedded commands, you can back-port or forward-port this to fit your needs. It&#8217;s also an acceptable (not really a scheduler) tutorial on how to reliabily run commands using a infinite timer.<\/p>\n<p>So, this is my first &#8216;mod&#8217; I guess for MC. Maybe there&#8217;s a better way. I hope it helps.<\/p>\n<p>#  Install<\/p>\n<p>1. Before installing, either run a Spark profiler job and check your entities count for &#8216;falling_blocks&#8217;, or you can run these commands in sequence to verify you have a large quantity of &#8216;falling_blocks&#8217; and need this tool.<\/p>\n<p>   a: &#8220;` scoreboard objectives add testEntityCount dummy &#8220;`<\/p>\n<p>   b: &#8220;` scoreboard players set @s testEntityCount 0 &#8220;`<\/p>\n<p>   c: &#8220;` execute as @e[type=falling_block] run scoreboard players add @p testEntityCount 1 &#8220;`<\/p>\n<p>   d: &#8220;` tellraw @s [{&#8220;score&#8221;:{&#8220;name&#8221;:&#8221;@a&#8221;,&#8221;objective&#8221;:&#8221;testEntityCount&#8221;}},&#8221; falling_block entities loaded&#8221;] &#8220;`<\/p>\n<p>2A. For single player or self-hosted LAN users: place into your &#8216;saves\/<your world>\/datapacks&#8217; folder<\/p>\n<p>2B. For dedicated servers, place into your server World\/Datapacks folder<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>#  More Sauce <\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>Since Modrinth doesn&#8217;t have comments or DMs, I figure some of you might be interested in the mods and settings I have.<\/p>\n<p>I am running Minecraft 1.21.1, on a Ryzen 5800x 128GB RAM system, paired with a 4080. That&#8217;s it.<\/p>\n<p>I allot 12GB to Java v22 &#8211; flags are:<\/p>\n<p>&#8220;`<br \/>\n-Xms12288M -Xmx12288M -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=24M -XX:G1HeapWastePercent=5 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1NewSizePercent=30 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -XX:MaxGCPauseMillis=200 -XX:MaxTenuringThreshold=1 -XX:SurvivorRatio=32 -Dusing.aikars.flags=https:\/\/mcflags.emc.gs -Daikars.new.flags=true<br \/>\n&#8220;`<\/p>\n<p>Fabric Mods:<br \/>\n&#8211; abandoned: Abandoned 1.0.2<br \/>\n&#8211; additionalstructures: Additional Structures 5.0.1-fabric<br \/>\n&#8211; adorabuild_structures: AdoraBuild: Structures 2.10.1<br \/>\n&#8211; advancednetherite: Advanced Netherite 2.2.1-1.21.1<br \/>\n&#8211; alternate-current: Alternate Current 1.9.0<br \/>\n&#8211; anvianslib: Anvian&#8217;s Lib 1.1<br \/>\n&#8211; appleskin: AppleSkin 3.0.6+mc1.21<br \/>\n&#8211; architectury: Architectury 13.0.8<br \/>\n&#8211; areas: Areas 6.1<br \/>\n&#8211; armorchroma: Armor Chroma 1.2.8<br \/>\n&#8211; async: Async 0.1.7+alpha.3-1.21.1<br \/>\n&#8211; atg: Attack Through Grass 2.0.3<br \/>\n&#8211; athena: Athena 4.0.1<br \/>\n&#8211; atmosfera: Atmosfera 2.2.0+mc1.21.1<br \/>\n&#8211; badoptimizations: BadOptimizations 2.2.1<br \/>\n&#8211; balm: Balm 21.0.41<br \/>\n&#8211; basicweapons: Basic Weapons 2.1.1+1.21.1<br \/>\n&#8211; beavermod: Eager Beavers 1.3.0<br \/>\n&#8211; betterf1: BetterF1 1.1<br \/>\n&#8211; betterf3: BetterF3 11.0.3<br \/>\n&#8211; betterfurnacesreforged: Better Furnaces Reforged 1.1.2518.0<br \/>\n&#8211; bettervillage: Better village 3.3.0<br \/>\n&#8211; birds-boids: Birds Boids 1.3.0<br \/>\n&#8211; bladesdungeons: Blade&#8217;s Dungeons. 1.0.2<br \/>\n&#8211; blame-log: BlameLog 0.5.0-1.18.2-build.14<br \/>\n&#8211; blockybeavers: Blocky Beavers 1.0.0<br \/>\n&#8211; bobby: Bobby 5.2.4+mc1.21<br \/>\n&#8211; boids: Boids 1.2.3<br \/>\n&#8211; bookshelf: Bookshelf 21.1.58<br \/>\n&#8211; bookshelfinspector: Bookshelfinspector 1.8+1.21.1<br \/>\n&#8211; bronze: Bronze 2.0.1<br \/>\n&#8211; burnable_cobwebs: Burnable Cobwebs 0.1.8<br \/>\n&#8211; cameraoverhaul: CameraOverhaul 2.0.3-fabric+mc.1.21.0-1.21.2<br \/>\n&#8211; cavedust: Cave Dust 3.0.1<br \/>\n&#8211; caveoverhaul: CaveOverhaul fabric-1.21.1-1.3.3.1<br \/>\n&#8211; cavespiderspawn: Cave Spider Spawn 1.2<br \/>\n&#8211; chunkloaders: Chunk Loaders 1.2.8+b<br \/>\n&#8211; chunksending: Chunksending Mod 1.21-2.8<br \/>\n&#8211; chunky: Chunky 1.4.23<br \/>\n&#8211; clear-despawn-reworked: Clear Despawn Reworked 1.1.0<br \/>\n&#8211; clickthrough: ClickThrough Plus 3.4+1.21.1<br \/>\n&#8211; cliff_face: Cliff Face 2.0<br \/>\n&#8211; cloth-config: Cloth Config v15 15.0.140<br \/>\n&#8211; cobweb: Cobweb 1.3.3<br \/>\n&#8211; collective: Collective 8.3<br \/>\n&#8211; combat-plus-core: Combat+ Core 3.2.0+1.21<br \/>\n&#8211; copperhopper: Copper Hopper 0.10.0+1.21.1<br \/>\n&#8211; cpm: Customizable Player Models 0.6.21a<br \/>\n&#8211; craftsense: CraftSense 1.1.8<br \/>\n&#8211; craftsman_bows: Craftsman&#8217;s bows 1.0.1<br \/>\n&#8211; cristellib: Cristel Lib 1.2.8<br \/>\n&#8211; crossbowenchants: Crossbow Enchants 1.4.0<br \/>\n&#8211; ctov: ChoiceTheorem&#8217;s Overhauled Village 3.5.7a<br \/>\n&#8211; cullleaves: Cull Leaves 4.0.1<br \/>\n&#8211; cupboard: cupboard 1.21-2.9<br \/>\n&#8211; cursedtablerevamped: Cursed table Revamped 1.1.0<br \/>\n&#8211; deimos: Deimos 2.1<br \/>\n&#8211; desolate-dwellings: Desolate Dwellings 1.0.0<br \/>\n&#8211; deuf_refabricated: DEUF Refabricated 1.1.0<br \/>\n&#8211; distanthorizons: Distant Horizons 2.3.2-b<br \/>\n&#8211; doubledoors: Double Doors 7.0<br \/>\n&#8211; dynamiccrosshair: Dynamic Crosshair 9.3<br \/>\n&#8211; dynamiccrosshaircompat: Dynamic Crosshair Compat 4.2<br \/>\n&#8211; easyanvils: Easy Anvils 21.1.0<br \/>\n&#8211; easymagic: Easy Magic 21.1.0<br \/>\n&#8211; eatinganimationid: Eating Animation 1.21+1.9.72<br \/>\n&#8211; edibles: Edibles 4.5<br \/>\n&#8211; effectdescriptions: Effect Descriptions 21.1.1<br \/>\n&#8211; eg-inventory-blur: eg-inventory-blur 1.0.1<br \/>\n&#8211; eg_particle_interactions: Particle Interactions 0.4.1<br \/>\n&#8211; elementalenchantments: Elemental Enchantments 2.1.1<br \/>\n&#8211; enchanted_bookshelves: Enchanted Bookshelves 1.0<br \/>\n&#8211; enchdesc: EnchantmentDescriptions 21.1.7<br \/>\n&#8211; enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21<br \/>\n&#8211; enhancedblockentities: Enhanced Block Entities 0.10.2+1.21<br \/>\n&#8211; enhancedtooltips: EnhancedTooltips 1.6.0+fabric.1.21.1<br \/>\n&#8211; entity_model_features: Entity Model Features 2.4.1<br \/>\n&#8211; entity_sound_features: Entity Sound Features 0.4<br \/>\n&#8211; entity_texture_features: Entity Texture Features 6.2.9<br \/>\n&#8211; entityculling: EntityCulling 1.7.4<br \/>\n&#8211; euphoria_patcher: Euphoria Patcher 1.5.2-r5.4-fabric<br \/>\n&#8211; explorify: Explorify 1.6.2<br \/>\n&#8211; explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1<br \/>\n&#8211; expore: ExpOre 1.21.1-0.2<br \/>\n&#8211; extended-enchanting: Extended Enchanting 2.0.0+1.21<br \/>\n&#8211; fabric-api: Fabric API 0.115.5+1.21.1<br \/>\n&#8211; fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20<br \/>\n&#8211; fabricloader: Fabric Loader 0.16.14<br \/>\n&#8211; factory_api: Factory API 2.2.3.2518.0<br \/>\n&#8211; fallingtrees: Panda&#8217;s Falling Tree&#8217;s 0.13.2<br \/>\n&#8211; farmersdelight: Farmer&#8217;s Delight 1.21.1-3.0.1+refabricated<br \/>\n&#8211; farsighted-mobs: Farsighted Mobs 1.1-1.20.5<br \/>\n&#8211; fastasyncworldsave: fastasyncworldsave Mod 1.21-2.4<br \/>\n&#8211; ferritecore: FerriteCore 7.0.2-hotfix<br \/>\n&#8211; firearrows: Fire Arrows Ignite Fire 13.2<br \/>\n&#8211; firstperson: FirstPerson 2.4.9<br \/>\n&#8211; fishery: Fishery 0.4<br \/>\n&#8211; fog: Fog 1.8.0-1.21.1<br \/>\n&#8211; foodmod: MoreFood 1.1.5<br \/>\n&#8211; forgeconfigapiport: Forge Config API Port 21.1.3<br \/>\n&#8211; formations: Formations 1.0.2<br \/>\n&#8211; formationsoverworld: Formations Overworld 1.0.4<br \/>\n&#8211; fowlplay: Fowl Play 1.0.0-beta.9+1.21.1<br \/>\n&#8211; friendsandfoes: Friends&#038;Foes 3.0.9<br \/>\n&#8211; fuelinfo: FuelInfo 2.1+1.21<br \/>\n&#8211; funcyswanderingtradertrades: funcysWanderingTraderTrades 1.0.8<br \/>\n&#8211; fzzy_config: Fzzy Config 0.6.9+1.21<br \/>\n&#8211; geckolib: GeckoLib 4 4.7.5.1<br \/>\n&#8211; getwebbed: GetWebbed 1.0.1<br \/>\n&#8211; glitchcore: GlitchCore 2.1.0.0<br \/>\n&#8211; glore: Glowing ores 1.4.0<br \/>\n&#8211; grabbymobs: Grabby Mobs 1.6<br \/>\n&#8211; great-scrollable-tooltips: Great Scrollable Tooltips 15.16.0-beta.1+fabric<br \/>\n&#8211; grindstonesharpertools: Grindstone Sharper Tools 3.8<br \/>\n&#8211; healight: Healight 1.0.1<br \/>\n&#8211; hideexperimentalwarning: Hide Experimental Warning 1.2<br \/>\n&#8211; highlighter: Highlighter 1.1.11<br \/>\n&#8211; hopobettermineshaft: Hopo Better Mineshaft 1.3.0<br \/>\n&#8211; hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.2.1<br \/>\n&#8211; hungrier: Hungrier 1.2<br \/>\n&#8211; iceberg: Iceberg 1.3.2<br \/>\n&#8211; immediatelyfast: ImmediatelyFast 1.6.5+1.21.1<br \/>\n&#8211; immersive-hotbar: Immersive Hotbar 1.0.2-1.21-1.21.1<br \/>\n&#8211; immersive_optimization: Immersive Optimization 0.0.4<br \/>\n&#8211; immersiveui: ImmersiveUI 0.3.0<br \/>\n&#8211; improvedsignediting: Improved Sign Editing 1.5<br \/>\n&#8211; incendium: Incendium 5.4.3<br \/>\n&#8211; indicativepitch: Indicative Pitch 1.0.0<br \/>\n&#8211; iris: Iris 1.8.8+mc1.21.1<br \/>\n&#8211; ironbookshelves: Iron Bookshelves 1.21.1-1.4.10-fabric<br \/>\n&#8211; item-descriptions: Item Descriptions 2.1.2+1.21.1<br \/>\n&#8211; itemborders: Item Borders 1.2.5<br \/>\n&#8211; itemzoomer: Item Zoomer 1.1.0-1.21.1<br \/>\n&#8211; jade: Jade 15.10.0+fabric<br \/>\n&#8211; jagmkiwis: Jagm&#8217;s Kiwis 1.2.1<br \/>\n&#8211; java: Java HotSpot(TM) 64-Bit Server VM 22<br \/>\n&#8211; jrftl: JRFTL 1.8.0<br \/>\n&#8211; justenoughbreeding: Just Enough Breeding 1.5.0<br \/>\n&#8211; krypton: Krypton 0.2.8<br \/>\n&#8211; ksyxis: Ksyxis 1.3.3<br \/>\n&#8211; lambdynlights: LambDynamicLights 4.1.2+1.21.1<br \/>\n&#8211; yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.7<br \/>\n&#8211; yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.7<br \/>\n&#8211; yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.7<br \/>\n&#8211; leahs-immersive-thunder: Immersive Thunder 1.21.1+1.2.2<br \/>\n&#8211; libraryferret: Library ferret 4.0.0<br \/>\n&#8211; lightningdeath: LightningDeath 2.0.0<br \/>\n&#8211; lithium: Lithium 0.15.0+mc1.21.1<br \/>\n&#8211; lithostitched: Lithostitched 1.4.2<br \/>\n&#8211; livingthings: Living Things 1.21.1-2.2.0<br \/>\n&#8211; lolmst: More Smithing Tables 1.2.0<br \/>\n&#8211; lolmsv: More Shield Variants 1.3.10<br \/>\n&#8211; lootbeams: LootBeams 3.6.1-mc1.21-.1<br \/>\n&#8211; make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric<br \/>\n&#8211; medieval_buildings: Medieval Buildings 1.1.0<br \/>\n&#8211; minecraft: Minecraft 1.21.1<br \/>\n&#8211; minecraftfunctioncompiler: Function Compiler 0.3.2-alpha.2<br \/>\n&#8211; mixintrace: MixinTrace 1.1.1+1.17<br \/>\n&#8211; mod-loading-screen: Mod Loading Screen 1.0.5<br \/>\n&#8211; modelfix: Model Gap Fix 1.21-1.6<br \/>\n&#8211; modernfix: ModernFix 5.21.0+mc1.21.1<br \/>\n&#8211; modernui: Modern UI 3.11.1.9<br \/>\n&#8211; modmenu: Mod Menu 11.0.3<br \/>\n&#8211; modmenu-badges-lib: ModMenu Badges Lib 2023.6.1<br \/>\n&#8211; more-ores: More Ores 1.0.3<br \/>\n&#8211; more_fossils: More Fossils 3.0.0<br \/>\n&#8211; more_heart_types: More Heart Types 1.0.6+1.21-1.21.1<br \/>\n&#8211; moreberries: More Berries 1.5.11<br \/>\n&#8211; moreculling: More Culling 1.0.6<br \/>\n&#8211; moredelight: More Delight 25.3.27-1.21-fabric<br \/>\n&#8211; moremobs: More Mobs 1.5.4+mod<br \/>\n&#8211; mousetweaks: Mouse Tweaks 2.26<br \/>\n&#8211; mr_abandoned_structures: Abandoned structures 1.0.1<br \/>\n&#8211; mr_afk_dimnames: AFK Dim Names 1.3.0<br \/>\n&#8211; mr_afk_sit: AFK Sit 1.0.1<br \/>\n&#8211; mr_afk_sleep: AFK Sleep 1.3.2<br \/>\n&#8211; mr_better_arthropods: Better Arthropods 1-v2.0-dp<br \/>\n&#8211; mr_better_goldrecycling: Better Gold Recycling 2.4<br \/>\n&#8211; mr_better_ironrecycling: Better Iron Recycling 3.5<br \/>\n&#8211; mr_better_trees: Better Trees 1.9<br \/>\n&#8211; mr_beyondenchant: BeyondEnchant 1.5.0<br \/>\n&#8211; mr_blooming_biosphere: Blooming Biosphere 1.1.6<br \/>\n&#8211; mr_bodebojos_enchantments: Bodebojo&#8217;s Enchantments 6.2.1<br \/>\n&#8211; mr_burning_flesh: Burning Flesh: rotten flesh and arrows are fuel 1.48.1<br \/>\n&#8211; mr_chunky_playerpause: Chunky Player Pause 1.0.1<br \/>\n&#8211; mr_clifftree: Cliff under a Tree (CliffTree) 2.0.1<br \/>\n&#8211; mr_copper_recycling: Copper Recycling 2.4<br \/>\n&#8211; mr_deadly_deadlydungeon: Deadly Deadly Dungeon 1.0.4<br \/>\n&#8211; mr_detect_afk: Detect AFK Players 1.2.1<br \/>\n&#8211; mr_developer_resources: Data API 1.6.3<br \/>\n&#8211; mr_diamond_recycling: Diamond Recycling 1.3.1<br \/>\n&#8211; mr_dungeons: Dungeons+ 1.9.0b<br \/>\n&#8211; mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4<br \/>\n&#8211; mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2<br \/>\n&#8211; mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.1.f<br \/>\n&#8211; mr_enchantable_mace: Enchantable Mace 2.0.0<br \/>\n&#8211; mr_enchantments_encore: Enchantments Encore 1.8<br \/>\n&#8211; mr_enchants_plus: Enchants Plus 1.6B<br \/>\n&#8211; mr_fishing_frontier: Fishing Frontier 2.3<br \/>\n&#8211; mr_glowing_glowsquids: Glow Squids Actually Glow 3<br \/>\n&#8211; mr_glue_arrow: Glue Arrows 1-V1.0<br \/>\n&#8211; mr_immersive_sound: Immersive Sounds 0.2<br \/>\n&#8211; mr_infused_potatos: Infused Potatoes 1.0.0<br \/>\n&#8211; mr_ironfish: Ironfish 1-mcmeta-45-71_1.21-1.21.5<br \/>\n&#8211; mr_leather_recycling: Leather Recycling 1.6<br \/>\n&#8211; mr_lost_libraries: Lost Libraries 1.1.2<br \/>\n&#8211; mr_meteors: Meteors 1-v1.0.0<br \/>\n&#8211; mr_mingen: MinGen 4.3<br \/>\n&#8211; mr_minlog: MinLog 1.1<br \/>\n&#8211; mr_missing_mobdrops: Missing Mob Drops 1.2<br \/>\n&#8211; mr_mo_variants: Mo-Variants 7.6.9.3<br \/>\n&#8211; mr_more_advancements: More Advancements! 1.0.0<br \/>\n&#8211; mr_moreenchantments: More Enchants 1.2.1<br \/>\n&#8211; mr_moss_ruins: Moss Ruins 1.3<br \/>\n&#8211; mr_muffins_structures: Muffin&#8217;s Structures 1-v1.2b<br \/>\n&#8211; mr_mystic_mobs: Mystic Mobs 1.1.0<br \/>\n&#8211; mr_neoenchant: Neo Enchant+ 5.10<br \/>\n&#8211; mr_nice_babymounts: Nice Baby Mounts 1.0<br \/>\n&#8211; mr_nice_illusioner: Nice Illusioner 1.0<br \/>\n&#8211; mr_nice_mobequipment: Nice Mob Equipment 1.0<br \/>\n&#8211; mr_nice_mobscaling: Nice Mob Scaling 1.0<br \/>\n&#8211; mr_nice_mobsremastered: Nice Mobs Remastered: Friends &#038; Foes 2.5b<br \/>\n&#8211; mr_nice_nitwitquests: Nice Nitwit Quests 1.0<br \/>\n&#8211; mr_nice_villagenames: Nice Village Names 1.1<br \/>\n&#8211; mr_nice_wanderingtradertrades: Nice Wandering Trader Trades 1.0<br \/>\n&#8211; mr_purpurpacks_chiseledbookshelvesaddenchantmentpower: Chiseled Bookshelves Add Enchantment Power [PurpurPack] 2.0<br \/>\n&#8211; mr_qraftyfied: qraftyfied 9.1.1<br \/>\n&#8211; mr_random_fishingcrates: Random Fishing Crates 1.4.1<br \/>\n&#8211; mr_restful_slumber: Restful Slumber 4.0<br \/>\n&#8211; mr_scamper: Scamper 1.0.0<br \/>\n&#8211; mr_spawn_animationscompats: Spawn Animations Compats 9.0<br \/>\n&#8211; mr_stack_enchants: Stack Enchants 1.0<br \/>\n&#8211; mr_tan_compatpack: Tough As Nails &#8211; Compatibility Pack 1.0.0<br \/>\n&#8211; mr_tough_asnailsvanillapack: Tough As Nails &#8211; Vanilla Pack 1.0.0<br \/>\n&#8211; mr_trek: Trek 1-B0.3<br \/>\n&#8211; mr_vanilla_fireflies: Vanilla Fireflies 3.1<br \/>\n&#8211; mr_wandering_illusioneratlasplays: Wandering Illusioner 1.1.1<br \/>\n&#8211; mr_warfare_expanded: Warfare Expanded 1.5.1.1<br \/>\n&#8211; mru: M.R.U 1.0.16+1.21.1+fabric<br \/>\n&#8211; nearbycrafting: Nearby Crafting 1.0.2<br \/>\n&#8211; nemos-ambience: Nemos Ambience 1.2-1.21.1<br \/>\n&#8211; nemos-enchantments: Nemo&#8217;s Enchantments 1.1-1.21.1<br \/>\n&#8211; neruina: Neruina 2.3.0-beta.2<br \/>\n&#8211; netprodis: Network Protocol Disconnect 1.1.0+1.21.2<br \/>\n&#8211; neutral_animals: Neutral Animals 1.2.7<br \/>\n&#8211; no-resource-pack-warnings: No Resource Pack Warnings 1.3.0<br \/>\n&#8211; nocturnal-bats: Nocturnal Bats 1.1.0+1.21.3<br \/>\n&#8211; noisium: Noisium 2.3.0+mc1.21-1.21.1<br \/>\n&#8211; notenoughanimations: NotEnoughAnimations 1.9.3<br \/>\n&#8211; noxesium: Noxesium 2.3.3+d22848f<br \/>\n&#8211; nullscape: Nullscape 1.2.11<br \/>\n&#8211; nyfsspiders: Nyf&#8217;s Spiders 2.3.2<br \/>\n&#8211; observable: Observable 5.4.3<br \/>\n&#8211; oceansdelight: Ocean&#8217;s Delight fdrf-fabric-1.0.2-1.21<br \/>\n&#8211; octolib: OctoLib 0.5.0.1<br \/>\n&#8211; omnilib: Omnilib 0.1.4<br \/>\n&#8211; oracle_index: Oracle Index 0.2.0<br \/>\n&#8211; owo: o\u03c9o 0.12.15.4+1.21<br \/>\n&#8211; paginatedadvancements: Paginated Advancements 2.5.1<br \/>\n&#8211; pandalib: PandaLib 0.5.2<br \/>\n&#8211; particle-effects: Particle Effects 1.0.3+1.21<br \/>\n&#8211; particle_core: Particle Core 0.2.6+1.21<br \/>\n&#8211; particular: Particular 1.1.2+1.21<br \/>\n&#8211; philipsbiomefeatures: Philip&#8217;s Biome Features 1.7<br \/>\n&#8211; philipsruins: Philip`s Ruins 1.21.1<br \/>\n&#8211; pickupnotifier: Pick Up Notifier 21.1.1<br \/>\n&#8211; placeholder-api: Placeholder API 2.4.2+1.21<br \/>\n&#8211; polymer-bundled: Polymer 0.9.18+1.21.1<br \/>\n&#8211; packet_tweaker: Packet Tweaker 0.5.5+1.21<br \/>\n&#8211; polymer-networking: Polymer (Networking) 0.9.18+1.21.1<br \/>\n&#8211; polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1<br \/>\n&#8211; polymorph: Polymorph 1.0.9+1.21.1<br \/>\n&#8211; polytone: Polytone 1.21-3.3.4<br \/>\n&#8211; presencefootsteps: Presence Footsteps 1.11.0+1.21<br \/>\n&#8211; prettybeaches: Pretty Beaches 21.1.2<br \/>\n&#8211; prickle: PrickleMC 21.1.6<br \/>\n&#8211; prism: root project &#8216;Prism&#8217; 1.0.11<br \/>\n&#8211; puddles: Puddles 2.0.0<br \/>\n&#8211; puzzleslib: Puzzles Lib 21.1.33<br \/>\n&#8211; quad: Quad 1.2.9<br \/>\n&#8211; quad-lolmsmv: More Smoker Variants 1.3.3<br \/>\n&#8211; rabbit-pathfinding-fix: Rabbit Pathfinding Fix 1.0.0<br \/>\n&#8211; realisticbees: Realistic Bees 4.2<br \/>\n&#8211; realisticfirespread: Realistic Fire Spread 1.21-r1<br \/>\n&#8211; recipebookaccess: Recipe Book Access 1.1.0<br \/>\n&#8211; reeses-sodium-options: Reese&#8217;s Sodium Options 1.8.3+mc1.21.4<br \/>\n&#8211; reinfbarrel: Reinforced Barrels 2.6.1+1.21.1<br \/>\n&#8211; resourcefulconfig: Resourcefulconfig 3.0.11<br \/>\n&#8211; revamped_shipwrecks: Revamped Shipwrecks 1.1.0<br \/>\n&#8211; rmf: Reg&#8217;s More Foods 1.1.2+1.21+fabric<br \/>\n&#8211; roguelike: Roguelike Dungeons 2.0.8-1.21.1-fabric<br \/>\n&#8211; roughlyenoughitems: Roughly Enough Items 16.0.799<br \/>\n&#8211; rpgdifficulty: RpgDifficulty 1.3.17<br \/>\n&#8211; rrc_injured_effects: Injured Effects 1.4.9<br \/>\n&#8211; rsls: Raise Sound Limit Simplified 1.1.8<br \/>\n&#8211; satin: Satin 2.0.0<br \/>\n&#8211; seasons: Fabric Seasons 2.4.2-BETA+1.21<br \/>\n&#8211; seasonsdelightrefabcompat: Fabric Seasons: Delight Refabricated Compat 1.0-1.21.1-2.2.2+refabricated<br \/>\n&#8211; seasonsextras: Fabric Seasons: Extras 1.3.2-BETA+1.21<br \/>\n&#8211; seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7<br \/>\n&#8211; servercore: ServerCore 1.5.10+1.21.1<br \/>\n&#8211; shriekier-shriekers: Shriekier Shriekers 0.2.0-0-1.21<br \/>\n&#8211; shulkerboxtooltip: Shulker Box Tooltip 5.1.3+1.21.1<br \/>\n&#8211; sihywtcamd: SIHYWTCAMD 1.11.1+1.21<br \/>\n&#8211; sihywtcamd_extensions: SIHYWTCAMD Extensions 1.0.1+1.21<br \/>\n&#8211; simple_copper_pipes: Simple Copper Pipes 2.0.6<br \/>\n&#8211; simplyswords: Simply Swords 1.60.11-1.21.1<br \/>\n&#8211; skeletonhorsespawn: Skeleton Horse Spawn 4.1<br \/>\n&#8211; skinlayers3d: 3d-Skin-Layers 1.7.5<br \/>\n&#8211; slowyourroll: Slow Your Roll 1.21-1.1.0<br \/>\n&#8211; smoothchunk: Smooth chunk save Mod 1.21-4.1<br \/>\n&#8211; smoothgui: SmoothGui 0.1.1<br \/>\n&#8211; smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4<br \/>\n&#8211; sneakycurses: Sneaky Curses 21.1.0<br \/>\n&#8211; snowundertrees: Snow Under Trees 2.7.1+1.21.1<br \/>\n&#8211; sodium: Sodium 0.6.13+mc1.21.1<br \/>\n&#8211; sodium-extra: Sodium Extra 0.6.0+mc1.21.1<br \/>\n&#8211; sodiumextrainformation: Sodium Extra Information 2.5<br \/>\n&#8211; sodiumoptionsapi: Sodium Options API 1.0.10<br \/>\n&#8211; sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0<br \/>\n&#8211; soldisco: Spice of Life: Discovery 1.2.2<br \/>\n&#8211; soul_fire_d: Soul Fire&#8217;d 5.1.6<br \/>\n&#8211; sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.12<br \/>\n&#8211; sounds: Sounds 2.4.11+1.21.1+fabric<br \/>\n&#8211; spark: spark 1.10.109<br \/>\n&#8211; sparkle: Sparkle 3.1.0<br \/>\n&#8211; sparsestructures: SparseStructures 3.0<br \/>\n&#8211; spawnanimations: Spawn Animations 1.10.1+mod<br \/>\n&#8211; spidersproducewebs: Spiders Produce Webs 3.6<br \/>\n&#8211; stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc<br \/>\n&#8211; stackrefill: Stack Refill 4.6<br \/>\n&#8211; stalkercreepers: Stalker Creepers Fabric 1.0.0<br \/>\n&#8211; starterkit: Starter Kit 7.4<br \/>\n&#8211; stoneworks: Stoneworks 21.1.0<br \/>\n&#8211; strayed_fates_forsaken: STRAYED FATES: Forsaken 1-v2.0.0.2<br \/>\n&#8211; structory: Structory 1.3.10<br \/>\n&#8211; structure_layout_optimizer: Structure Layout Optimizer 1.0.10<br \/>\n&#8211; subtle_effects: Subtle Effects 1.9.4-hotfix.1<br \/>\n&#8211; supermartijn642configlib: SuperMartijn642&#8217;s Config Lib 1.1.8<br \/>\n&#8211; supermartijn642corelib: SuperMartijn642&#8217;s Core Lib 1.1.18+a<br \/>\n&#8211; syrbwcompat: Slow Your Roll \/ Basic Weapons Compatibility 1.12.1-1.0.0<br \/>\n&#8211; t_and_t: Towns and Towers 1.13.2<br \/>\n&#8211; terrablender: TerraBlender 4.1.0.8<br \/>\n&#8211; terralith: Terralith 2.5.8<br \/>\n&#8211; terralith_restoned: Terralith ReStoned 1.2<br \/>\n&#8211; thoroughfabric: Thoroughfabric 1.2.4+1.21.1-1.21.4<br \/>\n&#8211; threadtweak: ThreadTweak 0.1.5+mc1.21.1<br \/>\n&#8211; tinyskeletons: Tiny Skeletons 21.1.0<br \/>\n&#8211; toolsofsteel: Tools of Steel 2.0.0<br \/>\n&#8211; tooltipfix: ToolTip Fix 1.1.1-1.20<br \/>\n&#8211; torch_hit: Torch hit! 7.0.0<br \/>\n&#8211; toughasnails: ToughAsNails 10.1.0.13<br \/>\n&#8211; tradesandbartering: More Trades &#038; Bartering 1.21-fabric-1.0.0<br \/>\n&#8211; trampleeverything: Trample Everything 3.6<br \/>\n&#8211; trimeffects: TrimsEffects 2.1.1<br \/>\n&#8211; trimmable_tools: Trimmable Tools 2.0.5<br \/>\n&#8211; txnilib: TxniLib 1.0.23<br \/>\n&#8211; undeadnights: UndeadNights 1.1.2-Fabric-mc1.21<br \/>\n&#8211; universalbonemeal: Universal Bone Meal 21.1.0<br \/>\n&#8211; unloadedactivity: Unloaded Activity 0.6.4<br \/>\n&#8211; vanity_colossal_weapons: Vanity: Colossal Weapons 1.0.2<br \/>\n&#8211; variantsandventures: Variants&#038;Ventures 1.0.11<br \/>\n&#8211; vehiclefix: VehicleFix 5.1.1<br \/>\n&#8211; videotape: Video Tape 1.0.0<br \/>\n&#8211; villagernames: Villager Names 8.2<br \/>\n&#8211; visual-snowy-leaves: Visual Snowy Leaves 0.4.2<br \/>\n&#8211; visuality: Visuality 0.7.7+1.21<br \/>\n&#8211; waterdripsound: Drip Sounds 0.5.1<br \/>\n&#8211; weakerspiderwebs: Weaker Spiderwebs 3.8<br \/>\n&#8211; whatdidijustkill: What Did I Just Kill? 1.21.1-1.1.3<br \/>\n&#8211; whats_that_slot: What&#8217;s That Slot? 1.3.6+1.21<br \/>\n&#8211; whereisit: Where Is It 2.6.3+1.21.1<br \/>\n&#8211; jackfredlib-base: JackFredLib: Base 1.4.1+1.21.1<br \/>\n&#8211; jackfredlib-colour: JackFredLib: Colour 1.1.0+1.21.1<br \/>\n&#8211; jackfredlib-extracommandsourcedata: JackFredLib: Extra Command Source Data 1.1.1+1.21.1<br \/>\n&#8211; jackfredlib-gps: JackFredLib: GPS 1.0.7+1.21.1<br \/>\n&#8211; jackfredlib-lying: JackFredLib: Lying 0.5.5+1.21.1<br \/>\n&#8211; jackfredlib-toasts: JackFredLib: Toasts 1.1.1+1.21.1<br \/>\n&#8211; xtraarrows: Xtra Arrows 3 3.4.3<br \/>\n&#8211; xxlpackets: XXLPackets 1.0.5-1.21<br \/>\n&#8211; yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.21.1-fabric<br \/>\n&#8211; yosbr: YOSBR 0.1.2<br \/>\n&#8211; zombifiedplayer: ZombifiedPlayer 1.2.3-Fabric-mc1.21<br \/>\n&#8211; zoomify: Zoomify 2.14.2+1.21.1<\/p>\n<p>Loaded Shaderpack: ComplementaryUnbound_r5.4 + EuphoriaPatches_1.5.2<br \/>\n&#8211; Profile: Custom (+140 options changed by user)<\/p>\n<p>Resource Packs:<br \/>\n&#8211; vanilla<br \/>\n&#8211; rotrBLOCKS V76 [3D Foliage] 128x 1.21.5-1.13.zip<br \/>\n&#8211; Pixlli V49 1.21.5-1.13 128x.zip<br \/>\n&#8211; fabric<br \/>\n&#8211; FreshPlayerAnimations_v0.4.zip<br \/>\n&#8211; FreshAnimations_v1.9.2.zip<br \/>\n&#8211; \u00a71Drodiu0027s Illagers FA [V4.9.1].zip<br \/>\n&#8211; lanostry_foxes.zip<br \/>\n&#8211; Assorted Foxes &#8211; V.1.1.zip.zip<br \/>\n&#8211; Astras-Amazing-Foxes-1.21-1.21.4-v1.0.0-Resource-Pack.zip<br \/>\n&#8211; \u00a74Drodiu0027s Slimes FA [V1].zip<br \/>\n&#8211; Better_Snow_1.21.x.zip<br \/>\n&#8211; Illogically Looping Lanterns.zip<br \/>\n&#8211; Overdetailed Saplings 1.21.zip<br \/>\n&#8211; MinIcons.zip<br \/>\n&#8211; Randomly Rotated Flower Pots.zip<br \/>\n&#8211; Variated_Sweet_Berries-v1.1.zip<br \/>\n&#8211; grass-rocks-plus-0.1.zip<br \/>\n&#8211; \u00a73Blueu0027s \u00a7fBetter Zombies \u00a77v0.13.zip<br \/>\n&#8211; 3D Particles v1.2.zip<br \/>\n&#8211; A7MDu0027s \u00a7f\u00a7l3D Potions.zip<br \/>\n&#8211; Better Cats v3.0 1.21.2-1.21.4.zip<br \/>\n&#8211; Chromatic Icons v3.0 mc1.20-1.21.4.zip<br \/>\n&#8211; Brewing Guide 1.21.1 to 1.21.4.zip<br \/>\n&#8211; Bibliophilia 1.14 (1.21).zip<br \/>\n&#8211; Enchants+ Descriptions u0026 Translations v1.1.zip<br \/>\n&#8211; mod-descriptions-v5.zip<br \/>\n&#8211; GNs Fancy Fences 1.20.x.zip<br \/>\n&#8211; 3D Amethyst &#8211; MC1.21.x.zip<br \/>\n&#8211; Crop Variation for 1.21.zip<br \/>\n&#8211; Osu0027 Colorful Grasses (Mix).zip<br \/>\n&#8211; Enhanced Grass.zip<br \/>\n&#8211; \u00a7a\u00a7lBlakSuitu0027s Bushy Grass\u00a7r\u00a70.zip<br \/>\n&#8211; Fancy Crops v1.1.zip<br \/>\n&#8211; crops-3d.zip<br \/>\n&#8211; DiagonalPerfectRails2.1.zip<br \/>\n&#8211; \u00a79RAYu0027s \u00a7f3D \u00a76Ladders\u00a78\u00a7o\u00a7k.zip<br \/>\n&#8211; \u00a76\u00a7lRefurbished Log Boat.zip<br \/>\n&#8211; Fresh Buckets 3D UI.zip<br \/>\n&#8211; Custom Flint Tools SYR.zip<br \/>\n&#8211; Fogulous_v1.1.1.zip<br \/>\n&#8211; Better Foliage \u00a7lAdd-On v1.0(mc-1.21).zip<br \/>\n&#8211; 3D_Flowers_1.21.2_0.1.0.zip<br \/>\n&#8211; simple-3d-chain.zip<br \/>\n&#8211; Universal_3D_Archery_1.21-1_1.0.zip<br \/>\n&#8211; \u00a7eTorches\u00a78-\u00a7eReimagined\u00a70_\u00a78[v1.4]\u00a70.zip<br \/>\n&#8211; better_flame_particles-v2.2-mc1.14x-1.21x-resourcepack.zip<br \/>\n&#8211; Dramatic Skys Demo 1.5.3.33.zip<br \/>\n&#8211; cubic-sun-moon-v1.8.1a.zip<br \/>\n&#8211; BetterFoodV1.zip<br \/>\n&#8211; Bowl3D-Resource-Pack-16x-1.19.zip<br \/>\n&#8211; 3D_Foods 1.2.zip<br \/>\n&#8211; Accurate Salmon Variation.zip<br \/>\n&#8211; Better Piston Sounds.zip<br \/>\n&#8211; BetterExp.zip<br \/>\n&#8211; darker-cobwebs1.0.zip<br \/>\n&#8211; Wind Charge 3D.zip<br \/>\n&#8211; 3D_Fireball.zip<br \/>\n&#8211; simple-long-swords.zip<br \/>\n&#8211; Actual_Mace_V1.1.zip<br \/>\n&#8211; 3D Trident GUI.zip<br \/>\n&#8211; 3d-shield-model.zip<br \/>\n&#8211; eggy-food.zip<br \/>\n&#8211; cybers_3d_tools_1.2.1.zip<br \/>\n&#8211; Simply 3D Lectern &#8211; 1.20.0_1.0.0.zip<br \/>\n&#8211; walid-s-3d-items.zip<br \/>\n&#8211; IconicEnchantments1.1_1.21-1.21.4.zip<br \/>\n&#8211; MB-3D Items Pack 1.6.0.zip<br \/>\n&#8211; 3D Ingots and Bricks.zip<br \/>\n&#8211; Blues_Better_Monstersv0.11.zip<br \/>\n&#8211; Leafy_Creepers_1.1.1+FA.zip<br \/>\n&#8211; ALu0027s Skeletons Revamped 1.7.zip<br \/>\n&#8211; ALu0027s Skeletons Revamped+FA 1.4.zip<br \/>\n&#8211; Assorted Allays &#8211; V.9.0.zip<br \/>\n&#8211; Assorted Allays x FA V.7.0.zip<br \/>\n&#8211; Assorted Wardens &#8211; V.2.0.zip<br \/>\n&#8211; seasons:seasonal_lush_caves<br \/>\n&#8211; Undopia_3D_Sugar_Cane_1.21.x_v.1.0.zip<br \/>\n&#8211; 3d-bamboo-shoots-v1-2-3.zip<br \/>\n&#8211; Hytale 3D Ores [resources] 1.19 &#8211; v1.4.0.zip<br \/>\n&#8211; 3D Fires V1.zip<br \/>\n&#8211; REVIVED_Farmeru0027s Delight_crops_3D_Fabric_R1.3.1-1.20.x.zip<br \/>\n&#8211; Simply Swords Reforged v1.zip<br \/>\n&#8211; $polymer-resources<br \/>\n&#8211; moreberries:modifiedsweetberrybushmodel<br \/>\n&#8211; tinyskeletons:dynamically_copied_skeleton_textures<br \/>\n&#8211; subtle_effects:biome_color_water_particles<br \/>\n&#8211; cullleaves:smartleaves<br \/>\n&#8211; armorchroma:alternative-icons<br \/>\n&#8211; atmosfera:dungeons<br \/>\n&#8211; visual-snowy-leaves:vsl-jlf<br \/>\n&#8211; Better_Farm_Animals_v0.08.zip<br \/>\n&#8211; chickens-overhaul-0.1.zip<br \/>\n&#8211; Better Horses v3.0 1.21.2-1.21.4.zip<br \/>\n&#8211; Fresh Better Horses v1.0 1.21.zip<br \/>\n&#8211; toolsofsteel:visual_tweaks<br \/>\n&#8211; combat-plus:enchanted_numerals<br \/>\n&#8211; toolsofsteel:consistent_helms<br \/>\n&#8211; \u00a72Drodiu0027s Villagers FA [V2.8].zip<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Mitigates Lag\/Spam from &#8216;falling_block&#8217; entities<\/p>\n","protected":false},"featured_media":134295,"template":"","meta":{"_minecraft_slug":"routine-falling-blocks-cleanup","_minecraft_project_id":"teYTHzeb","_minecraft_author":"moomoolamoo","_minecraft_license":"MIT","_minecraft_downloads":85,"_minecraft_follows":1,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"routine-falling-blocks-cleanup.zip","_minecraft_size_bytes":1146152,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T22:39:34.908500Z","_minecraft_date_created":"2025-04-30T22:54:37.527702Z","_minecraft_date_modified":"2025-04-29T07:29:21.975168Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/routine-falling-blocks-cleanup","_minecraft_icon_attachment_id":134295,"_minecraft_imported_at":"2026-06-07T22:15:10+00:00","_minecraft_import_hash":"8d562e7169afeb9557f289c3e5d0a4cb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,126,90,92],"mod_loader":[86],"minecraft_version":[37],"class_list":["post-134294","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-management","mod_category-optimization","mod_category-utility","mod_loader-datapack","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Routine Falling Blocks Cleanup - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Routine Falling Blocks Cleanup - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Mitigates Lag\/Spam from &#039;falling_block&#039; entities\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/\",\"name\":\"Routine Falling Blocks Cleanup - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp\",\"datePublished\":\"2026-06-07T22:15:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/routine-falling-blocks-cleanup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Routine Falling Blocks Cleanup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Routine Falling Blocks Cleanup - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/","og_locale":"en_US","og_type":"article","og_title":"Routine Falling Blocks Cleanup - Minecraft","og_description":"Mitigates Lag\/Spam from 'falling_block' entities","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/","name":"Routine Falling Blocks Cleanup - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp","datePublished":"2026-06-07T22:15:09+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/routine-falling-blocks-cleanup-icon-bd882eb98889c9924eb7a6a8d8b8df532791f67b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/routine-falling-blocks-cleanup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Routine Falling Blocks Cleanup"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/134294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/134295"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=134294"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=134294"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=134294"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=134294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}