Back to marketplace
Entity Culling
Modrinth Mod

Entity Culling

Using async path-tracing to hide Block-/Entities that are not visible

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Mod

Access

Free

Latest version

1.10.5

Downloads

139 542 439

Loaders / Platforms

babric fabric forge neoforge quilt

Minecraft versions

1.7.10 1.8.8 – 1.8.9 1.12.2 1.16 – 1.20.2 1.20.4 – 1.21.1 1.21.3 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Categories

optimization

Description

Detailed information

![Entity Culling Banner](https://tr7zw.github.io/uikit/banner/header_entity_culling.png) <p align="center" style="text-align: center;"> <a href="https://discord.gg/caVV5eXekm"><img src="https://tr7zw.github.io/uikit/social_buttons_icon/Discord-Button-64.png" alt="Discord" style="margin: 5px 10px;"></a> <a href="https://github.com/tr7zw/EntityCulling"><img src="https://tr7zw.github.io/uikit/social_buttons_icon/Github-Button-64.png" alt="GitHub" style="margin: 5px 10px;"></a> <a href="https://modrinth.com/mod/entityculling"><img src="https://tr7zw.github.io/uikit/social_buttons_icon/Modrinth-Button-64.png" alt="GitHub" style="margin: 5px 10px;"></a> <a href="https://www.curseforge.com/minecraft/mc-mods/entityculling"><img src="https://tr7zw.github.io/uikit/social_buttons_icon/Curseforge-Button-64.png" alt="GitHub" style="margin: 5px 10px;"></a> <a href="https://ko-fi.com/tr7zw"><img src="https://tr7zw.github.io/uikit/social_buttons_icon/Kofi-Button-64.png" alt="Ko-fi" style="margin: 5px 10px;"></a> </p> <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <img src="https://tr7zw.github.io/uikit/headlines/large/About.png" alt="About" style="margin: 5px 10px;"> Modern Minecraft rendering is fast—but not always smart. Why render block entities and mobs that are hidden behind walls or ceilings and are completely out of sight, when you could just skip them entirely? This mod introduces **asynchronous path-tracing** to efficiently determine what's actually visible to the player. By leveraging multiple CPU cores, it calculates line-of-sight visibility in real time and eliminates unnecessary draw calls for hidden block entities and entities. The result? Smarter rendering. Less overhead. More performance. <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![Features](https://tr7zw.github.io/uikit/headlines/large/Features.png) Unlock untapped performance by only rendering entities that truly matter. This mod goes beyond conventional optimization to bring next-level visibility optimization to deliver advanced visibility culling for Minecraft, giving you smoother gameplay. ### Multithreaded Path-Tracing - Uses spare CPU threads to rapidly calculate visibility - Runs alongside the main game thread without blocking - Updates visibility data in real time ### Smart Occlusion Culling - Skips the rendering of block entities and mobs hidden behind terrain or structures - Works like Minecraft's back-face culling, but smarter - Reduces GPU load without sacrificing visual fidelity ### Entity Tick Optimization - Reduces client impact from entities that are not visible - Only updated the essentials - Fully configurable and compatible with most mods <br> [![Essential](https://tr7zw.github.io/uikit/banner/essential_1.png)](http://essential.gg)<br> <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![Compatibility & Dependencies](https://tr7zw.github.io/uikit/headlines/medium/Compatibility%20&%20Dependancys.png) | Minecraft | Loader | Status | Version | Note | |---------------|-----------------------|-------------------|----------|---------------------------------------| | 1.19.4+ | Fabric/Forge/NeoForge | ✅ Supported | Latest | | | 1.16.5-1.19.2 | Fabric/Forge | ❌ Not supported | Outdated | Might get new updates at some point | | 1.12.2/1.8.9 | Forge | ❌ Not supported | Outdated | Might get new updates at some point | | 1.7.10 | Forge | ❌ Not supported | Outdated | No updates planned | | b1.7.3 | Babric | ❌ Not supported | Outdated | No updates planned | <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![Screenshots / Media](https://tr7zw.github.io/uikit/headlines/medium/Screenshots%20Media.png) ![Stage View](https://tr7zw.github.io/uikit/screens/entityculling_compare.png) *A direct comparison with and without EntityCulling active. Testing was conducted in Scarland (Hermitcraft Season 9) with render distance set to 16 chunks. The mods Sodium, Iris and ImmediatelyFast were used alongside EntityCulling, running on Minecraft 1.21.5 with the Fabric mod loader.* <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![Known Issues](https://tr7zw.github.io/uikit/headlines/medium/Known%20Issues.png) Client-side entities, commonly used by magic mods for animations, may not behave as expected. Whitelist the relevant entities via the config screen for tick culling and/or entity culling. You’ll also need to whitelist block entities that render well beyond their normal bounds. Examples include the vanilla beacon, pulleys from Create, and certain Botania blocks. <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![FAQ](https://tr7zw.github.io/uikit/headlines/medium/FAQ.png) ### Does this need to be installed on the server? No. This is a fully client-side mod and does **not** need to be installed on the server. ### Will this affect mob behavior or farms? No. The mod only skips rendering—not simulation. Mobs will continue to spawn, move, and drop items as expected. Your farms and other gameplay mechanics will remain unaffected. ### I have "Use Entity Culling" enabled in Sodium - does this still help? Yes! While Sodium performs basic visibility checks based on loaded chunks, this mod goes further. It analyzes the actual line-of-sight visibility, skipping entities that are within visible chunks but not actually visible to the player. It’s a much more aggressive and accurate approach. <br>![Divider](https://tr7zw.github.io/uikit/divider_faded/Divider_01.png) <br>![Credits & license](https://tr7zw.github.io/uikit/headlines/medium/Credits%20&%20License.png) 👤 Thanks to RoboTricker for his Transport-Pipes plugin, which created the foundation for this mod. <br><br> 👤 Thanks to vicisacat for the Babric Beta 1.7.3 backport. <br><br> 👤 Thanks to Pelotrio for the Forge 1.7.10 backport. <br><br> 👤 Thanks to the awesome translators and contributors on GitHub! <a href="https://github.com/tr7zw/EntityCulling/graphs/contributors"> <img src="https://tr7zw.github.io/uikit/links/underlined/more_details.png" style="vertical-align: middle;" alt="Link"> </a> <br><br> 📄 License: tr7zw Protective License <br> Feel free to use this mod in your Modrinth and CurseForge-hosted modpacks or YouTube videos without asking for permission. Do not redistribute the JAR files anywhere else!

Developer

vicisacat

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Example of F3 stats

Change log

Project versions

Published versions and original Modrinth files.

1.10.5 Current Release 20.06.2026

1.10.5-26.2 - Fabric

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-26.2 - Fabric

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-26.1.2 - NeoForge

Supported Minecraft versions
26.1.2
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.5 MB

1.10.5 Release 20.06.2026

1.10.5-26.1 - Fabric

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.53 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.53 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.51 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.5 Release 20.06.2026

1.10.5-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix older Neoforge versions crashing on startup due to keybinds. Fix [#307](https://github.com/tr7zw/EntityCulling/issues/307) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.4...1.10.5
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-26.2 - Fabric

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-26.1.2 - NeoForge

Supported Minecraft versions
26.1.2
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.5 MB

1.10.4 Release 18.06.2026

1.10.4-26.1 - Fabric

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.53 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.53 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.51 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.4 Release 18.06.2026

1.10.4-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's changed * Fix 26.1.x NeoForge key binds * Fix incomplete CurseForge deploy * Cinematic Cataclysm compatibility & whitelists alphabetical order by @Redls07 in https://github.com/tr7zw/EntityCulling/pull/306 * Force refresh the lists in the config, because for some people with older installs it has become really outdated ## Known issues * 26.2.x NeoForge will be released at a later point, it is so broken right now, that I can't even boot it ## New Contributors * @Redls07 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/306 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.3...1.10.4
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-26.2 - Fabric

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-26.1.2 - NeoForge

Supported Minecraft versions
26.1.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.5 MB

1.10.3 Release 16.06.2026

1.10.3-26.1 - Fabric

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.53 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.53 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.51 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.3 Release 16.06.2026

1.10.3-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 26.2.x Fabric * Add 26.1.x NeoForge * bug: Update default config to not break Create Big Cannons entities by @rbasamoyai in https://github.com/tr7zw/EntityCulling/pull/304 * Update zh-cn by @NumberSir in https://github.com/tr7zw/EntityCulling/pull/302 * Once again reworked build scripts, please report any issues caused by this update ## Known issues * 26.1.x NeoForge doesn't show keybinds * 26.2.x NeoForge will be released at a later point ## New Contributors * @rbasamoyai made their first contribution in https://github.com/tr7zw/EntityCulling/pull/304 * @NumberSir made their first contribution in https://github.com/tr7zw/EntityCulling/pull/302 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.2...1.10.3
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-26.1 - Fabric

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.53 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.53 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.2 Release 07.05.2026

1.10.2-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.52 MB

1.10.2 Release 07.05.2026

1.10.2-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add new option to make leaves solid for culling (use with ``See-Through Leaves`` on Off or when using a bushy leaves resource pack) * Added support for the Lunar Client * Update pl_pl.json by @Fhilips613 in https://github.com/tr7zw/EntityCulling/pull/297 * Update fr_fr.json v0.0.2 by @XtraBe in https://github.com/tr7zw/EntityCulling/pull/293 ## New Contributors * @Fhilips613 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/297 * @XtraBe made their first contribution in https://github.com/tr7zw/EntityCulling/pull/293 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.1...1.10.2
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-26.1 - Fabric

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.49 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.52 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.52 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.52 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.1 Release 09.04.2026

1.10.1-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.51 MB

1.10.1 Release 09.04.2026

1.10.1-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
Sorry for the delay. ## What's Changed * Set 26.1.x as compatible (like 26.1.1/26.1.2, in the potential future 26.1.3) * Added some new debug tools, but its WIP * Update libs to fix stuff like broken controls * Set client-side/java version flags on Curseforge * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/287 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.10.0...1.10.1
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-26.1 - Fabric

Supported Minecraft versions
26.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.49 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.5 MB

1.10.0 Release 25.03.2026

1.10.0-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add Fabric 26.1 support * Large build script and lib updates due to 26.1, please report any issues. Enter ``godmode`` into the recipe book for debugging * Add German translation by @GulutGames in https://github.com/tr7zw/EntityCulling/pull/277 * lang: Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/284 ## New Contributors * @GulutGames made their first contribution in https://github.com/tr7zw/EntityCulling/pull/277 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.5...1.10.0
Sign in

1.51 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.5 Release 30.12.2025

1.9.5-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.5 MB

1.9.5 Release 30.12.2025

1.9.5-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix nametag inconsistency causing fps loss in later versions * Added option to force a culling box on unconfigured display entities. This will increase fps on servers/maps that did not configure their displays, but can cause visual issues for really big displays (Default is off) * Add new translations for block entity culling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/260 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.4...1.9.5
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.11 - NeoForge

Supported Minecraft versions
1.21.11
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.11 - Fabric

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.10 - Fabric

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.4 Release 09.12.2025

1.9.4-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.5 MB

1.9.4 Release 09.12.2025

1.9.4-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's changed * Add 1.21.11 Fabric/NeoForge support (Forge will be released later once it's out) * Switched from preprocessor to Stonecutter for building (Please report new issues that show up) * If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style of the config screens, and enable automatic stack trace reporting for my mods. Consider turning this on to help detect and fix issues faster. (No personal identifiable information is collected, just the crash report, loaded mods and versions) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.3...1.9.4
Sign in

1.49 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.10 - Fabric

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.10 - NeoForge

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.10 - Forge

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.3 Release 30.10.2025

1.9.3-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.45 MB

1.9.3 Release 30.10.2025

1.9.3-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix rare race condition crash with Mekanism+Sodium in <=1.21.1 #225 * Fix marker armor stands having a too small culling box #252 * Add the "voidscape:corrupted_pawn" to the default tick whitelist config * Fixed log lines about ``Couldn't load ... pack metadata`` in 1.21.9+ * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/254 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.2...1.9.3
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.10 - Fabric

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.2 Release 19.10.2025

1.9.2-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.45 MB

1.9.2 Release 19.10.2025

1.9.2-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * use interaction entity when possible and fix below name display by @viciscat in https://github.com/tr7zw/EntityCulling/pull/250 * Fix laggy culled name tag movement in 1.21.9+ * Fix invisible armor stands not being culled when they should be. Increases performance in places like the Hypixel Housing lobby ## New Contributors * @viciscat made their first contribution in https://github.com/tr7zw/EntityCulling/pull/250 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.1...1.9.2
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.8 - NeoForge

Supported Minecraft versions
1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.8 - Forge

Supported Minecraft versions
1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.8 - Fabric

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.10 - Fabric

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.1 Release 15.10.2025

1.9.1-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.45 MB

1.9.1 Release 15.10.2025

1.9.1-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Don't render anything for culled entities in 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/246 , should improve fps * Reworked nametag logic for 1.21.9+. Fix https://github.com/tr7zw/EntityCulling/issues/243 * Fixed that some entities might get culled that shouldn't be culled * Banners are 2 tall. Fix https://github.com/tr7zw/EntityCulling/issues/248 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/245 * Add Traditional Chinese translation by @notlin4 in https://github.com/tr7zw/EntityCulling/pull/244 ## New Contributors * @notlin4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/244 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.9.0...1.9.1
Sign in

0.46 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.10 - NeoForge

Supported Minecraft versions
1.21.10
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.46 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.10 - Forge

Supported Minecraft versions
1.21.10
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.46 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.10 - Fabric

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.46 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.1 - NeoForge

Supported Minecraft versions
1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.1 - Forge

Supported Minecraft versions
1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.21.1 - Fabric

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.9.0 Release 07.10.2025

1.9.0-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported) * Add block entity frustum culling mainly for 1.21.9+ Fabric * Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7 * Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234 * Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239 * Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233 ## New Contributors * @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234 * @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239 * @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.6 - NeoForge

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.6 - Forge

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.6 - Fabric

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21 - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21 - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.21 - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.2 Release 17.07.2025

