▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Routine Falling Blocks Cleanup
Routine Falling Blocks Cleanup

Routine Falling Blocks Cleanup

Mitigates Lag/Spam from 'falling_block' entities

83
1

Description

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.

This fixes the lag, but does not address the offending mod(s) or vanillaness that caused/causes it in the first place.

This was made in response to the Meteors datapack spawning a ton of slow/none(?) decaying falling_blocks - /datapacks/meteors . I'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'll lag until the cleanup runs.

Background

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:

BEFORE ->

Spoiler

[Server thread/WARN]: Can't keep up! Is the server overloaded? Running 29013ms or 580 ticks behind

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 'blockswerker' 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's a tiny bit of lag here and there, but the results are conclusive...

AFTER ->

Spoiler

[Server thread/WARN]: Can'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)

Also, that's nearly 85% improvement!

The natural thing to do is to find a mod that solved this problem. Doesn't exist. I'm running a Fabric server, so no easy scheduler mod. Then I learned about datapacks and %*I&EUY$ this was an awful experience to get working with near-zero knowledge of how this stuff works.

I imagine that with minor tweaking of the embedded commands, you can back-port or forward-port this to fit your needs. It's also an acceptable (not really a scheduler) tutorial on how to reliabily run commands using a infinite timer.

So, this is my first 'mod' I guess for MC. Maybe there's a better way. I hope it helps.

Install

  1. Before installing, either run a Spark profiler job and check your entities count for 'falling_blocks', or you can run these commands in sequence to verify you have a large quantity of 'falling_blocks' and need this tool.

    a: scoreboard objectives add testEntityCount dummy

    b: scoreboard players set @s testEntityCount 0

    c: execute as @e[type=falling_block] run scoreboard players add @p testEntityCount 1

    d: tellraw @s [{"score":{"name":"@a","objective":"testEntityCount"}}," falling_block entities loaded"]

2A. For single player or self-hosted LAN users: place into your 'saves//datapacks' folder

2B. For dedicated servers, place into your server World/Datapacks folder


More Sauce

Spoiler

Since Modrinth doesn't have comments or DMs, I figure some of you might be interested in the mods and settings I have.

I am running Minecraft 1.21.1, on a Ryzen 5800x 128GB RAM system, paired with a 4080. That's it.

I allot 12GB to Java v22 - flags are:

-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

