Перейти к содержимому
Mineforgian

Greedy Meshing

A mod that adds greedy meshing to Minecraft which should increase performance an reduce draw calls

282 загрузок10 подписчиковLicenseRef-All-Rights-Reservedfabric

Обновлён 3 марта 2026 г. · опубликован 1 марта 2026 г.

  • Testing
  • Example of Greedy Meshing

GreedyMeshing

GreedyMeshing is a rendering optimization mod for Fabric 1.21.11 that experiments with greedy meshing techniques for chunk geometry generation.

Overview

In vanilla Minecraft, block faces are typically generated individually during chunk mesh building. GreedyMeshing attempts to merge adjacent faces of the same block type into larger quads during mesh generation. This can reduce the number of faces generated for flat or uniform surfaces.

For example, a flat wall made from many identical blocks may be represented by fewer quads when possible.

Features

  • Greedy meshing algorithm Uses a sweep-based approach to merge adjacent block faces during chunk mesh generation.

  • Experimental performance optimization In some scenarios, reducing the number of generated faces may decrease geometry complexity and GPU workload.

  • Debug tools Includes a wireframe/debug mode for visualizing generated chunk meshes.

Compatibility

  • Designed for Fabric 1.21.11
  • Because it modifies parts of the rendering pipeline, it may conflict with other rendering or shader-related mods.

Status

This project is experimental and intended primarily for testing greedy meshing techniques in Minecraft’s rendering pipeline. Performance improvements may vary depending on hardware, world geometry, and mod combinations.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.0.3Альфа1.21.11fabric3 марта 2026 г..jar (65 КБ)
0.0.2Альфа1.21.11fabric2 марта 2026 г..jar (60 КБ)
0.0.1Альфа1.21.11fabric1 марта 2026 г..jar (42 КБ)

Ченджлог

0.0.3Альфа1.21.11 · 3 марта 2026 г.
  • Added Smooth Lighting support

  • Requires sodium and other stuff

  • isnt guaranteed to work with other mods

  • Fixed V0.0.2 not working at all

0.0.2Альфа1.21.11 · 2 марта 2026 г.

Sodium Support in this current this build requires Sodium to work (This mod will always required sodium now since most of the time the mod will be used with sodium)

0.0.1Альфа1.21.11 · 1 марта 2026 г.

First version (isnt guaranteed to increase performance)

may have millions of bugs and issues

Полная история изменений — на Modrinth.

Комментарии

Загружаем…