Mineuniverse
Log in Register
Mods

easierworldcreator

library mod that help you creating features by generating 3d shapes
by RodoFire_
Download Claim this project
8,493 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Server Utility Utility & QoL

What is this mod about?

Create your world gen features easily with this library. It allow you to generate simple shapes that combined together can create some beautiful features.

This mod also support multi-chunk features.

You can also manipulate structure and placing them in the world

One other functionnality that is not implemented for the moment is the support for custom particles shape

availible on modrinthavailible on curseforge

What Shapes can you create?

you can for the moment create :

  • Circles
  • Spheres
  • Cylinders
  • 2d and 3d ellipsoid
  • Lines between 2 points
  • Spirals and some variations
  • Tores

Other features?

Yes there are a performance maths class as well as some utility world gen class that provide useful methods and a Class for perlin noise

Setup

if you are developping a mod and you want to use this library, you can put this in your build.gradle:

repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:ewc:<version>"
}

you can find the version in the version tab (ex: 2.1.2-1.20.4)

Info

Wiki

I highly recommend you go to check the wiki to understand everything that is possible : Mod-Wiki

Performance

this mod use is own maths that you can use For example calculating 1 000 000 cosinus : gives an avarage calculating time of 476 ms when using Math.cos(), using the custom maths, you get an average time of 7ms when using FatsMaths.getFastCos() and an average of 14ms when using FastMaths.getPreciseCos()

Using the library

the methods comes with common parameter :

StructureWorldAccess world that is used to put the structure in the world. StructureWorldAccess allow you to use the feature either during world gen or not

BlockPos pos the position of the center of the structure

List<BlockLayer> layers a list of BlockLayer, see the wiki for more info : Mod-Wiki

The different size required for the shape to place

Future?

I continue to develop actively this mod to support more and more possible things. You have any idea, suggestion on how to improve the mod? Let me know on the github.

discord link
ewc-neoforge 3.1.2+1.21.1
MC NeoForge, 1.21.1, Server
Release 2025-05-26 Get
ewc-fabric 3.1.2+1.21.1
MC Fabric, 1.21.1, Server, Quilt
Release 2025-05-26 Get
ewc-2.1.0-a1.jar
MC 1.20.2, 1.20.2-Snapshot, Fabric, 1.20.3-Snapshot, 1.20.3, 1.20.1, 1.20.4, Server, Quilt
Beta 2024-08-16 Get

More from RodoFire_

Mushroooms
7,484
CanLightningDoFire?
456
Piston Push
4,181

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314