Cullify

Quick rating

Cullify

No reviews yet

Grass and foliage culling mod for performance

QoL & Tweaks
Performance & Optimization
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
Cullify-1.4.5+mc26.1.2-neoforge.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

🍃 What is Cullify?

Cullify is an advanced, ultra-optimized, client-side culling system for Minecraft. It drastically improves your rendering performance by intelligently and dynamically culling decorative vegetation (grass, flowers, ferns, algae, kelp, etc.) based on your distance and customizable geometric shapes — without ever altering or removing the actual blocks in the world.

✨ Features

  • 🚀 Massive FPS Boost: Substantially reduces vertex throughput and draw calls by culling non-visible or distant vegetation.

  • 🟩 8 Geometric Culling Shapes: Fully customizable boundaries to control culling behavior exactly how you want around the player.

  • 📉 LOD Density Filter: Deterministic, hash-based density filtering that thins out outer vegetation (75%, 50%, or 25%) to save CPU overhead near the boundary.

  • 🌿 Double-Tall Vegetation Support: Perfectly synchronizes culling between the bottom and top halves of double-tall blocks (like sunflowers or tall grass) to prevent any visual glitching.

  • ⚙️ In-Game Config Menu: Fully custom configuration screen accessible via the K keybind, chat commands, or the NeoForge mods menu.

  • 📊 Real-Time Statistics HUD: On-screen overlay tracking culled blocks, water replacements, chunk updates, and draw calls.

  • 🧪 Native Sodium Compatibility: Direct hooks into Sodium's internal LevelSlice rendering pipeline and Sodium Options API.

📐 Geometric Culling Shapes

Unlike traditional culling mods, Cullify offers flexible mathematical boundary checks on both the horizontal plane (X/Z) and the vertical axis (Y):

Icon Shape Geometry Mode Description
🟢 Sphere 3D Sphere Culls blocks outside a 3D spherical radius.
🌀 Cylinder Cylinder Culls blocks outside a horizontal circular radius (infinite Y).
📦 Box 3D Box Culls blocks outside a 3D cubical bounding box.
🔺 Triangle Triangle Culls blocks outside an equilateral triangular boundary centered on the player.
Hexagon Hexagon Culls blocks outside a hexagonal boundary.
Star Star Culls blocks outside a 6-point star (union of two intersecting triangles).
⏹️ Square Square Culls blocks outside a flat square grid.
🔵 Circle Circle Culls blocks outside a flat horizontal circular boundary.

 





🎮 Controls & Commands

Configuring and inspecting Cullify in-game is effortless:

⌨️ Keybinds

  • K — Opens the custom Cullify GUI Config Screen.

💬 Chat Commands

  • /cullify menu — Opens the configuration GUI menu.

  • /cullify debug — Toggles the real-time statistics HUD overlay.

  • /cullify stats — Prints current performance statistics directly into the chat.

  • /cullify verbose — Toggles verbose logging for debugging.

  • /cullify reload — Forces a complete reload of the client level renderer chunks.

🔌 Compatibility & Requirements

  • Sodium / Embeddium: Fully integrated. Hooks directly into Sodium's internal LevelSlice rendering pipeline to batch-cull blocks in MDI (Multi-Draw Indirect) buffers. The Culling Shape options and configurations are also registered directly inside Sodium's Video Settings menu!

  • Vanilla Renderer: Fallback compatibility included for the standard Minecraft block rendering pipeline.

  • 🔒 100% Client-Side: This mod runs entirely on your client. You can join any server (Vanilla, Spigot, Forge, Paper, etc.) without any issues!

📄 License & Modpack Usage

This mod is available under the GNU General Public License v3 (GPL-3.0).

📦 Modpack Permissions: Feel free to include Cullify in any of your modpacks on CurseForge, Modrinth, or private launchers! Credits are always appreciated but not required.

⚡ Vibe Coding

This mod was built 100% using Vibe Coding! Developed entirely through AI-assisted pair programming, dynamic prompt iterations, and automated compilation loops. Let the vibes render!

  •  Developed by Fluxsyum Studios


 

🍃 What is Cullify?

Cullify is a client-side mod that culls decorative vegetation blocks (such as grass, flowers, ferns, algae, and kelp) based on distance from the player and customizable geometric shapes. By preventing distant or non-visible vegetation blocks from rendering, it reduces rendering load (vertex throughput and draw calls) without altering or removing the actual blocks in the world.