1.8.2-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.46 MB

1.8.2 Release 17.07.2025

1.8.2-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.8 as compatible version for the 1.21.6 build * Add lang hu_hu by @bayi in https://github.com/tr7zw/EntityCulling/pull/224 ## New Contributors * @bayi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/224 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.1...1.8.2
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.6 - NeoForge

Supported Minecraft versions
1.21.6 1.21.7
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.6 - Forge

Supported Minecraft versions
1.21.6 1.21.7
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.46 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.6 - Fabric

Supported Minecraft versions
1.21.6 1.21.7
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21 - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21 - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.21 - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.46 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.46 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.46 MB

1.8.1 Release 05.07.2025

1.8.1-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.45 MB

1.8.1 Release 05.07.2025

1.8.1-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.7 as supported * Fix crash with outdated Forge versions * Defensive copy entity lists to hopefully reduce issues with Sodium and other mods. Please report if this causes any other issues #220 * F3 times are now shown with sub ms precision, added value for main-thread timings * Update `ru_ru.json` by @mpustovoi in https://github.com/tr7zw/EntityCulling/pull/217 * Update zh_cn.json by @Moralts in https://github.com/tr7zw/EntityCulling/pull/215 * Indonesian Translation by @re-vliz in https://github.com/tr7zw/EntityCulling/pull/216 * Update es_ar.json by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/214 * Update Vietnamese by @godkyo98 in https://github.com/tr7zw/EntityCulling/pull/212 ## New Contributors * @mpustovoi made their first contribution in https://github.com/tr7zw/EntityCulling/pull/217 * @Moralts made their first contribution in https://github.com/tr7zw/EntityCulling/pull/215 * @re-vliz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/216 * @godkyo98 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/212 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.8.0...1.8.1
Sign in

