AnvilCraft: Delta
Transforming Disordered Grid Connections
The AnvilCraft: Delta mod offers an innovative approach to organizing network structures in Minecraft. Instead of chaotic and irregular connections between grid elements, this mod transforms them into neat triangular meshes with proper geometry.

Technological Foundation
The functionality is implemented using the JTS (Java Topology Suite) library, which provides:
- Triangulation of network connections
- Optimization of geometric structures
- Creation of regular triangular meshes
The library is available at: JTS on GitHub