Fabric Mods:

  • abandoned: Abandoned 1.0.2
  • additionalstructures: Additional Structures 5.0.1-fabric
  • adorabuild_structures: AdoraBuild: Structures 2.10.1
  • advancednetherite: Advanced Netherite 2.2.1-1.21.1
  • alternate-current: Alternate Current 1.9.0
  • anvianslib: Anvian's Lib 1.1
  • appleskin: AppleSkin 3.0.6+mc1.21
  • architectury: Architectury 13.0.8
  • areas: Areas 6.1
  • armorchroma: Armor Chroma 1.2.8
  • async: Async 0.1.7+alpha.3-1.21.1
  • atg: Attack Through Grass 2.0.3
  • athena: Athena 4.0.1
  • atmosfera: Atmosfera 2.2.0+mc1.21.1
  • badoptimizations: BadOptimizations 2.2.1
  • balm: Balm 21.0.41
  • basicweapons: Basic Weapons 2.1.1+1.21.1
  • beavermod: Eager Beavers 1.3.0
  • betterf1: BetterF1 1.1
  • betterf3: BetterF3 11.0.3
  • betterfurnacesreforged: Better Furnaces Reforged 1.1.2518.0
  • bettervillage: Better village 3.3.0
  • birds-boids: Birds Boids 1.3.0
  • bladesdungeons: Blade's Dungeons. 1.0.2
  • blame-log: BlameLog 0.5.0-1.18.2-build.14
  • blockybeavers: Blocky Beavers 1.0.0
  • bobby: Bobby 5.2.4+mc1.21
  • boids: Boids 1.2.3
  • bookshelf: Bookshelf 21.1.58
  • bookshelfinspector: Bookshelfinspector 1.8+1.21.1
  • bronze: Bronze 2.0.1
  • burnable_cobwebs: Burnable Cobwebs 0.1.8
  • cameraoverhaul: CameraOverhaul 2.0.3-fabric+mc.1.21.0-1.21.2
  • cavedust: Cave Dust 3.0.1
  • caveoverhaul: CaveOverhaul fabric-1.21.1-1.3.3.1
  • cavespiderspawn: Cave Spider Spawn 1.2
  • chunkloaders: Chunk Loaders 1.2.8+b
  • chunksending: Chunksending Mod 1.21-2.8
  • chunky: Chunky 1.4.23
  • clear-despawn-reworked: Clear Despawn Reworked 1.1.0
  • clickthrough: ClickThrough Plus 3.4+1.21.1
  • cliff_face: Cliff Face 2.0
  • cloth-config: Cloth Config v15 15.0.140
  • cobweb: Cobweb 1.3.3
  • collective: Collective 8.3
  • combat-plus-core: Combat+ Core 3.2.0+1.21
  • copperhopper: Copper Hopper 0.10.0+1.21.1
  • cpm: Customizable Player Models 0.6.21a
  • craftsense: CraftSense 1.1.8
  • craftsman_bows: Craftsman's bows 1.0.1
  • cristellib: Cristel Lib 1.2.8
  • crossbowenchants: Crossbow Enchants 1.4.0
  • ctov: ChoiceTheorem's Overhauled Village 3.5.7a
  • cullleaves: Cull Leaves 4.0.1
  • cupboard: cupboard 1.21-2.9
  • cursedtablerevamped: Cursed table Revamped 1.1.0
  • deimos: Deimos 2.1
  • desolate-dwellings: Desolate Dwellings 1.0.0
  • deuf_refabricated: DEUF Refabricated 1.1.0
  • distanthorizons: Distant Horizons 2.3.2-b
  • doubledoors: Double Doors 7.0
  • dynamiccrosshair: Dynamic Crosshair 9.3
  • dynamiccrosshaircompat: Dynamic Crosshair Compat 4.2
  • easyanvils: Easy Anvils 21.1.0
  • easymagic: Easy Magic 21.1.0
  • eatinganimationid: Eating Animation 1.21+1.9.72
  • edibles: Edibles 4.5
  • effectdescriptions: Effect Descriptions 21.1.1
  • eg-inventory-blur: eg-inventory-blur 1.0.1
  • eg_particle_interactions: Particle Interactions 0.4.1
  • elementalenchantments: Elemental Enchantments 2.1.1
  • enchanted_bookshelves: Enchanted Bookshelves 1.0
  • enchdesc: EnchantmentDescriptions 21.1.7
  • enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21
  • enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
  • enhancedtooltips: EnhancedTooltips 1.6.0+fabric.1.21.1
  • entity_model_features: Entity Model Features 2.4.1
  • entity_sound_features: Entity Sound Features 0.4
  • entity_texture_features: Entity Texture Features 6.2.9
  • entityculling: EntityCulling 1.7.4
  • euphoria_patcher: Euphoria Patcher 1.5.2-r5.4-fabric
  • explorify: Explorify 1.6.2
  • explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1
  • expore: ExpOre 1.21.1-0.2
  • extended-enchanting: Extended Enchanting 2.0.0+1.21
  • fabric-api: Fabric API 0.115.5+1.21.1
  • fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20
  • fabricloader: Fabric Loader 0.16.14
  • factory_api: Factory API 2.2.3.2518.0
  • fallingtrees: Panda's Falling Tree's 0.13.2
  • farmersdelight: Farmer's Delight 1.21.1-3.0.1+refabricated
  • farsighted-mobs: Farsighted Mobs 1.1-1.20.5
  • fastasyncworldsave: fastasyncworldsave Mod 1.21-2.4
  • ferritecore: FerriteCore 7.0.2-hotfix
  • firearrows: Fire Arrows Ignite Fire 13.2
  • firstperson: FirstPerson 2.4.9
  • fishery: Fishery 0.4
  • fog: Fog 1.8.0-1.21.1
  • foodmod: MoreFood 1.1.5
  • forgeconfigapiport: Forge Config API Port 21.1.3
  • formations: Formations 1.0.2
  • formationsoverworld: Formations Overworld 1.0.4
  • fowlplay: Fowl Play 1.0.0-beta.9+1.21.1
  • friendsandfoes: Friends&Foes 3.0.9
  • fuelinfo: FuelInfo 2.1+1.21
  • funcyswanderingtradertrades: funcysWanderingTraderTrades 1.0.8
  • fzzy_config: Fzzy Config 0.6.9+1.21
  • geckolib: GeckoLib 4 4.7.5.1
  • getwebbed: GetWebbed 1.0.1
  • glitchcore: GlitchCore 2.1.0.0
  • glore: Glowing ores 1.4.0
  • grabbymobs: Grabby Mobs 1.6
  • great-scrollable-tooltips: Great Scrollable Tooltips 15.16.0-beta.1+fabric
  • grindstonesharpertools: Grindstone Sharper Tools 3.8
  • healight: Healight 1.0.1
  • hideexperimentalwarning: Hide Experimental Warning 1.2
  • highlighter: Highlighter 1.1.11
  • hopobettermineshaft: Hopo Better Mineshaft 1.3.0
  • hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.2.1
  • hungrier: Hungrier 1.2
  • iceberg: Iceberg 1.3.2
  • immediatelyfast: ImmediatelyFast 1.6.5+1.21.1
  • immersive-hotbar: Immersive Hotbar 1.0.2-1.21-1.21.1
  • immersive_optimization: Immersive Optimization 0.0.4
  • immersiveui: ImmersiveUI 0.3.0
  • improvedsignediting: Improved Sign Editing 1.5
  • incendium: Incendium 5.4.3
  • indicativepitch: Indicative Pitch 1.0.0
  • iris: Iris 1.8.8+mc1.21.1
  • ironbookshelves: Iron Bookshelves 1.21.1-1.4.10-fabric
  • item-descriptions: Item Descriptions 2.1.2+1.21.1
  • itemborders: Item Borders 1.2.5
  • itemzoomer: Item Zoomer 1.1.0-1.21.1
  • jade: Jade 15.10.0+fabric
  • jagmkiwis: Jagm's Kiwis 1.2.1
  • java: Java HotSpot(TM) 64-Bit Server VM 22
  • jrftl: JRFTL 1.8.0
  • justenoughbreeding: Just Enough Breeding 1.5.0
  • krypton: Krypton 0.2.8
  • ksyxis: Ksyxis 1.3.3
  • lambdynlights: LambDynamicLights 4.1.2+1.21.1
  • yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.7
  • yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.7
  • yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.7
  • leahs-immersive-thunder: Immersive Thunder 1.21.1+1.2.2
  • libraryferret: Library ferret 4.0.0
  • lightningdeath: LightningDeath 2.0.0
  • lithium: Lithium 0.15.0+mc1.21.1
  • lithostitched: Lithostitched 1.4.2
  • livingthings: Living Things 1.21.1-2.2.0
  • lolmst: More Smithing Tables 1.2.0
  • lolmsv: More Shield Variants 1.3.10
  • lootbeams: LootBeams 3.6.1-mc1.21-.1
  • make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
  • medieval_buildings: Medieval Buildings 1.1.0
  • minecraft: Minecraft 1.21.1
  • minecraftfunctioncompiler: Function Compiler 0.3.2-alpha.2
  • mixintrace: MixinTrace 1.1.1+1.17
  • mod-loading-screen: Mod Loading Screen 1.0.5
  • modelfix: Model Gap Fix 1.21-1.6
  • modernfix: ModernFix 5.21.0+mc1.21.1
  • modernui: Modern UI 3.11.1.9
  • modmenu: Mod Menu 11.0.3
  • modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
  • more-ores: More Ores 1.0.3
  • more_fossils: More Fossils 3.0.0
  • more_heart_types: More Heart Types 1.0.6+1.21-1.21.1
  • moreberries: More Berries 1.5.11
  • moreculling: More Culling 1.0.6
  • moredelight: More Delight 25.3.27-1.21-fabric
  • moremobs: More Mobs 1.5.4+mod
  • mousetweaks: Mouse Tweaks 2.26
  • mr_abandoned_structures: Abandoned structures 1.0.1
  • mr_afk_dimnames: AFK Dim Names 1.3.0
  • mr_afk_sit: AFK Sit 1.0.1
  • mr_afk_sleep: AFK Sleep 1.3.2
  • mr_better_arthropods: Better Arthropods 1-v2.0-dp
  • mr_better_goldrecycling: Better Gold Recycling 2.4
  • mr_better_ironrecycling: Better Iron Recycling 3.5
  • mr_better_trees: Better Trees 1.9
  • mr_beyondenchant: BeyondEnchant 1.5.0
  • mr_blooming_biosphere: Blooming Biosphere 1.1.6
  • mr_bodebojos_enchantments: Bodebojo's Enchantments 6.2.1
  • mr_burning_flesh: Burning Flesh: rotten flesh and arrows are fuel 1.48.1
  • mr_chunky_playerpause: Chunky Player Pause 1.0.1
  • mr_clifftree: Cliff under a Tree (CliffTree) 2.0.1
  • mr_copper_recycling: Copper Recycling 2.4
  • mr_deadly_deadlydungeon: Deadly Deadly Dungeon 1.0.4
  • mr_detect_afk: Detect AFK Players 1.2.1
  • mr_developer_resources: Data API 1.6.3
  • mr_diamond_recycling: Diamond Recycling 1.3.1
  • mr_dungeons: Dungeons+ 1.9.0b
  • mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
  • mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
  • mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.1.f
  • mr_enchantable_mace: Enchantable Mace 2.0.0
  • mr_enchantments_encore: Enchantments Encore 1.8
  • mr_enchants_plus: Enchants Plus 1.6B
  • mr_fishing_frontier: Fishing Frontier 2.3
  • mr_glowing_glowsquids: Glow Squids Actually Glow 3
  • mr_glue_arrow: Glue Arrows 1-V1.0
  • mr_immersive_sound: Immersive Sounds 0.2
  • mr_infused_potatos: Infused Potatoes 1.0.0
  • mr_ironfish: Ironfish 1-mcmeta-45-71_1.21-1.21.5
  • mr_leather_recycling: Leather Recycling 1.6
  • mr_lost_libraries: Lost Libraries 1.1.2
  • mr_meteors: Meteors 1-v1.0.0
  • mr_mingen: MinGen 4.3
  • mr_minlog: MinLog 1.1
  • mr_missing_mobdrops: Missing Mob Drops 1.2
  • mr_mo_variants: Mo-Variants 7.6.9.3
  • mr_more_advancements: More Advancements! 1.0.0
  • mr_moreenchantments: More Enchants 1.2.1
  • mr_moss_ruins: Moss Ruins 1.3
  • mr_muffins_structures: Muffin's Structures 1-v1.2b
  • mr_mystic_mobs: Mystic Mobs 1.1.0
  • mr_neoenchant: Neo Enchant+ 5.10
  • mr_nice_babymounts: Nice Baby Mounts 1.0
  • mr_nice_illusioner: Nice Illusioner 1.0
  • mr_nice_mobequipment: Nice Mob Equipment 1.0
  • mr_nice_mobscaling: Nice Mob Scaling 1.0
  • mr_nice_mobsremastered: Nice Mobs Remastered: Friends & Foes 2.5b
  • mr_nice_nitwitquests: Nice Nitwit Quests 1.0
  • mr_nice_villagenames: Nice Village Names 1.1
  • mr_nice_wanderingtradertrades: Nice Wandering Trader Trades 1.0
  • mr_purpurpacks_chiseledbookshelvesaddenchantmentpower: Chiseled Bookshelves Add Enchantment Power [PurpurPack] 2.0
  • mr_qraftyfied: qraftyfied 9.1.1
  • mr_random_fishingcrates: Random Fishing Crates 1.4.1
  • mr_restful_slumber: Restful Slumber 4.0
  • mr_scamper: Scamper 1.0.0
  • mr_spawn_animationscompats: Spawn Animations Compats 9.0
  • mr_stack_enchants: Stack Enchants 1.0
  • mr_tan_compatpack: Tough As Nails - Compatibility Pack 1.0.0
  • mr_tough_asnailsvanillapack: Tough As Nails - Vanilla Pack 1.0.0
  • mr_trek: Trek 1-B0.3
  • mr_vanilla_fireflies: Vanilla Fireflies 3.1
  • mr_wandering_illusioneratlasplays: Wandering Illusioner 1.1.1
  • mr_warfare_expanded: Warfare Expanded 1.5.1.1
  • mru: M.R.U 1.0.16+1.21.1+fabric
  • nearbycrafting: Nearby Crafting 1.0.2
  • nemos-ambience: Nemos Ambience 1.2-1.21.1
  • nemos-enchantments: Nemo's Enchantments 1.1-1.21.1
  • neruina: Neruina 2.3.0-beta.2
  • netprodis: Network Protocol Disconnect 1.1.0+1.21.2
  • neutral_animals: Neutral Animals 1.2.7
  • no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
  • nocturnal-bats: Nocturnal Bats 1.1.0+1.21.3
  • noisium: Noisium 2.3.0+mc1.21-1.21.1
  • notenoughanimations: NotEnoughAnimations 1.9.3
  • noxesium: Noxesium 2.3.3+d22848f
  • nullscape: Nullscape 1.2.11
  • nyfsspiders: Nyf's Spiders 2.3.2
  • observable: Observable 5.4.3
  • oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.21
  • octolib: OctoLib 0.5.0.1
  • omnilib: Omnilib 0.1.4
  • oracle_index: Oracle Index 0.2.0
  • owo: oωo 0.12.15.4+1.21
  • paginatedadvancements: Paginated Advancements 2.5.1
  • pandalib: PandaLib 0.5.2
  • particle-effects: Particle Effects 1.0.3+1.21
  • particle_core: Particle Core 0.2.6+1.21
  • particular: Particular 1.1.2+1.21
  • philipsbiomefeatures: Philip's Biome Features 1.7
  • philipsruins: Philip`s Ruins 1.21.1
  • pickupnotifier: Pick Up Notifier 21.1.1
  • placeholder-api: Placeholder API 2.4.2+1.21
  • polymer-bundled: Polymer 0.9.18+1.21.1
  • packet_tweaker: Packet Tweaker 0.5.5+1.21
  • polymer-networking: Polymer (Networking) 0.9.18+1.21.1
  • polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
  • polymorph: Polymorph 1.0.9+1.21.1
  • polytone: Polytone 1.21-3.3.4
  • presencefootsteps: Presence Footsteps 1.11.0+1.21
  • prettybeaches: Pretty Beaches 21.1.2
  • prickle: PrickleMC 21.1.6
  • prism: root project 'Prism' 1.0.11
  • puddles: Puddles 2.0.0
  • puzzleslib: Puzzles Lib 21.1.33
  • quad: Quad 1.2.9
  • quad-lolmsmv: More Smoker Variants 1.3.3
  • rabbit-pathfinding-fix: Rabbit Pathfinding Fix 1.0.0
  • realisticbees: Realistic Bees 4.2
  • realisticfirespread: Realistic Fire Spread 1.21-r1
  • recipebookaccess: Recipe Book Access 1.1.0
  • reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
  • reinfbarrel: Reinforced Barrels 2.6.1+1.21.1
  • resourcefulconfig: Resourcefulconfig 3.0.11
  • revamped_shipwrecks: Revamped Shipwrecks 1.1.0
  • rmf: Reg's More Foods 1.1.2+1.21+fabric
  • roguelike: Roguelike Dungeons 2.0.8-1.21.1-fabric
  • roughlyenoughitems: Roughly Enough Items 16.0.799
  • rpgdifficulty: RpgDifficulty 1.3.17
  • rrc_injured_effects: Injured Effects 1.4.9
  • rsls: Raise Sound Limit Simplified 1.1.8
  • satin: Satin 2.0.0
  • seasons: Fabric Seasons 2.4.2-BETA+1.21
  • seasonsdelightrefabcompat: Fabric Seasons: Delight Refabricated Compat 1.0-1.21.1-2.2.2+refabricated
  • seasonsextras: Fabric Seasons: Extras 1.3.2-BETA+1.21
  • seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
  • servercore: ServerCore 1.5.10+1.21.1
  • shriekier-shriekers: Shriekier Shriekers 0.2.0-0-1.21
  • shulkerboxtooltip: Shulker Box Tooltip 5.1.3+1.21.1
  • sihywtcamd: SIHYWTCAMD 1.11.1+1.21
  • sihywtcamd_extensions: SIHYWTCAMD Extensions 1.0.1+1.21
  • simple_copper_pipes: Simple Copper Pipes 2.0.6
  • simplyswords: Simply Swords 1.60.11-1.21.1
  • skeletonhorsespawn: Skeleton Horse Spawn 4.1
  • skinlayers3d: 3d-Skin-Layers 1.7.5
  • slowyourroll: Slow Your Roll 1.21-1.1.0
  • smoothchunk: Smooth chunk save Mod 1.21-4.1
  • smoothgui: SmoothGui 0.1.1
  • smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
  • sneakycurses: Sneaky Curses 21.1.0
  • snowundertrees: Snow Under Trees 2.7.1+1.21.1
  • sodium: Sodium 0.6.13+mc1.21.1
  • sodium-extra: Sodium Extra 0.6.0+mc1.21.1
  • sodiumextrainformation: Sodium Extra Information 2.5
  • sodiumoptionsapi: Sodium Options API 1.0.10
  • sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0
  • soldisco: Spice of Life: Discovery 1.2.2
  • soul_fire_d: Soul Fire'd 5.1.6
  • sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.12
  • sounds: Sounds 2.4.11+1.21.1+fabric
  • spark: spark 1.10.109
  • sparkle: Sparkle 3.1.0
  • sparsestructures: SparseStructures 3.0
  • spawnanimations: Spawn Animations 1.10.1+mod
  • spidersproducewebs: Spiders Produce Webs 3.6
  • stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc
  • stackrefill: Stack Refill 4.6
  • stalkercreepers: Stalker Creepers Fabric 1.0.0
  • starterkit: Starter Kit 7.4
  • stoneworks: Stoneworks 21.1.0
  • strayed_fates_forsaken: STRAYED FATES: Forsaken 1-v2.0.0.2
  • structory: Structory 1.3.10
  • structure_layout_optimizer: Structure Layout Optimizer 1.0.10
  • subtle_effects: Subtle Effects 1.9.4-hotfix.1
  • supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
  • supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
  • syrbwcompat: Slow Your Roll / Basic Weapons Compatibility 1.12.1-1.0.0
  • t_and_t: Towns and Towers 1.13.2
  • terrablender: TerraBlender 4.1.0.8
  • terralith: Terralith 2.5.8
  • terralith_restoned: Terralith ReStoned 1.2
  • thoroughfabric: Thoroughfabric 1.2.4+1.21.1-1.21.4
  • threadtweak: ThreadTweak 0.1.5+mc1.21.1
  • tinyskeletons: Tiny Skeletons 21.1.0
  • toolsofsteel: Tools of Steel 2.0.0
  • tooltipfix: ToolTip Fix 1.1.1-1.20
  • torch_hit: Torch hit! 7.0.0
  • toughasnails: ToughAsNails 10.1.0.13
  • tradesandbartering: More Trades & Bartering 1.21-fabric-1.0.0
  • trampleeverything: Trample Everything 3.6
  • trimeffects: TrimsEffects 2.1.1
  • trimmable_tools: Trimmable Tools 2.0.5
  • txnilib: TxniLib 1.0.23
  • undeadnights: UndeadNights 1.1.2-Fabric-mc1.21
  • universalbonemeal: Universal Bone Meal 21.1.0
  • unloadedactivity: Unloaded Activity 0.6.4
  • vanity_colossal_weapons: Vanity: Colossal Weapons 1.0.2
  • variantsandventures: Variants&Ventures 1.0.11
  • vehiclefix: VehicleFix 5.1.1
  • videotape: Video Tape 1.0.0
  • villagernames: Villager Names 8.2
  • visual-snowy-leaves: Visual Snowy Leaves 0.4.2
  • visuality: Visuality 0.7.7+1.21
  • waterdripsound: Drip Sounds 0.5.1
  • weakerspiderwebs: Weaker Spiderwebs 3.8
  • whatdidijustkill: What Did I Just Kill? 1.21.1-1.1.3
  • whats_that_slot: What's That Slot? 1.3.6+1.21
  • whereisit: Where Is It 2.6.3+1.21.1
  • jackfredlib-base: JackFredLib: Base 1.4.1+1.21.1
  • jackfredlib-colour: JackFredLib: Colour 1.1.0+1.21.1
  • jackfredlib-extracommandsourcedata: JackFredLib: Extra Command Source Data 1.1.1+1.21.1
  • jackfredlib-gps: JackFredLib: GPS 1.0.7+1.21.1
  • jackfredlib-lying: JackFredLib: Lying 0.5.5+1.21.1
  • jackfredlib-toasts: JackFredLib: Toasts 1.1.1+1.21.1
  • xtraarrows: Xtra Arrows 3 3.4.3
  • xxlpackets: XXLPackets 1.0.5-1.21
  • yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.21.1-fabric
  • yosbr: YOSBR 0.1.2
  • zombifiedplayer: ZombifiedPlayer 1.2.3-Fabric-mc1.21
  • zoomify: Zoomify 2.14.2+1.21.1

Loaded Shaderpack: ComplementaryUnbound_r5.4 + EuphoriaPatches_1.5.2

  • Profile: Custom (+140 options changed by user)

Resource Packs:

  • vanilla
  • rotrBLOCKS V76 [3D Foliage] 128x 1.21.5-1.13.zip
  • Pixlli V49 1.21.5-1.13 128x.zip
  • fabric
  • FreshPlayerAnimations_v0.4.zip
  • FreshAnimations_v1.9.2.zip
  • §1Drodi\u0027s Illagers FA [V4.9.1].zip
  • lanostry_foxes.zip
  • Assorted Foxes - V.1.1.zip.zip
  • Astras-Amazing-Foxes-1.21-1.21.4-v1.0.0-Resource-Pack.zip
  • §4Drodi\u0027s Slimes FA [V1].zip
  • Better_Snow_1.21.x.zip
  • Illogically Looping Lanterns.zip
  • Overdetailed Saplings 1.21.zip
  • MinIcons.zip
  • Randomly Rotated Flower Pots.zip
  • Variated_Sweet_Berries-v1.1.zip
  • grass-rocks-plus-0.1.zip
  • §3Blue\u0027s §fBetter Zombies §7v0.13.zip
  • 3D Particles v1.2.zip
  • A7MD\u0027s §f§l3D Potions.zip
  • Better Cats v3.0 1.21.2-1.21.4.zip
  • Chromatic Icons v3.0 mc1.20-1.21.4.zip
  • Brewing Guide 1.21.1 to 1.21.4.zip
  • Bibliophilia 1.14 (1.21).zip
  • Enchants+ Descriptions \u0026 Translations v1.1.zip
  • mod-descriptions-v5.zip
  • GNs Fancy Fences 1.20.x.zip
  • 3D Amethyst - MC1.21.x.zip
  • Crop Variation for 1.21.zip
  • Os\u0027 Colorful Grasses (Mix).zip
  • Enhanced Grass.zip
  • §a§lBlakSuit\u0027s Bushy Grass§r§0.zip
  • Fancy Crops v1.1.zip
  • crops-3d.zip
  • DiagonalPerfectRails2.1.zip
  • §9RAY\u0027s §f3D §6Ladders§8§o§k.zip
  • §6§lRefurbished Log Boat.zip
  • Fresh Buckets 3D UI.zip
  • Custom Flint Tools SYR.zip
  • Fogulous_v1.1.1.zip
  • Better Foliage §lAdd-On v1.0(mc-1.21).zip
  • 3D_Flowers_1.21.2_0.1.0.zip
  • simple-3d-chain.zip
  • Universal_3D_Archery_1.21-1_1.0.zip
  • §eTorches§8-§eReimagined§0_§8[v1.4]§0.zip
  • better_flame_particles-v2.2-mc1.14x-1.21x-resourcepack.zip
  • Dramatic S✨ Demo 1.5.3.33.zip
  • cubic-sun-moon-v1.8.1a.zip
  • BetterFoodV1.zip
  • Bowl3D-Resource-Pack-16x-1.19.zip
  • 3D_Foods 1.2.zip
  • Accurate Salmon Variation.zip
  • Better Piston Sounds.zip
  • BetterExp.zip
  • darker-cobwebs1.0.zip
  • Wind Charge 3D.zip
  • 3D_Fireball.zip
  • simple-long-swords.zip
  • Actual_Mace_V1.1.zip
  • 3D Trident GUI.zip
  • 3d-shield-model.zip
  • eggy-food.zip
  • cybers_3d_tools_1.2.1.zip
  • Simply 3D Lectern - 1.20.0_1.0.0.zip
  • walid-s-3d-items.zip
  • IconicEnchantments1.1_1.21-1.21.4.zip
  • MB-3D Items Pack 1.6.0.zip
  • 3D Ingots and Bricks.zip
  • Blues_Better_Monstersv0.11.zip
  • Leafy_Creepers_1.1.1+FA.zip
  • AL\u0027s Skeletons Revamped 1.7.zip
  • AL\u0027s Skeletons Revamped+FA 1.4.zip
  • Assorted Allays - V.9.0.zip
  • Assorted Allays x FA V.7.0.zip
  • Assorted Wardens - V.2.0.zip
  • seasons:seasonal_lush_caves
  • Undopia_3D_Sugar_Cane_1.21.x_v.1.0.zip
  • 3d-bamboo-shoots-v1-2-3.zip
  • Hytale 3D Ores [resources] 1.19 - v1.4.0.zip
  • 3D Fires V1.zip
  • REVIVED_Farmer\u0027s Delight_crops_3D_Fabric_R1.3.1-1.20.x.zip
  • Simply Swords Reforged v1.zip
  • $polymer-resources
  • moreberries:modifiedsweetberrybushmodel
  • tinyskeletons:dynamically_copied_skeleton_textures
  • subtle_effects:biome_color_water_particles
  • cullleaves:smartleaves
  • armorchroma:alternative-icons
  • atmosfera:dungeons
  • visual-snowy-leaves:vsl-jlf
  • Better_Farm_Animals_v0.08.zip
  • chickens-overhaul-0.1.zip
  • Better Horses v3.0 1.21.2-1.21.4.zip
  • Fresh Better Horses v1.0 1.21.zip
  • toolsofsteel:visual_tweaks
  • combat-plus:enchanted_numerals
  • toolsofsteel:consistent_helms
  • §2Drodi\u0027s Villagers FA [V2.8].zip

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:11 месяцев назад
Обновлён:11 месяцев назад
Главная