0.46 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.6 - NeoForge

Supported Minecraft versions
1.21.6
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.6 - Fabric

Supported Minecraft versions
1.21.6
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.6 - Forge

Supported Minecraft versions
1.21.6
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21 - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21 - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.21 - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.8.0 Release 20.06.2025

1.8.0-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.44 MB

1.8.0 Release 20.06.2025

1.8.0-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential. ## What's Changed * Update to 1.21.6 * Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game * Optimization of the culling thread logic and rendered block entity count * Fix tick culling whitelist unintendedly merging into the entity whitelist * Fix warning about a mixin conflict with Sodium * Add display entities to the tick whitelist to let them move/transform while offscreen * Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199 * Add Polish translation (`pl_pl.json`) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 * Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209 * Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210 ## New Contributors * @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199 * @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203 * @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205 * @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.0
Sign in

0.45 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.5 - NeoForge

Supported Minecraft versions
1.21.5
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.5 - Forge

Supported Minecraft versions
1.21.5
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.5 - Fabric

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21 - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21 - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.21 - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.4 Release 27.03.2025

1.7.4-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## Changes - Added 1.21.5 support - Removed 1.19.3 support - Fix Debug hitboxes not working correctly/being available in Forge/NeoForge 1.21.4+ - Updated tooling, expect a bigger update soon **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.3...1.7.4
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21(.1) - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21(.1) - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.21(.1) - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.3 Release 25.02.2025