Banner Cullify

✨ Features

  • ⚙️ Vegetation Culling — Reduces rendering load by hiding vegetation blocks that are beyond a configured distance.
  • 📐 8 Geometric Culling Shapes — Customizable boundaries to control culling behavior around the player.
  • 📉 LOD Density Filter — Deterministic, hash-based density filtering that thins out outer vegetation (75%, 50%, or 25%) to save CPU overhead near the boundary.
  • 🌿 Double-Tall Vegetation Support — Synchronizes culling between the bottom and top halves of double-tall blocks (like sunflowers or tall grass) to prevent visual discrepancies.
  • ⚙️ In-Game Config Menu — A configuration screen accessible via the K keybind, chat commands, or the NeoForge mods menu.
  • 📊 Real-Time Statistics HUD — On-screen overlay tracking culled blocks, water replacements, chunk updates, and draw calls.
  • 🧪 Native Sodium Compatibility — Direct hooks into Sodium's internal LevelSlice rendering pipeline and Sodium Options API.

📐 Geometric Culling Shapes

Unlike traditional culling mods, Cullify offers flexible mathematical boundary checks on both the horizontal plane (X/Z) and the vertical axis (Y):

Icon Shape Geometry Mode Description
🟢 Sphere 3D Sphere Culls blocks outside a 3D spherical radius.
🌀 Cylinder Cylinder Culls blocks outside a horizontal circular radius (infinite Y).
📦 Box 3D Box Culls blocks outside a 3D cubical bounding box.
🔺 Triangle Triangle Culls blocks outside an equilateral triangular boundary centered on the player.
Hexagon Hexagon Culls blocks outside a hexagonal boundary.
Star Star Culls blocks outside a 6-point star (union of two intersecting triangles).
⏹️ Square Square Culls blocks outside a flat square grid.
🔵 Circle Circle Culls blocks outside a flat horizontal circular boundary.

🎮 Controls & Commands

Configuring and inspecting Cullify in-game is straightforward:

⌨️ Keybinds

  • K — Opens the custom Cullify GUI Config Screen.

💬 Chat Commands

  • /cullify menu — Opens the configuration GUI menu.
  • /cullify benchmark — Performs a benchmark of the mod and displays the results in chat.
  • /cullify debug — Toggles the real-time statistics HUD overlay.
  • /cullify stats — Prints current performance statistics directly into the chat.
  • /cullify verbose — Toggles verbose logging for debugging.
  • /cullify reload — Forces a complete reload of the client level renderer chunks.

🔌 Compatibility & Requirements

  • Sodium / Embeddium: Fully integrated. Hooks directly into Sodium's internal LevelSlice rendering pipeline to batch-cull blocks in MDI (Multi-Draw Indirect) buffers. The Culling Shape options and configurations are also registered directly inside Sodium's Video Settings menu!
  • Vanilla Renderer: Fallback compatibility included for the standard Minecraft block rendering pipeline.
  • 🔒 100% Client-Side: This mod runs entirely on your client. You can join any server (Vanilla, Spigot, Forge, Paper, etc.) without any issues!

📄 License & Modpack Usage

This mod is available under the GNU General Public License v3 (GPL-3.0).

📦 Modpack Permissions: Feel free to include Cullify in any of your modpacks on CurseForge, Modrinth, or private launchers! Credits are appreciated but not required.

⚡ Vibe Coding

This mod was built 100% using Vibe Coding! Developed entirely through AI-assisted pair programming, dynamic prompt iterations, and automated compilation loops. Let the vibes render!

Developed by Fluxsyum Studios

BM yOstrix

Screenshots

Gallery

  • With Cullify
    With Cullify ✅ With Cullify
  • Without Cullify
    Without Cullify ❌ Without Cullify
  • With Cullify
    With Cullify ✅ With Cullify
  • Without Cullify
    Without Cullify ❌ Without Cullify
  • With Cullify
    With Cullify ✅ With Cullify
  • Without Cullify
    Without Cullify ❌ Without Cullify
  • Cullify
    Cullify
  • ❌ Without Cullify
    ❌ Without Cullify
  • ✅ With Cullify
    ✅ With Cullify
  • ❌ Without Cullify
    ❌ Without Cullify
  • ✅ With Cullify
    ✅ With Cullify

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works