1.7.3-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## What's Changed * Fix that moving boats without passengers get incorrectly culled by desyncing clientside (#189) * Add debug hotkey for 1.21.4+ to visualize the culling boxes of entities * Create zh_cn.json and add Chinese MOD instructions. by @Q2297045667 in https://github.com/tr7zw/EntityCulling/pull/191 ## New Contributors * @Q2297045667 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/191 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.2...1.7.3
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.4 - Fabric

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.06 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.4 - Forge

Supported Minecraft versions
1.21.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.4 - NeoForge

Supported Minecraft versions
1.21.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.06 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21(.1) - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.06 MB

1.7.2 Release 06.12.2024

1.7.2-1.21(.1) - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.21(.1) - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.06 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.2 Release 06.12.2024

1.7.2-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.4 support * Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180 * Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182 ## New Contributors * @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180 * @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.21.3 - Fabric

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.06 MB

1.7.1 Release 01.11.2024

1.7.1-1.21.3 - NeoForge

Supported Minecraft versions
1.21.3
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.21.3 - Forge

Supported Minecraft versions
1.21.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.21(.1) - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.06 MB

1.7.1 Release 01.11.2024

1.7.1-1.21(.1) - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.21(.1) - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.06 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.1 Release 01.11.2024

1.7.1-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## What's Changed * Add 1.21.3 support (no 1.21.2) * Correctly skip invisible armor stands instead of marker * Fix drg_flares:drg_flare whitelist * Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174 * Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171 * Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175 ## New Contributors * @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174 * @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171 * @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.21(.1) - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.21(.1) - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.21(.1) - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.7.0 Release 28.08.2024

1.7.0-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.06 MB

1.7.0 Release 28.08.2024

1.7.0-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## Changes * Fix a rare bug that gets the culling thread stuck for some time, causing visual issues. Huge thanks to @pietro-lopes for finding the root cause * 1.19.4 and 1.19.3 now also use the latest codebase with all features/fixes **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.7...1.7.0
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.21(.1) - Fabric

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.21(.1) - NeoForge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.21(.1) - Forge

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.06 MB

1.6.7 Release 20.08.2024

1.6.7-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## Changes * Fix 1.21.1 support **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.6...1.6.7
Sign in

0.07 MB

1.6.6 Release 14.06.2024

1.6.6-1.21 - Fabric

Supported Minecraft versions
1.21
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.21 - NeoForge

Supported Minecraft versions
1.21
Loaders / Platforms
neoforge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.21 - Forge

Supported Minecraft versions
1.21
Loaders / Platforms
forge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.07 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.07 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.07 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.07 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.06 MB

1.6.6 Release 14.06.2024

1.6.6-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## Changes * Update to 1.21 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.5...1.6.6
Sign in

0.07 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.07 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.07 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.07 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.07 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.1 - Fabric

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.06 MB

1.6.5 Release 25.05.2024

1.6.5-1.20.1 - Forge

Supported Minecraft versions
1.20.1
Loaders / Platforms
forge
Show changes
## Changes * Backport latest build down to 1.20.1 * Fix "ArrayIndexOutOfBoundsException" sometimes showing up in logs **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.6...1.6.5
Sign in

0.07 MB

1.6.4-1.7.10 Release 17.05.2024

1.6.4-1.7.10 - Forge

Supported Minecraft versions
1.7.10
Loaders / Platforms
forge
Show changes
## Changes * Fix crash with some mods adding clientside entities(Twilight Forest/Thaumcraft)
Sign in

0.04 MB

1.6.4-1.20.6 Release 01.05.2024

1.6.4-1.20.6 - Fabric

Supported Minecraft versions
1.20.6
Loaders / Platforms
fabric
Show changes
## What's Changed * Update to 1.20.6 (dropping 1.20.5) * Re-add Forge/NeoForge builds * Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153 ## New Contributors * @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
Sign in

0.06 MB

1.6.4-1.20.6 Release 01.05.2024

1.6.4-1.20.6 - NeoForge

Supported Minecraft versions
1.20.6
Loaders / Platforms
neoforge
Show changes
## What's Changed * Update to 1.20.6 (dropping 1.20.5) * Re-add Forge/NeoForge builds * Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153 ## New Contributors * @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
Sign in

0.06 MB

1.6.4-1.20.6 Release 01.05.2024

1.6.4-1.20.6 - Forge

Supported Minecraft versions
1.20.6
Loaders / Platforms
forge
Show changes
## What's Changed * Update to 1.20.6 (dropping 1.20.5) * Re-add Forge/NeoForge builds * Mexican Spanish translation by @TheLegendofSaram in https://github.com/tr7zw/EntityCulling/pull/153 ## New Contributors * @TheLegendofSaram made their first contribution in https://github.com/tr7zw/EntityCulling/pull/153 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.5...1.6.4-1.20.6
Sign in

0.06 MB

1.6.4-1.20.5 Release 23.04.2024

1.6.4-1.20.5 - Fabric

Supported Minecraft versions
1.20.5
Loaders / Platforms
fabric
Show changes
## Changes * Update to 1.20.5(fabric only for now) **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.4-1.20.4...1.6.4-1.20.5
Sign in

0.06 MB

1.6.4-1.20.4 Release 24.03.2024

1.6.4-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
## Changes * Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126 * Remove that spectator turns off culling, as it now fully works when going through walls * Add ``drg_flares:drg_flares`` to the default whitelist **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
Sign in

0.06 MB

1.6.4-1.20.4 Release 24.03.2024

1.6.4-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
## Changes * Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126 * Remove that spectator turns off culling, as it now fully works when going through walls * Add ``drg_flares:drg_flares`` to the default whitelist **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
Sign in

0.06 MB

1.6.4-1.20.4 Release 24.03.2024

1.6.4-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
## Changes * Fix culling when the camera is stuck in a wall. This fixes the F5 camera clipping into walls causing stuff to turn invisible. Fixes #126 * Remove that spectator turns off culling, as it now fully works when going through walls * Add ``drg_flares:drg_flares`` to the default whitelist **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3.1-1.20.4...1.6.4-1.20.4
Sign in

0.06 MB

1.6.3-1.12.2 Release 09.03.2024

1.6.3-1.12.2 - Forge

Supported Minecraft versions
1.12.2
Loaders / Platforms
forge
Show changes
Initial backport to 1.12.2.
Sign in

0.04 MB

1.6.3-1.7.10 Release 08.03.2024

1.6.3-1.7.10 - Forge

Supported Minecraft versions
1.7.10
Loaders / Platforms
forge
Show changes
Backport to 1.7.10 by [@Pelotrio](https://github.com/Pelotrio).
Sign in

0.04 MB

1.6.3-b1.7.3 Release 08.03.2024

1.6.3-b1.7.3 - Babric

Supported Minecraft versions
b1.7.3
Loaders / Platforms
babric
Show changes
Backport to Minecraft **_Beta_** 1.7.3 on the Babric Fabric backport. This version was created by [@vicisacat](https://modrinth.com/user/vicisacat)
Sign in

0.04 MB

1.6.3.1-1.20.4 Release 11.12.2023

1.6.3.1-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
* Update to 1.20.4 * Re-release to fix issues with refmaps **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
Sign in

0.06 MB

1.6.3.1-1.20.4 Release 11.12.2023

1.6.3.1-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
* Update to 1.20.4 * Re-release to fix issues with refmaps **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
Sign in

0.06 MB

1.6.3.1-1.20.4 Release 11.12.2023

1.6.3.1-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
* Update to 1.20.4 * Re-release to fix issues with refmaps **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.4...1.6.3.1-1.20.4
Sign in

0.06 MB

1.6.3-1.20.4 Release 11.12.2023

1.6.3-1.20.4 - Fabric

Supported Minecraft versions
1.20.4
Loaders / Platforms
fabric
Show changes
* Update to 1.20.4. **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
Sign in

0.06 MB

1.6.3-1.20.4 Release 11.12.2023

1.6.3-1.20.4 - Forge

Supported Minecraft versions
1.20.4
Loaders / Platforms
forge
Show changes
* Update to 1.20.4. **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
Sign in

0.06 MB

1.6.3-1.20.4 Release 11.12.2023

1.6.3-1.20.4 - NeoForge

Supported Minecraft versions
1.20.4
Loaders / Platforms
neoforge
Show changes
* Update to 1.20.4. **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.3-1.20.2...1.6.3-1.20.4
Sign in

0.06 MB

1.6.3-1.20.2 Release 11.12.2023

1.6.3-1.20.2 - Fabric

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
* Release NeoForge 1.20.2 build * Rework build tooling **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
Sign in

0.06 MB

1.6.3-1.20.2 Release 11.12.2023

1.6.3-1.20.2 - Forge

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
* Release NeoForge 1.20.2 build * Rework build tooling **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
Sign in

0.06 MB

1.6.3-1.20.2 Release 11.12.2023

1.6.3-1.20.2 - NeoForge

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
* Release NeoForge 1.20.2 build * Rework build tooling **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20.2...1.6.3-1.20.2
Sign in

0.06 MB

1.6.2-1.20.2 Release 22.09.2023

1.6.2-1.20.2 - Fabric

Supported Minecraft versions
1.20 1.20.1 1.20.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Update to 1.20.2 * Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119 * Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118 ## New Contributors * @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119 * @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
Sign in

0.06 MB

1.6.2-1.20.2 Release 22.09.2023

1.6.2-1.20.2 - Forge

Supported Minecraft versions
1.20 1.20.1 1.20.2
Loaders / Platforms
forge
Show changes
## What's Changed * Update to 1.20.2 * Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119 * Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118 ## New Contributors * @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119 * @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2
Sign in

0.06 MB

1.6.2-1.20 Release 08.06.2023

1.6.2-1.20 - Fabric

Supported Minecraft versions
1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
## What's Changed * Update to 1.20 * Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104 * Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108 * gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112 ## New Contributors * @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104 * @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108 * @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
Sign in

0.06 MB

1.6.2-1.20 Release 08.06.2023

1.6.2-1.20 - Forge

Supported Minecraft versions
1.20 1.20.1
Loaders / Platforms
forge
Show changes
## What's Changed * Update to 1.20 * Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104 * Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108 * gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112 ## New Contributors * @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104 * @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108 * @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20
Sign in

0.06 MB

1.6.2-1.19.4 Release 15.03.2023

1.6.2-1.19.4 - Forge

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
* Update to 1.19.4 * Fix an issue with config loading **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
Sign in

0.06 MB

1.6.2-1.19.4 Release 14.03.2023

1.6.2-1.19.4 - Fabric

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
* Update to 1.19.4 * Fix an issue with config loading **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.1-1.19.3...1.6.2-1.19.4
Sign in

0.05 MB

1.6.1-1.18.2 Release 21.02.2023

1.6.1-1.18.2 - Fabric

Supported Minecraft versions
1.18.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 * Add create entites to the default ticking whitelist ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
Sign in

0.05 MB

1.6.1-1.18.2 Release 21.02.2023

1.6.1-1.18.2 - Forge

Supported Minecraft versions
1.18.2
Loaders / Platforms
forge
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 * Add create entites to the default ticking whitelist ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
Sign in

0.06 MB

1.6.1-mc1.19.2 Release 21.02.2023

1.6.1-1.19.2 - Fabric

Supported Minecraft versions
1.19.2
Loaders / Platforms
fabric
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 * Add create entites to the default ticking whitelist ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
Sign in

0.05 MB

1.6.1 Release 21.02.2023

1.6.1-1.19.2 - Forge

Supported Minecraft versions
1.19.2
Loaders / Platforms
forge
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 * Add create entites to the default ticking whitelist ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.1-1.19.3
Sign in

0.06 MB

1.6.1-1.19.3 Release 19.02.2023

1.6.1-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
Changes: - Add create entites to the default ticking whitelist **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
Sign in

0.05 MB

1.6.1-1.19.3 Release 19.02.2023

1.6.1-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
Changes: - Add create entites to the default ticking whitelist **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.0-1.19.3...1.6.1-1.19.3
Sign in

0.06 MB

1.6.0-1.19.3 Release 18.02.2023

1.6.0-1.19.3 - Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 * Russian translation fix by @DrHesperus in https://github.com/tr7zw/EntityCulling/pull/90 ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
Sign in

0.05 MB

1.6.0-1.19.3 Release 18.02.2023

1.6.0-1.19.3 - Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## What's Changed * Reworked the ray engine to fix corner cases. This should better prevent things from incorrectly getting culled(https://github.com/tr7zw/EntityCulling/issues/77 for more details) * Fix Forge servers crashing when installing this mod * Fix Warden heartbeat getting culled because it's generated clientside * Remove donor skin animation stuff * Correctly respect shouldRenderOffScreen and noCulling by Entities/BlockEntities * Add skipEntityCulling/skipBlockEntityCulling config options * Add more Botania projectiles to the default ignore config * Add Traditional Chinese by @xMikux in https://github.com/tr7zw/EntityCulling/pull/94 ## New Contributors * @xMikux made their first contribution in https://github.com/tr7zw/EntityCulling/pull/94 **Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.5.2-1.19.3...1.6.0-1.19.3
Sign in

0.06 MB

1.5.2-1.19.3-forge Release 09.12.2022

1.5.2-1.19.3 Forge

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
Update to 1.19.3
Sign in

0.06 MB

1.5.2-1.19.3 Release 07.12.2022

1.5.2-1.19.3 Fabric

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
Re-release of last fabric build, set to 1.19.3 full release. Forge release whenever forge is done.
Sign in

0.07 MB

1.5.2-1.19.3-pre2 Release 24.11.2022

1.5.2-1.19.3-pre2

Supported Minecraft versions
1.19.3-pre1 1.19.3-pre2
Loaders / Platforms
fabric
Show changes
Initial (fabric only) update to 1.19.3(-pre2).
Sign in

0.07 MB

1.5.2-forge-1.19-fix Release 03.08.2022

1.5.2 - Forge 1.19.x (fixed)

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
forge
Show changes
Patch release for Forge, fixing later versions of 1.19 Forge and 1.19.1 Forge.
Sign in

0.07 MB

1.5.2-fabric-1.19 Release 08.06.2022

1.5.2 - Fabric 1.19.x

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
fabric
Show changes
Fixed issue with the animated skin feature doing 2 requests instead of 1 if installed with 3d Skin Layers.
Sign in

0.07 MB

1.5.2-forge-1.19 Release 08.06.2022

1.5.2 - Forge 1.19.x

Supported Minecraft versions
1.19
Loaders / Platforms
forge
Show changes
Fixed issue with the animated skin feature doing 2 requests instead of 1 if installed with 3d Skin Layers.
Sign in

0.06 MB

1.5.1-fabric-1.19 Release 04.06.2022

1.5.1 - Fabric 1.19.x

Supported Minecraft versions
1.19
Loaders / Platforms
fabric
Show changes
Initial release for 1.19. Adds the Donor Skin feature that was only in 3d Skin Layers before. (Also 2 frame skins are free to use now, so feel free to join the Discord and add blinking to your skin)
Sign in

0.07 MB

1.5.1-fabric-1.18 Release 25.05.2022

1.5.1 - Fabric 1.18.x

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
fabric
Show changes
Fix an issue with 1.18.2 potentially not working correctly. Thanks aschmois.
Sign in

0.04 MB

1.5.1-forge-1.18 Release 25.05.2022

1.5.1 - Forge 1.18.x

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
forge
Show changes
Fix an issue with 1.18.2 potentially not working correctly. Thanks aschmois.
Sign in

0.04 MB

1.5.0-fabric-1.17 Release 25.05.2022

1.5.0 - Fabric 1.17.x

Supported Minecraft versions
1.17 1.17.1
Loaders / Platforms
fabric
Show changes
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible. I'm glad to say that this bug is gone! Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
Sign in

0.04 MB

1.5.0-forge-1.17 Release 25.05.2022

1.5.0 - Forge 1.17.x

Supported Minecraft versions
1.17 1.17.1
Loaders / Platforms
forge
Show changes
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible. I'm glad to say that this bug is gone! Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
Sign in

0.04 MB

1.5.2-fabric-1.16 Release 25.05.2022

1.5.2 - Fabric 1.16.x

Supported Minecraft versions
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Loaders / Platforms
fabric
Show changes
Fixed an issue with the position calculation in 1.16. Thanks UnderscoreKilburn for the PR.
Sign in

0.04 MB

1.5.2-forge-1.16 Release 25.05.2022

1.5.2 - Forge 1.16.x

Supported Minecraft versions
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Loaders / Platforms
forge
Show changes
Fixed an issue with the position calculation in 1.16. Thanks UnderscoreKilburn for the PR.
Sign in

0.04 MB

1.5.0-forge-1.8.9 Release 25.05.2022

1.5.0 - Forge 1.8.9

Supported Minecraft versions
1.8.8 1.8.9
Loaders / Platforms
forge
Show changes
This release fixes a long-going bug where under really odd conditions Block-Entities turn invisible. I'm glad to say that this bug is gone! Also re-enabled performance optimizations that were disabled because of this issue(10-20% faster).
Sign in

3.49 MB